/* Minification failed. Returning unminified contents.
(2,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(806,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-gray'
(814,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(815,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(846,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(847,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-blue'
(856,22): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(861,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
(862,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(863,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-neutral-gray'
(871,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-neutral-gray'
(872,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(908,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(914,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(921,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(958,26): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(969,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(975,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1080,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(1087,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1187,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1194,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1222,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1246,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(1283,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1284,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-blue'
(1289,22): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1293,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
(1294,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1295,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-neutral-gray'
(1299,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-neutral-gray'
(1300,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(1313,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(1328,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(1334,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
 */
:root {
  --magtek-red: #d21242;
  --dark-neutral-blue: #263c50;
  --neutral-gray: #555454;
  --magtek-white: #ffffff;
  --medium-neutral-gray: #dbdbdb;
  --light-neutral-gray: #f4f5f5;
  --text-color: #333;
  --magtek-gray: #f8f9fa;
}

h1 {
  font-size: 44px;
  font-size: 3.4375vw;
}
/* agtek-about-bckg-2 .globe-container canvas*/
.highlightText h1 {
  font-size: 2.8125vw;
  text-align: center;
  margin: 0px auto;
  line-height: 3.8125vw;
}

@media (max-width: 414px) {
  .highlightText h1 {
    font-size: 4.8125vw;
    line-height: 5.8125vw;
  }
}

.highlightText.vision h1 {
  padding-top: 7.65vw;
  padding-bottom: 2.8125vw;
  width: 70.3125vw;
}

@media (max-width: 414px) {
  .highlightText.vision h1 {
    padding-bottom: 7.65vw;
  }
}

.highlightText.landscape {
  padding: 8.20312vw 0px;
}

@media (max-width: 414px) {
  .highlightText.landscape {
    padding: 0px;
    background-color: rgb(88, 89, 91);
    padding: 10.38647vw 0px;
  }

  .highlightText.landscape h1 {
    color: white;
  }
}

.highlightText.landscape h1 {
  width: 83.20312vw;
  padding: 5.70312vw 0px;
}

.highlightText.products h1 {
  padding: 5.46875vw 0px;
  width: 70.70312vw;
}

.splash h1,
article h1,
article a {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

article p,
article a {
  font-size: 21.76px;
  font-size: 1.7vw;
}

#magtekStory hr.divider {
  width: 35.15625vw;
  margin: 0px auto;
  border-bottom: 1px solid #a7a9ac;
}

@media (max-width: 414px) {
  #magtekStory hr.divider {
    display: none;
  }

  #magtekStory .highlightText.landscape hr.divider {
    display: block;
    width: 57.24637vw;
    border-top: 1px solid #858789;
  }
}

.splash {
  height: 52.81vw;
  background-image: url(../content/images/idynamo-pay-at-the-table-card-reader.jpg);
  background-repeat: no-repeat;
  background-size: 106vw;
  background-position-y: -12vw;
  margin: 0px auto;
  padding-top: 27vw;
}

@media (max-width: 414px) {
  .splash {
    height: 75.36231vw;
    background-size: 144vw;
    background-position-y: -30px;
    background-position-x: -8vw;
    padding-top: 39.4541vw;
  }
}

.splash header {
  background-color: rgba(88, 89, 91, 0.7);
  height: 13.59365vw;
  width: 74.21875vw;
  padding-left: 5.859vw;
  padding-right: 3.53125vw;
  padding-top: 2.34375vw;
  padding-bottom: 3.35937vw;
}

@media (max-width: 414px) {
  .splash header {
    height: 26.08695vw;
    width: 62.07729vw;
  }
}

.splash header h1 {
  color: white;
  margin: 0px;
  font-size: 3.75vw;
  padding: 0px;
}

br.mobileBr {
  display: none;
}

