/*CSS FOR GENERAL ELEMENTS*/
:root {
  --primary-theme: #F06828;
  --secondary-theme: #474747;
  --primary-typeface: segoe-ui-histonic;
  --seconday-typeface: sans-serif;
}

:root {
  --primary-theme: #F06828;
  --secondary-theme: #474747;
  --primary-typeface: segoe-ui-histonic;
  --seconday-typeface: sans-serif;

  --bg-color: #f9f9f9;
  --card-bg: #ffffff;
  --text-color: #474747;
  --header-bg: #fefefe;
  --border-color: #c0c0c0;
}

/* DARK MODE FIXES */
body.dark-mode {
  background-color: #121212;
}

body.dark-mode main,
body.dark-mode section {
  background-color: #121212;
}

body.dark-mode p,
body.dark-mode li,
body.dark-mode span,
body.dark-mode td,
body.dark-mode th {
  color: #f1f1f1;
}

body.dark-mode .info-card {
  background-color: #1e1e1e;
  border-color: #444;
  box-shadow: none;
}

body.dark-mode .info-card p,
body.dark-mode .info-card li,
body.dark-mode .info-card h2 {
  opacity: 1;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4 {
  color: #F06828;
}

body.dark-mode header {
  background-color: #181818;
  border-color: #333;
}

body.dark-mode nav a {
  color: #f1f1f1;
}

body.dark-mode nav a:hover,
body.dark-mode .active-tab {
  color: #F06828;
}

body.dark-mode .logo-collage h2,
body.dark-mode footer h2 {
  color: #f1f1f1;
}

body.dark-mode footer {
  background-color: #121212;
}

body.dark-mode #footer-bottom,
body.dark-mode #footer-copyright {
  background-color: #F06828;
}

body.dark-mode #footer-content,
body.dark-mode #footer-content h2,
body.dark-mode #footer-content h3,
body.dark-mode #footer-content span,
body.dark-mode .quick-links li,
body.dark-mode .quick-links a {
  color: #ffffff;
}

body.dark-mode #dark-mode-toggle {
  color: #f1f1f1;
  border-color: #555;
}

* {
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-family: var(--primary-typeface);
}

body {
  width:max(100%,520px);
  margin: auto;
  text-align: center;
  background-color: var(--bg-color);
}

section {
  margin: auto;
  Margin-top: 75px;
}

p {
  text-align: left;
  color: var(--secondary-theme);
}

h1, h2, h3, h4 {
  color: var(--primary-theme);
}

h1 {
  font-size: 26px;
  margin-bottom: 42px;
}

.primary-text {
  color: var(--primary-theme)
}

.secondary-text {
  color: var(--secondary-theme)
}

.button {
  cursor: pointer;
}

.skinny {
  width: 15%;
}

.narrow {
  width: 40%;
}

.narrow-wide {
  width: 60%;
}

.wide {
  width: 80%;
}

.across {
  width: 100%;
}

.widget {
  max-width: max(420px, 40%);
  max-width: 750px;
  overflow: hidden;
  margin: auto;
  margin-top: 25px;
  text-align: center;
}

.large-flavourtext {
  font-size: 20px;
}

.float-left {
  display: inline-block;
  float: left;
}