br.desktopBr {
  display: block;
}
@media (max-width: 414px) {
  .splash header h1 {
    font-size: 6vw;
    font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
      Century Gothic, Gotham;
    line-height: 7vw;
    text-shadow: 2px 2px 8x #000000;
  }
  br.mobileBr {
    display: block;
  }
  br.desktopBr {
    display: none;
  }
}

.feature {
}

.feature h1 {
  margin: 0px 0px 2.5vw;
}

.feature article h1 {
  font-size: 3.4375vw;
}

.feature article ul {
  max-width: 80%;
  margin: 0px auto;
}

.feature article ul li {
  margin: 20px 0px;
  font-size: 24px;
}
@media (max-width: 414px) {
  .feature article h1 {
    font-size: 6vw;
    line-height: 7vw;
  }
}

.feature article p,
.feature article a,
.feature article ul li {
  font-size: 1.7vw;
}

.feature article p {
  margin-bottom: 2vw;
}

@media (max-width: 414px) {
  .feature article p {
    width: 88.64734vw;
    margin: 0px auto;
    text-align: center;
    font-size: 4.3vw;
    line-height: 5.8125vw;
  }
}

@media (max-width: 414px) {
}

.feature article a {
  margin-right: 1.9vw;
}

.feature article a:hover {
  color: #d11f44;
}

.feature article a:after {
  content: " >";
}

@media (max-width: 414px) {
  .feature article a {
    color: #d11241;
    border: 1px solid #d11241;
    font-size: 3.3vw;
    border-radius: 1.75vw;
    padding: 3vw;
  }

  .feature article a:after {
    content: none;
  }
}

.feature article a:last-of-type {
  margin-right: 0px;
}

.feature#customers {
  width: 100vw;
  margin: 0px auto;
  padding: 8.04687vw 0px;
}

@media (max-width: 414px) {
  .feature#customers {
    padding: 0px;
    position: relative;
    min-height: 132vw;
  }
}

.feature#customers img.featureImg {
  float: left;
  width: 38.59vw;
  height: 28.2vw;
  margin-right: 4.6875vw;
  margin-left: 5.468vw;
}

@media (max-width: 414px) {
  .feature#customers img.featureImg {
    float: none;
    width: 100vw;
    height: 63.76811vw;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
  }
}

.feature#customers article {
  padding-right: 5.46875vw;
}

@media (max-width: 414px) {
  .feature#customers article {
    position: absolute;
    z-index: 5;
    top: 11.35vw;
    width: 100vw;
    padding-right: 0px;
  }

  .feature#customers article h1 {
    background-color: rgba(88, 89, 91, 0.7);
    color: white;
    font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
      Century Gothic, Gotham;
    width: 76.57vw;
    height: 26.57vw;
    padding-top: 3.86473vw;
    padding-left: 4.34782vw;
    margin-bottom: 34.54vw;
  }

  .feature#customers article .links {
    width: 92.27vw;
    margin: 7vw auto;
  }
}

.feature#applicationsPlatforms {
  background-image: url("../content/images/magtek-customized-solutions.jpg");
  background-size: 104.6vw;
  background-repeat: no-repeat;
  background-position-y: -5.4vw;
  position: relative;
}

.feature#applicationsPlatforms article {
  width: 50.46vw;
  text-align: right;
  padding-top: 338px;
  padding-top: 29.6vw;
  float: left;
}

@media (max-width: 414px) {
  .feature#applicationsPlatforms article {
    float: none;
    width: 100vw;
  }
}

.feature#applicationsPlatforms article .applications {
  height: 29.6875vw;
  background-color: rgba(88, 89, 91, 0.7);
  padding: 4.6vw 5.4vw 0px 2vw;
}

@media (max-width: 414px) {
  .feature#applicationsPlatforms article .applications {
    height: auto;
    background-color: transparent;
    padding: 0px;
  }
}

.feature#applicationsPlatforms article .applications h1,
.feature#applicationsPlatforms article .applications p,
.feature#applicationsPlatforms article .applications a {
  color: white;
}

.feature#applicationsPlatforms article .applications a:hover {
  color: #d11241;
}

@media (max-width: 414px) {
  .feature#applicationsPlatforms article .applications h1 {
    text-align: left;
    font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
      Century Gothic, Gotham;
    height: 19.56vw;
    background-color: rgba(88, 89, 91, 0.7);
    width: 70.5314vw;
    padding-left: 5.859vw;
    padding-top: 2.34375vw;
    margin-bottom: 17.15458vw;
  }

  .feature#applicationsPlatforms article .applications p {
    color: black;
  }

  .feature#applicationsPlatforms article .applications .links {
    text-align: Center;
    margin-top: 6.03vw;
  }

  .feature#applicationsPlatforms article .platforms .links {
    text-align: Center;
    margin-top: 10vw;
    margin-bottom: 11vw;
  }

  .feature#applicationsPlatforms article .applications a {
    color: #d11241;
  }
}

.feature#applicationsPlatforms article .platforms {
  padding: 7.6vw 5.4vw 0px 3.90625vw;
}

@media (max-width: 414px) {
  .feature#applicationsPlatforms article .platforms h1 {
    text-align: Center;
    font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
      Century Gothic, Gotham;
    height: 31.15942vw;
    color: white;
    background-color: rgb(88, 89, 91);
    padding-top: 6.03864vw;
    margin-bottom: 0px;
  }

  .feature#applicationsPlatforms article .platforms {
    padding: 0px;
    margin-top: 9vw;
  }
}

.feature#applicationsPlatforms img.engineeringLab {
  margin-top: 67.5vw;
  width: 45.59375vw;
}

@media (max-width: 414px) {
  .feature#applicationsPlatforms img.engineeringLab {
    margin: 0px 0px 6.69565vw;
    width: 100vw;
  }
}

/* .feature#creativity {
	background-image: url("../content/images/magtek-about-bckg-2.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	padding-top: 487px;
	padding-top: 38.04687vw;
  } */

.feature#creativity .content {
  width: 100%;
  margin: 0px auto;
  position: relative;
  min-height: 110vw;
}

@media (max-width: 414px) {
  .feature#creativity {
    padding-bottom: 20vw;
  }

  .feature#creativity .content {
    min-height: 120vw;
  }

  .feature#creativity p {
    width: 88.16425vw;
    text-align: Center;
    margin: 0px auto 10vw;
    font-size: 4.5vw;
    line-height: 5.8125vw;
  }

  .feature#creativity a {
    color: #d11241;
    border: 1px solid #d11241;
    font-size: 3.3vw;
    border-radius: 1.75vw;
    padding: 3vw;
    margin-left: 30vw;
  }
}

.feature#creativity .content img,
.feature#creativity .content article {
  position: absolute;
}

.feature#creativity .content img {
  padding: 1.79687vw;
  background-color: white;
  /*opacity:0;*/
}

.feature#creativity .content img#prod1 {
  z-index: 4;
  width: 38.35937vw;
  top: 15.2vw;
  /*top:-5vw;*/
  left: 15.8125vw;
}

.feature#creativity .content img#prod2 {
  z-index: 5;
  width: 36.01562vw;
  top: 32.8125vw;
  right: 14.71875vw;
  /*right:0vw;*/
}
.feature#creativity .content img#prod3 {
  z-index: 4;
  width: 42.578vw;
  top: 57.4vw;
  left: 21.625vw;
  /*left:0vw;*/
}
@media (max-width: 414px) {
  .feature#creativity .content img#prod1 {
    left: 4.8125vw;
    width: 52.5625vw;
  }

  .feature#creativity .content img#prod2 {
    right: 5.71875vw;
    top: 35.8125vw;
    width: 44.59375vw;
  }

  .feature#creativity .content img#prod3 {
    left: 13.625vw;
    top: 66.82812vw;
  }
}