.float-right {
  display: inline-block;
  float: right;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.flavourtext ul {
  margin-left: 1.5rem;
}

.flavourtext h2 {
  margin-bottom: 10px;
}

.spacer5 {
  min-height: 5vh;
  width: 100%;
}

.spacer10 {
  min-height: 10vh; 
  width: 100%;
}

.spacer25 {
  min-height: 25vh; 
  width: 100%;
}

.error-container {
  min-height: 80vh;
}

.bg-animation-top-center {
  animation: bg-top-center-pan 60s linear infinite;
}

.bg-animation-center-top {
  animation: bg-top-center-pan-reverse 60s linear infinite;
}

.bg-animation-bottom-center {
  animation: bg-bottom-center-pan 60s linear infinite;
}

.bg-animation-center-bottom {
  animation: bg-bottom-center-pan-reverse 60s linear infinite;
}

.fade-in {
  animation: fade 3s linear forwards;
}

.fade-out {
  animation: fade 3s linear forwards reverse;
}

@keyframes bg-top-center-pan {
  0% {background-position: 50% 20%}
  50% {background-position: center}
  100% {background-position: 50% 20%}
}

@keyframes bg-top-center-pan-reverse {
  0% {background-position: center}
  50% {background-position: 50% 20%}
  100% {background-position: center}
}

@keyframes bg-bottom-center-pan {
  0% {background-position: 50% 80%}
  50% {background-position: center}
  100% {background-position: 50% 80%}
}

@keyframes bg-bottom-center-pan-reverse {
  0% {background-position: center}
  50% {background-position: 50% 80%}
  100% {background-position: center}
}

@keyframes fade {
  from {opacity: 0%}
  to {opacity: 100%}
}

@font-face {
  font-family: segoe-ui-histonic;
  src: url("fonts/segoe ui histonic.ttf");
}
/**************************/

/*HEADER AND NAV ELEMENTS*/
header {
  position: sticky;
  top: 0px;
  z-index: 2;
  width: 100%;
  min-width: 420px;
  background-color: var(--header-bg);
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: var(--border-color);
  text-align: center;
  height: 90px;
  overflow: hidden;
}

#header-container {
  width: 60%;
  height: 90px;
  margin: auto;
}

  #header-container  img, #header-container  nav {
    display: inline-block;
    vertical-align: middle;
    height: 90px;
  }

  #header-container #logo, #header-container #logo-simplified{
    max-height: 60px;
    width: auto;
    padding: 15px 0px;
    float: left;
  }

  #header-container #logo-simplified{
    display: none;
  }

nav {
  height: 100%;
  padding: 5px;
  padding-top: 40px;
  box-sizing: border-box;
  text-align: center;
  float: right;
}

  nav a {
    font-family: var(--primary-typeface);
    font-size: 18px;
    color: #777777;
    text-decoration: none;
    margin: 10px;
  }

  nav a:hover {
    color: var(--primary-theme);
  }
/**************************/

/*MAIN CONTENT*/
main {
  width: 100%;
  text-align: center;
  z-index: 1;
  position: relative;
  background-color: var(--bg-color);
  border-width: 1px 0 0 0;
  border-color: var(--border-color);
  border-style: solid;
  box-sizing: border-box;
  min-height: 70vh;
}

main img {
  width: 100%;
}

main a:hover {
  text-decoration: none;
}

main ul {
  list-style-position: outside;
}

#slideshow-container {
  position: relative;
  top: 0px;
  z-index: 0;
  width: 100%;
  min-width: 420px;
  height: max(300px, 50vh);
}

  #slideshow-container .slideshow {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #slideshow-container .foreground {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  #slideshow-container .text-over-slide {
    position: absolute;
    text-align: right;
    left: 0px;
    bottom: 0px;
    font-size: 22px;
    font-family: var(--primary-typeface);
    background-color: #F06828DD;
    font-weight: bold;
    width: 50%;
    padding: 20px;
    user-select: none;
  }

  #slideshow-container .text-over-slide span {
    color: white;
  }

.slideshow li {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}

  .slideshow li span {
    bottom: 0px;
    background-color: #47474755;
    color: #ffffff;
    font-size: 1em;
    padding: 5px;
  }

.slideshow .hidden {
  display: none;
}

.slideshow .active {
  display: block;
}

.active-tab {
  font-weight: bold;
  color: var(--primary-theme);
}

.twin-columns {
  margin: auto;
}

  .twin-columns .column {
    position: relative;
    width: 45%;
    vertical-align: top;
    display: inline-block;
  }

.info-card {
  width: 100%;
  border-width: 1px;
  border-style: ridge;
  border-color: var(--border-color);
  box-shadow: 1px 2px var(--border-color);
  margin: 5px 0px 5px 0px;
  height: 260px;
  overflow: hidden;
  background-color: var(--card-bg);
}

  .info-card .flavourtext, .info-card img {
    position: relative;
    box-sizing: border-box;
    vertical-align: center;
  }

  .info-card .flavourtext {
    text-align: left;
    float: left;
    width: 60%;
    font-size: 15px;
    padding: 10px;
  }

  .info-card img {
    float: right;
    height: 100%;
    object-fit: cover;
    width: 39%;
    box-sizing: border-box;
  }
/****************************************************/

/*FOOTER*/
footer {
  text-align: center;
  width: max(100%, 420px);
  box-sizing: border-box;
}

  footer h2 {
    color: var(--secondary-theme);
    font-weight: lighter;
    margin-bottom: 10px;
  }
  
  footer span {
    color: #fefefe;
  }

  footer .logo-collage {
    width: 100%;
    background-color: #fefefe00;
    padding-top: 20px;
  }
  