.feature#creativity .content article {
  width: 463px;
  width: 42.12%;
  right: 0px;
  padding-right: 81px;
  padding-right: 6.32812%;
}

@media (max-width: 414px) {
  .feature#creativity .content article {
    padding-right: 0px;
  }

  .feature#creativity .content article h1 {
    margin-top: 14vw;
    position: absolute;
  }

  .feature#creativity .content p {
    text-align: Center;
    width: 88.16425vw;
    left: 5vw;
  }

  .feature#creativity .content a {
    color: #d11241;
    border: 1px solid #d11241;
    font-size: 3.3vw;
    border-radius: 1.75vw;
    padding: 3vw;
  }
}

.feature#industriesServed {
  background-image: url("../content/images/industries-bckg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 542px;
  height: 42.34375vw;
  padding-top: 17.3vw;
}

@media (max-width: 414px) {
  .feature#industriesServed {
    height: auto;
    background-image: url("../content/images/industries-bckg-414.jpg");
    height: 67.14975vw;
    padding: 0px;
    position: relative;
  }
}

.feature#industriesServed header {
  background-color: rgba(255, 255, 255, 0.8);
  width: 55.9375vw;
  height: 12.96875vw;
  margin: 0px auto;
  padding: 3.3vw 0.5vw 2.34375vw;
}

@media (max-width: 414px) {
  .feature#industriesServed header {
    background-color: rgba(88, 89, 91, 0.7);
    height: 26.81159vw;
    width: 50.966vw;
    position: absolute;
    left: 26vw;
    bottom: -7.4541vw;
  }
}
.feature#industriesServed header h1 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  text-align: center;
  margin: 0px;
  padding: 0px;
  font-size: 44px;
  font-size: 3.28125vw;
}

@media (max-width: 414px) {
  .feature#industriesServed header h1 {
    font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
      Century Gothic, Gotham;
    color: white;
    font-size: 6vw;
    line-height: 7vw;
  }

  .highlightText.products {
    background-image: url("../content/images/industires-bckg-2-414.jpg");
    background-repeat: no-repeat;
    height: 134.2995vw;
    position: relative;
    margin-top: 8vw;
  }

  .highlightText.products h1 {
    color: white;
    width: 57.14009vw;
    background-color: rgba(88, 89, 91, 0.7);
    position: absolute;
    top: 43vw;
    left: 21vw;
  }
}

.feature#innovation {
  background-image: url("../content/images/magtek-seal-beach-bckg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 660px;
  padding-top: 51.5625vw;
  padding-bottom: 10vw;
}

@media (max-width: 414px) {
  .feature#innovation {
    margin-top: 13.28502vw;
  }
}

.feature#innovation article {
  text-align: center;
  padding: 0px 10px;
}

.feature#innovation article p {
  font-size: 2.1875vw;
}

.feature#innovation article h2 {
  font-size: 1.875vw;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

@media (max-width: 414px) {
  .feature#innovation article p {
    font-size: 4.6vw;
  }

  .feature#innovation article h2 {
    font-size: 5vw;
  }
}

.feature#innovation article address {
  font-size: 1.875vw;
}
.feature#innovation article .links {
  margin: 3.125vw 0px;
}

.feature#innovation article .links a {
  display: block;
  color: #d11f44;
  margin: 0px;
  font-family: "LinotypeUniversW02-Thin_726097", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

.feature#innovation article a:after {
  content: none;
}

@media (max-width: 414px) {
  .feature#innovation article .links a {
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 5vw;
  }

  .feature#innovation article address {
    font-size: 5vw;
  }
}

.feature#innovation .socialMedia {
  width: 26vw;
  margin: 1.5vw auto;
}

.feature#innovation .socialMedia a {
  float: left;
}

.feature#innovation .socialMedia a .socIcon {
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.5vw;
  height: 2.2vw;
}

.feature#innovation .socialMedia a .socIcon.linkedin {
  background-image: url("../content/images/icon-linkedin-black.jpg");
  height: 2.5vw;
}

.feature#innovation .socialMedia a .socIcon.instagram {
  background-image: url("../content/images/icon-instagram-black.jpg");
  height: 2.5vw;
}

.feature#innovation .socialMedia a .socIcon.youtube {
  background-image: url("../content/images/icon-youtube-black.jpg");
  height: 2.5vw;
}

.feature#innovation .socialMedia a .socIcon.googleplus {
  background-image: url("../content/images/icon-googleplus-black.png");
  height: 2.5vw;
}

.feature#innovation .socialMedia a .socIcon.facebook {
  background-image: url("../content/images/icon-facebook-black.jpg");
}

.feature#innovation .socialMedia a .socIcon.twitter {
  background-image: url("../content/images/connect-twitter-hover.png");
}

.feature#innovation .socialMedia a .socIcon.vimeo {
  background-image: url("../content/images/icon-vimeo-black.jpg");
  height: 2.3vw;
}

.feature#mission {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto 50px;
  background-color: #f1f1f1;
  padding: 50px 75px;
}

@media (max-width: 414px) {
  .feature#innovation .socialMedia {
    width: 78vw;
    margin-top: 5vw;
  }

  .feature#innovation .socialMedia a {
    padding: 0px;
    border: none;
    margin: 0px 2vw;
  }

  .feature#innovation .socialMedia a .socIcon {
    width: 7.5vw;
    height: 7.2vw;
  }

  .feature#innovation .socialMedia a .socIcon.twitter {
    width: 8.5vw;
  }

  .feature#innovation .socialMedia a .socIcon.linkedin,
  .feature#innovation .socialMedia a .socIcon.instagram,
  .feature#innovation .socialMedia a .socIcon.youtube,
  .feature#innovation .socialMedia a .socIcon.googleplus {
    height: 7.5vw;
  }

  .feature#innovation .socialMedia a .socIcon.vimeo {
    height: 7.4vw;
    width: 8vw;
  }

  .feature#mission {
    padding: 10vw;
    max-width: 400px;
  }

  .feature#mission article p {
    width: 80vw;
  }

  .feature#mission article ul li {
    font-size: 4.3vw;
    line-height: 5.8125vw;
  }
}

.hero-section {
  position: relative;
  min-height: 80vh;
  background-color: var(--magtek-gray);
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cta-button {
  display: inline-flex;
  align-items: center;
  background-color: var(--magtek-red) !important;
  color: var(--magtek-white) !important;
  padding: 1.2rem 2.8rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1.5rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  animation: slideInLeft 1s cubic-bezier(0.16, 1, 0.3, 1) 0.4s both !important;
  box-shadow: 0 4px 20px rgba(210, 18, 66, 0.25);
}
/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 2.8rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Secondary Button */
.cta-secondary {
  background-color: transparent;
  color: var(--magtek-white);
  border: 2px solid var(--light-neutral-blue);
  padding: 1.2rem 2.8rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.019);
  border-color: var(--magtek-white);
}