.logo-collage h2 {
  color: var(--secondary-theme);
  font-weight: lighter;
  margin-bottom: 10px;
}

.logo-collage .logo {
  height: 30px;
  vertical-align: top;
  width: auto;
  display: inline;
  margin: 0px 20px 20px 20px;
}

#footer-bottom {
  width: 100%;
  background-color: var(--primary-theme);
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer-content {
  width: 70%;
  margin: auto;
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  font-size: 15px;
}

  #footer-content h2, h3 {
    color: #fefefe;
    font-weight: lighter;
  }

  #footer-content div {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    white-space: nowrap;
  }

#footer .quick-links {
  text-align: center;
}

  .quick-links li{
    color: #ffffff;
    display: inline-block;
    margin: 0 6px 0 6px;
    font-size: 1em;
  }
  
  .quick-links a{
    color: #ffffff;
    text-decoration: none;
  }  
  
  .quick-links a:visited{
    color: #ffffff;
    text-decoration: none;
  }

#footer-copyright {
  text-align: center;
  background-color: var(--primary-theme);
  margin-top: 10px;
  padding: 1px;
  font-size: 14px;
}
/*********************************************************/

@media (max-width:1500px) {
  #services {
    width: min(1200px,100%);
  }
}

@media (max-width:1240px) {
  #header-container {
    width: min(750px, 80%);
  }
  
  .narrow, .narrow-wide {
    width: max(80%,520px);
  }

  .twin-columns .column {
    width: 800px;
  }  
      
  #footer-content div {
    width: max(100%,520px);
  }
  
  .align-right, .align-left {
    text-align: center;
  }
  
  #footer-content {
    width: 100%;
  }
}

@media (max-width:830px) {
  #header-container #logo-simplified{
    display: inline-block;
  }
  
  #header-container #logo {
    display: none;
  }

  .twin-columns .column {
    width: max(95%, 520px);
  }
  
  #slideshow-container {
    max-height: 300px;
  }
  
  #footer-content {
    padding: 20px 20px 20px 20px;
  }
  
  #careers {
    max-width: max(100%);
  }
  
  .skinny {
    width: max(40%,300px);
  }
}

@media (max-width:612px) {
  #header-container {
    width: max(90%,520px);
  }
  
  .large-flavourtext {
    font-size: 16px;
  }
  
  .info-card {
    height: 300px;
  }
}

/* DARK / LIGHT MODE PILL TOGGLE */
#dark-mode-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: none;
  background-color: #eeeeee;
  border-radius: 999px;
  padding: 3px;
  margin-left: 12px;
  cursor: pointer;
  vertical-align: middle;
  min-width: 68px;
  height: 34px;
}

#dark-mode-toggle .mode-option {
  width: 30px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #474747;
  transition: all 0.25s ease;
}

body:not(.dark-mode) #dark-mode-toggle .light-option {
  background-color: #ffffff;
  color: #F06828;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

body.dark-mode #dark-mode-toggle {
  background-color: #2b2b2b;
}

body.dark-mode #dark-mode-toggle .mode-option {
  color: #f1f1f1;
}

body.dark-mode #dark-mode-toggle .dark-option {
  background-color: #111111;
  color: #F06828;
  box-shadow: 0 1px 4px rgba(255,255,255,0.18);
}


/* CLIENT LOGOS - DARK MODE WITHOUT WHITE BACKGROUND */
body.dark-mode .logo-collage a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  height: 66px;
  margin: 0 18px 18px 18px;

  background-color: rgba(240, 104, 40, 1.0);
  border: 1px solid rgba(240, 104, 40, 0.35);
  border-radius: 8px;

  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

body.dark-mode .logo-collage a:hover {
  transform: translateY(-3px);
  background-color: rgba(240, 104, 40, 0.28);
  border-color: rgba(240, 104, 40, 0.65);
}

body.dark-mode .logo-collage .logo {
  height: 34px;
  width: auto;
  margin: 0;
  filter: brightness(1.35) contrast(1.2);
}


/* FIXED TOP-RIGHT DARK MODE TOGGLE */
#dark-mode-toggle {
  position: fixed;
  top: 35px;
  right: 5px;
  z-index: 9999;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border: none;
  background-color: #eeeeee;
  border-radius: 999px;
  padding: 3px;
  cursor: pointer;

  min-width: 68px;
  height: 34px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

#dark-mode-toggle .mode-option {
  width: 30px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #474747;
  transition: all 0.25s ease;
}

body:not(.dark-mode) #dark-mode-toggle .light-option {
  background-color: #ffffff;
  color: #F06828;
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

body.dark-mode #dark-mode-toggle {
  background-color: #2b2b2b;
}

body.dark-mode #dark-mode-toggle .mode-option {
  color: #f1f1f1;
}

body.dark-mode #dark-mode-toggle .dark-option {
  background-color: #111111;
  color: #F06828;
  box-shadow: 0 1px 4px rgba(255,255,255,0.18);
}


/* contact page *//* CONTACT PAGE CARD LAYOUT */
#contact-page {
  max-width: 1200px;
  margin: 70px auto;
  padding: 0 25px;
  text-align: center;
}

#contact-page h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: var(--primary-theme);
}

.contact-intro {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 55px;
  color: var(--text-color);
}

.contact-cards {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.contact-card {
  width: 310px;
  min-height: 330px;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 35px 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  box-sizing: border-box;
}

.contact-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  background-color: rgba(240, 104, 40, 0.16);
  color: #F06828;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  font-weight: bold;
}

.contact-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--primary-theme);
}

.contact-card p {
  text-align: center;
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 25px;
  min-height: 75px;
}

.contact-line {
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
  margin: 20px 0;
}

.contact-card a,
.contact-card span {
  display: block;
  color: var(--text-color);
  font-size: 18px;
  margin-bottom: 18px;
}

.contact-card a:hover {
  color: var(--primary-theme);
}

/* DARK MODE CONTACT CARDS */
body.dark-mode .contact-card {
  background-color: #151515;
  border-color: #333;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

body.dark-mode .contact-icon {
  background-color: rgba(240, 104, 40, 0.20);
  color: #F06828;
}

body.dark-mode .contact-intro,
body.dark-mode .contact-card p,
body.dark-mode .contact-card a,
body.dark-mode .contact-card span {
  color: #f1f1f1;
}

body.dark-mode .contact-card a:hover {
  color: #F06828;
}

body.dark-mode .contact-line {
  background-color: #333;
}

/* MOBILE CONTACT CARDS */
@media (max-width: 900px) {
  .contact-cards {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    width: min(90%, 380px);
  }

  #contact-page h1 {
    font-size: 34px;
  }

  .contact-intro {
    font-size: 18px;
  }
}

.contact-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  border-color: var(--primary-theme);
  box-shadow: 0 12px 30px rgba(240, 104, 40, 0.18);
}
.contact-card a:hover {
  color: var(--primary-theme);
}
#footer-bottom {
  padding-top: 18px;
  padding-bottom: 18px;
}

#footer-content {
  margin-bottom: 8px;
  line-height: 1.6;
}

#footer-copyright {
  padding-bottom: 8px;
}

.logo-collage a {
  display: inline-block;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.logo-collage a:hover {
  transform: translateY(-3px);
  opacity: 0.8;
}

/* LANGUAGE TOGGLE BUTTON */
#language-toggle {
  position: absolute;
  top: 58%;
  right:80px;
  transform: translateY(-50%);

  border: none;
  background-color: #ffffff;
  color: var(--primary-theme);

  width: 45px;
  height: 36px;
  padding: 0;
  border-radius: 999px;

  cursor: pointer;
  font-size: 14px;
  font-weight: bold;

  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  transition: all 0.25s ease;
}

#language-toggle:hover {
  background-color: var(--primary-theme);
  color: #ffffff;
  transform: translateY(-50%) scale(1.05);
}

body.dark-mode #language-toggle {
  background-color: #2b2b2b;
  color: #ffffff;
}

body.dark-mode #language-toggle:hover {
  background-color: var(--primary-theme);
  color: #ffffff;
}


/* CAREERS PAGE UPGRADE */
#careers-page {
  max-width: 1100px;
  margin: 70px auto;
  padding: 0 25px;
  text-align: center;
}

.careers-hero {
  max-width: 820px;
  margin: 0 auto 55px auto;
}

.careers-hero h1 {
  font-size: 46px;
  margin-bottom: 10px;
  color: var(--primary-theme);
}

.careers-title-line {
  width: 90px;
  height: 3px;
  background-color: var(--primary-theme);
  margin: 0 auto 22px auto;
}

.careers-hero h2 {
  font-size: 26px;
  margin-bottom: 24px;
  color: var(--secondary-theme);
}

.careers-hero p {
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 22px;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 35px auto 25px auto;
  max-width: 850px;
}