/* New Tertiary Button */
.cta-tertiary {
  background-color: var(--light-neutral-gray);
  color: var(--text-color);
  border: 1px solid var(--medium-neutral-gray);
  padding: 1.2rem 2.8rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-tertiary:hover {
  background-color: var(--medium-neutral-gray);
  color: var(--dark-neutral-black);
}

.cta-button::before {
  content: "\2192";

  margin-right: 12px;
  transition: transform 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  background-color: #e81b4f !important;
  box-shadow: 0 6px 25px rgba(210, 18, 66, 0.35);
  cursor: pointer;
}

.cta-button:hover::before {
  transform: translateX(4px);
}
/* Hero Section */
.hero {
  position: relative;
  height: 80vh;
  background: linear-gradient(rgba(38, 60, 80, 0.8), rgba(38, 60, 80, 0.8)),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><rect width="100%" height="100%" fill="%23263c50"/><path d="M0,400 Q300,300 600,400 T1200,400" fill="none" stroke="%23d21242" stroke-width="8"/></svg>');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.hero-content {
  max-width: 800px;
  color: var(--magtek-white);
}

.hero h1 {
  font-size: 8rem;
  margin-bottom: 1rem;
  color: var(--magtek-white);
  font-weight: 900;
}

.hero p {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: var(--magtek-white);
}

.section {
  padding: 60px 20px;
}
.section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.section p,
.section ul {
  max-width: 800px;
  margin: 0 auto 20px;
  text-align: center;
}
.infographic,
.icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}
.icon,
.infographic-item {
  margin: 15px;
  width: 150px;
  text-align: center;
}
.team-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-section {
  background-color: var(--dark-neutral-blue); /* Set the background color */
  color: white;
  padding: 60px 20px;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.custom-section p {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  color: var(--magtek-white); /* Set the background color */
}
.red-line {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: var(--magtek-red);
  margin: 20px 0;
  border-radius: 5px;
}

.about-footer-modern {
  background-color: #f8f9fa;
  padding: 60px 20px;
  margin-top: 40px;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.footer-heading {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
}

.footer-lead {
  font-size: 1.5em;
  color: #555;
  margin-bottom: 20px;
}

.footer-subheading {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.footer-divider {
  border-top: 1px solid #ddd;
  margin: 30px auto;
}

.map-container iframe {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.social-icon {
  font-size: 20px;
  color: #555;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e9ecef;
  transition: background-color 0.3s, color 0.3s;
}

.social-icon:hover {
  background-color: #007bff;
  color: white;
}

.rounded {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.closing-text {
  font-size: 14px;
  color: #999;
  margin-top: 20px;
}

.global-section {
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 8%;
  margin-top: 40px;
}

.global-section .content {
  width: 45%;
}

.globe-container {
  width: 55%;

  position: absolute;
  right: 5px;
}

.global-section p {
  font-size: 1.5em;
}

.global-section h1 {
  font-size: 58px;
  font-weight: 500;
  line-height: 85px;
  color: var(--dark-neutral-blue);
}

.global-section .highlight {
  font-size: 58px;
  font-weight: 500;
  line-height: 85px;
  color: var(--magtek-red);
}

#globeViz {
  width: 100%;
  height: 100%;
  position: relative;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  pointer-events: none;
}

.section .content {
  text-align: right;
}
.authentication-section .content h2,
.authentication-section .content p,
.authentication-section .content .cta-link {
  text-align: right;
}
.section h2 {
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: right;
}

.section p {
  font-size: 1.5em;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: right;
}

.section .cta-link {
  font-size: 1.5em;
  font-weight: 500;
  color: #0066cc;
  text-decoration: none;
  text-align: right;
}

.section .cta-link:hover {
  text-decoration: underline;
}

.section .image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-solutions-section {
  position: relative;
  overflow: hidden;
}
.custom-solutions-section .cta-tertiary:hover {
  color: black;
}
.custom-solutions-wrapper {
  position: relative;
}

.custom-solutions-wrapper img {
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 20px;
}

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

.overlay-content h2 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: var(--magtek-white);
  letter-spacing: -0.02em;
}

.overlay-content p {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: var(--magtek-white);
  line-height: 1.8;
}

.mission-statement-section {
  padding: 50px 15px;
  background: linear-gradient(to bottom, #f9f9f9, #ffffff);
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
}

.mission-tagline {
  font-size: 1.6em;
  color: #555;
  font-style: italic;
  margin-bottom: 30px;
}

.mission-statement {
  font-size: 1.5em;
  color: #333;
  line-height: 1.8em;
}

.mission-statement strong {
  color: var(--magtek-red);
}

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

.promo-section {
  display: flex;
  align-items: center;
  padding: 30px 15px;
}
.promo-section img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.promo-content {
  margin-left: 30px;
}
.promo-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  color: var(--dark-neutral-blue);
}
.promo-description {
  font-size: 1.5em;
  margin: 20px 0;
  line-height: 1.5;
}
.promo-links a {
  display: inline-block;
  font-size: 1.5em;
  text-decoration: none;
  margin-right: 20px;
  color: #000;
  font-weight: 500;
}

/* Buttons */
.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-primary,
.cta-secondary,
.cta-tertiary {
  display: inline-flex;
  align-items: center;
  padding: 1.2rem 2.8rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.cta-secondary {
  background-color: transparent;
  color: var(--magtek-white);
  border: 2px solid var(--light-neutral-blue);
}

.cta-secondary:hover {
  background-color: rgba(255, 255, 255, 0.019);
  border-color: var(--magtek-white);
}

.cta-tertiary {
  background-color: var(--light-neutral-gray);
  color: var(--text-color);
  border: 1px solid var(--medium-neutral-gray);
}

.cta-tertiary:hover {
  background-color: var(--medium-neutral-gray);
  color: var(--dark-neutral-black);
}

/* Section Titles */
.section-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.section-title h2 {
  font-size: 68px;
  font-weight: 500;
  line-height: 85px;
  color: var(--dark-neutral-blue);
}

.vision-section {
  background-color: #fff;
  border-radius: 16px;
  padding: 60px 40px;
  text-align: center;
  max-width: 800px;
  margin: 100px auto;
}

.vision-section h2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--dark-neutral-blue);
  margin-bottom: 20px;
}

.vision-section p {
  font-size: 20px;
  color: var(--text-color);
  line-height: 1.8;
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
  .hero {
    height: 60vh;
    padding: 1.5rem;
  }
  section#creativity {
    display: none;
  }
  .hero h1 {
    font-size: 6rem;
  }

  .hero p {
    font-size: 2.5rem;
  }

  .global-section {
    flex-direction: column;
    padding: 3rem 5%;
  }

  .global-section .content,
  .globe-container {
    width: 100%;
    text-align: center;
  }

  .globe-container {
    position: relative;
    right: 0;
  }

  .promo-section {
    flex-direction: column;
    text-align: center;
  }

  .promo-content {
    margin-left: 0;
    margin-top: 20px;
  }

  .mission-statement-section {
    padding: 40px 10px;
  }

  .mission-statement {
    font-size: 1.2em;
  }

  .overlay-content h2 {
    font-size: 3rem;
  }

  .overlay-content p {
    font-size: 1.3em;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-primary,
  .cta-secondary,
  .cta-tertiary {
    padding: 1rem 2rem;
  }
}

/* Mobile Styles (Up to 767px) */
@media (max-width: 767px) {
  .hero {
    height: 50vh;
    padding: 1rem;
  }

  .hero h1 {
    font-size: 4.5rem;
  }

  .hero p {
    font-size: 2rem;
  }

  .global-section {
    padding: 2rem 4%;
  }

  .global-section h1,
  .global-section .highlight {
    font-size: 3rem;
    line-height: 1.2;
  }

  .globe-container {
    display: none;
  }

  .promo-section {
    flex-direction: column;
    text-align: center;
  }

  .promo-content {
    margin-left: 0;
  }

  .mission-statement {
    font-size: 1.1em;
  }

  .overlay-content h2 {
    font-size: 2.5rem;
  }

  .overlay-content p {
    font-size: 1.1em;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-primary,
  .cta-secondary,
  .cta-tertiary {
    padding: 0.8rem 1.5rem;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }

  .custom-solutions-section .overlay-content h2 {
    font-size: 2.2rem;
  }

  .custom-solutions-section .overlay-content p {
    font-size: 1em;
  }

  .about-footer-modern {
    padding: 40px 10px;
  }

  .social-icons {
    flex-wrap: wrap;
    gap: 5px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .closing-text {
    font-size: 12px;
  }
}