.section-divider::before,
.section-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--primary-theme);
}

.section-divider span {
  color: var(--primary-theme);
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
}

.platform-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.platform-links a {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  width: 300px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.platform-links a:hover {
  transform: translateY(-5px);
  border-color: var(--primary-theme);
  box-shadow: 0 12px 28px rgba(240, 104, 40, 0.18);
}

.platform-links img {
  width: 210px;
  max-height: 70px;
  object-fit: contain;
}

.jobs-section {
  max-width: 900px;
  margin: 0 auto 80px auto;
}

.jobs-widget-box {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  max-width: 850px;
}

/* DARK MODE CAREERS */
body.dark-mode .careers-hero h2,
body.dark-mode .careers-hero p {
  color: #f1f1f1;
}

body.dark-mode .platform-links a,
body.dark-mode .jobs-widget-box {
  background-color: #ffffff;
  color: #111111;
}

body.dark-mode .section-divider::before,
body.dark-mode .section-divider::after {
  background-color: var(--primary-theme);
}

/* MOBILE CAREERS */
@media (max-width: 900px) {
  #careers-page {
    margin: 45px auto;
  }

  .careers-hero h1 {
    font-size: 36px;
  }

  .careers-hero h2 {
    font-size: 22px;
  }

  .careers-hero p {
    font-size: 16px;
  }

  .section-divider {
    gap: 10px;
  }

  .section-divider span {
    font-size: 22px;
  }

  .platform-links a {
    width: min(90%, 320px);
  }
}
   
/* HOME SERVICES CLEAN UPGRADE */
#services {
  max-width: 1200px;
  margin: 80px auto;
}

#services h1 {
  font-size: 34px;
  margin-bottom: 45px;
}

/* make each row equal height */
#services .twin-columns {
  display: flex;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

/* make columns equal */
#services .twin-columns .column {
  width: 50%;
  display: flex;
  float: none;
}

/* modern service cards */
#services .info-card {
  width: 100%;
  min-height: 285px;
  height: auto;
  display: flex;
  overflow: hidden;

  border-radius: 14px;
  border: 1px solid #d5d5d5;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  background-color: #ffffff;
  margin: 0;

  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#services .info-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-theme);
  box-shadow: 0 12px 30px rgba(240, 104, 40, 0.16);
}

/* text side */
#services .info-card .flavourtext {
  width: 60%;
  float: none;
  padding: 22px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
}

/* image side */
#services .info-card img {
  width: 40%;
  height: auto;
  min-height: 100%;
  float: none;
  object-fit: cover;
  border-radius: 0 14px 14px 0;
}

/* text spacing */
#services .info-card .flavourtext h2 {
  font-size: 22px;
  margin-bottom: 14px;
}

#services .info-card li {
  line-height: 1.35;
  margin-bottom: 3px;
}

/* DARK MODE SERVICE CARDS */
body.dark-mode #services .info-card {
  background-color: #151515;
  border-color: #333;
  box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}

body.dark-mode #services .info-card:hover {
  border-color: var(--primary-theme);
  box-shadow: 0 12px 30px rgba(240, 104, 40, 0.18);
}

/* MOBILE SERVICE CARDS */
@media (max-width: 900px) {
  #services .twin-columns {
    flex-direction: column;
  }

  #services .twin-columns .column {
    width: 100%;
  }

  #services .info-card {
    flex-direction: column;
  }

  #services .info-card .flavourtext,
  #services .info-card img {
    width: 100%;
  }
yes
  /* image side */
#services .info-card img {
  width: 45%;
  height: 100%;
  min-height: 285px;
  float: none;
  object-fit: contain;
  object-position: center;
  border-radius: 0 14px 14px 0;
}

/* text side */
#services .info-card .flavourtext {
  width: 55%;
  float: none;
  padding: 22px;
  font-size: 15px;
  box-sizing: border-box;
  text-align: left;
}
}

/* ABOUT US CLEAN ALIGNMENT */
.narrow-wide {
  max-width: 950px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.narrow-wide h1 {
  text-align: center;
}

.narrow-wide .large-flavourtext {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  font-size: 20px;
}
/* SERVICE BULLET ALIGNMENT FIX */
#services .flavourtext ul {
  list-style-position: outside;
  padding-left: 22px;
  margin-left: 0;
}

#services .flavourtext li {
  padding-left: 4px;
  margin-bottom: 8px;
  line-height: 1.45;
}

