/* Minification failed. Returning unminified contents.
(1561,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1562,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1563,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1564,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1565,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1566,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1567,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1568,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1569,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1570,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1582,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1589,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(1606,10): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(1607,10): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(1609,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1637,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1646,20): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1657,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1677,10): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(1678,10): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(1701,53): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-blue'
(1711,15): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
(1736,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1737,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-blue'
(1746,22): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1751,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
(1752,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1753,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-neutral-gray'
(1761,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-neutral-gray'
(1762,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(1821,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1836,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1837,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1874,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1882,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1932,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1938,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1950,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(1951,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-white'
(1978,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(1987,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(2019,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-black'
(2059,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-gray'
(2087,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(2094,15): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(2099,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
(2100,22): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(2115,26): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(2129,26): run-time error CSS1039: Token not allowed after unary operator: '-dark-neutral-blue'
(2134,26): run-time error CSS1039: Token not allowed after unary operator: '-neutral-gray'
(2184,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(2199,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
(2200,15): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(2216,15): run-time error CSS1039: Token not allowed after unary operator: '-magtek-red'
(2229,26): run-time error CSS1039: Token not allowed after unary operator: '-light-neutral-gray'
 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0px auto;
    padding: 0;
	width:95%;
	
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

    

    
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    /*
	font-size: 0;
    line-height: 0;
	*/
	
	position: absolute;
    top: 50%;
	z-index:100;
    display: block;

    width: 28px;
    height: 44px;
    /*margin-top: -10px;*/
    padding: 0;

    cursor: pointer;
	
	color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	/*
    color: transparent;
    outline: none;
    background: transparent;
	*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: .5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .20;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 15px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 15px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}



.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* BEGIN product header styles*/
/* ==========================================================================
       Global Styles .flagship-section
       ========================================================================== */
.main-content {
  position: relative;
}

/* ==========================================================================
       Header Styles
       ========================================================================== */
.header {
  text-align: center;
  margin-bottom: 40px;
}

/* ==========================================================================
       Base Product Card Styles
       ========================================================================== */
.caption {
  flex-grow: 1 !important;
  min-height: 240px;
}

.caption ul li {
  margin-bottom: 5px !important;
}

/* ==========================================================================
       Dyna Section Components .hero-container
       ========================================================================== */
/* Dyna Image Wrapper */
.dyna-image-wrapper {
  position: relative;
  margin: 50px auto;
  max-width: 1440px;
  height: 85vh;
  border-radius: 16px;
}

.dyna-image-wrapper picture,
.dyna-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateY(0) scale(1);
  transition: transform 0.6s ease-out, filter 0.6s ease-out;
  will-change: transform, filter;
  border-radius: 16px;
}

.dyna-image-wrapper.scroll-active img {
  transform: translateY(-5%) scale(1.02) rotate(0.2deg);
  filter: brightness(1.05) contrast(1.05);
}

/* Glass Cards */
.glass-card,
.glass-footer {
  opacity: 0;
  transform: translateY(60px) scale(0.95);
  transition: all 0.8s ease;
  will-change: transform, opacity;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: linear-gradient(
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.06)
  );
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px 32px;
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  max-width: 940px;
  width: 90%;
}

.scroll-active .glass-card {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.3s;
}

.scroll-active .glass-footer {
  opacity: 1;
  transform: translate(-50%, 20px) scale(1);
}

/* Dyna Title and Footer */
.dyna-title {
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: white;
  font-family: "Inter", sans-serif;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  z-index: 2;
  margin: 0;
}

.glass-footer-icon {
  min-width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.glass-footer-content {
  max-width: 760px;
}

.glass-footer h4 {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
}

.glass-footer p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  color: rgba(26, 26, 26, 0.9);
}

/* Hero Container and Image */
.hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 40px 0;
  overflow: hidden;
  background: white;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.hero-image-inner {
  position: relative;
  width: 100%;
  transition: transform 0.4s ease-out;
}

.device-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-out;
}

/* Simplified scroll-based animations */
.hero-container.scroll-active .device-image {
  transform: scale(1.01);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-container {
    padding: 20px 0;
  }

  .hero-image-wrapper {
    padding: 0 15px;
  }

  .device-image {
    border-radius: 12px;
  }
}

/* ==========================================================================
       Video Showcase Section
       ========================================================================== */
.video-showcase-section {
  padding: 80px 0;
  background: linear-gradient(to bottom, #f8f9fa, white);
}

.video-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.showcase-header {
  font-size: 48px;
  font-weight: 800;
  color: #1b2430;
  margin-bottom: 60px;
  line-height: 1.2;
  text-align: center;
}

.showcase-header span {
  font-weight: 400;
  background: linear-gradient(135deg, #d21242, #ff4d6d);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}

/* Video Container */
.video-glass-container {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.video-thumbnail-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  box-shadow: none;
  transition: all 0.3s ease;
}

.video-thumbnail-container:hover {
  transform: none;
  box-shadow: none;
}

.video-thumbnail-wrapper {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 100%;
}

.video-thumbnail-wrapper:hover {
  transform: none;
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

/* Play Button */
.play-button,
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button i,
.play-button-overlay i {
  font-size: 32px;
  color: #d21242;
  margin-left: 5px;
}

.play-button:hover,
.play-button-overlay:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 1);
}

/* Video Caption */
.video-caption {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
  color: #4a5568;
  line-height: 1.6;
}

.caption-label {
  font-weight: 700;
  color: #1b2430;
}

/* ==========================================================================
       CTA Section
       ========================================================================== */
.dyna-cta-section {
  background: linear-gradient(135deg, #1b2430 0%, #2c3e50 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

.cta-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-glass-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 60px 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-glass-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.cta-buttons .btn {
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-size: 20px;
  padding: 16px 32px;
  font-weight: 600;
  min-width: 200px;
  transition: all 0.3s ease;
}

.cta-buttons .btn-primary {
  background: #d21242;
  color: #ffffff;
  border: 2px solid #d21242;
}

.cta-buttons .btn-primary:hover {
  background: #ffffff;
  color: #d21242;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-buttons .btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #ffffff;
}

.cta-buttons .btn-outline-light:hover {
  background: #ffffff;
  color: #d21242;
  transform: translateY(-2px);
  border-color: white;
}

/* Background Shapes */
.cta-background-shapes .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
}

.shape-1 {
  width: 300px;
  height: 300px;
  background: #d21242;
  top: -100px;
  right: -100px;
}

.shape-2 {
  width: 200px;
  height: 200px;
  background: #ff4d6d;
  bottom: -50px;
  left: -50px;
}

.shape-3 {
  width: 150px;
  height: 150px;
  background: #ffffff;
  top: 50%;
  right: 10%;
}

/* ==========================================================================
       Flagship Section
       ========================================================================== */
.flagship-section {
  background: linear-gradient(to bottom, #ffffff, #f8f9fa);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.flagship-section h2 {
  font-size: 28px;
  font-weight: bold;
  color: #1b2430;
  margin-bottom: 10px;
}

.flagship-section p.lead {
  color: #555;
  margin-bottom: 40px;
  font-size: 16px;
}

.dyna-devices {
  margin-top: -80px !important;
  position: relative;
  z-index: 2;
}

/* ==========================================================================
       Hero Header Styles 1400px
       ========================================================================== */
.hero-header {
  text-align: center;
  margin-bottom: 40px;
}

.hero-header-dyna {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  color: #000;
  width: auto;
  min-width: 320px;
  max-width: 90%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  z-index: 2;
}

.hero-header-dyna h1 {
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #1b2430 0%, #2c3e50 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.hero-header-dyna p {
  margin: 0;
  color: #4a5568;
  font-size: 18px;
  font-weight: 500;
}

.hero-container.scroll-active .hero-header-dyna {
  transform: translate(-50%, 0);
  opacity: 1;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
       Featured Section
       ========================================================================== */
.featured {
  background: linear-gradient(135deg, #d21242 0%, #b30f38 100%);
  margin: 40px 50px;
  border-radius: 32px;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(210, 18, 66, 0.2);
}

.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/Content/images/pattern.png") repeat;
  opacity: 0.1;
  pointer-events: none;
}

.featured h1 {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 800;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.featured .hero-btn {
  border: 2px solid white;
  margin-top: 30px;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.featured .hero-btn:hover {
  background: white;
  color: #d21242;
  transform: translateY(-2px);
}

/* ==========================================================================
       Responsive Styles
       ========================================================================== */
@media (max-width: 768px) {
  .glass-card,
  .glass-footer {
    padding: 16px;
    font-size: 90%;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dyna-title {
    font-size: 32px;
  }

  .showcase-header {
    font-size: 36px;
  }

  .video-glass-container {
    padding: 0;
    margin: 0;
  }

  .cta-glass-card {
    padding: 40px 20px;
  }

  .cta-content h2 {
    font-size: 32px;
  }

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

  .cta-buttons .btn {
    width: 100%;
  }

  .device-image {
    margin-bottom: 60px;
  }

  .hero-header-dyna {
    padding: 20px;
    min-width: 280px;
  }

  .hero-header-dyna h1 {
    font-size: 24px;
  }

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

  .featured {
    margin: 20px;
    padding: 40px 20px;
  }

  .featured h1 {
    font-size: 32px;
  }

  .hero-container {
    padding: 20px 0;
  }

  .device-image {
    width: 95%;
  }

  .video-glass-container {
    padding: 0;
    margin: 0;
  }

  .cta-glass-card {
    padding: 40px 20px;
    margin: 0 15px;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .cta-buttons .btn {
    width: 100%;
    min-width: auto;
  }
}

.versatile-use-cases {
  padding: 30px 0;
}

.use-cases-header {
  margin-bottom: 60px;
}

.use-cases-header h2 {
  font-size: 36px;
  font-weight: 800;
  color: #1b2430;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #1b2430 0%, #2c3e50 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.use-cases-header .lead {
  font-size: 18px;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
}

.use-cases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.use-case-card {
  background: white;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.use-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.payment-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-left: 4px solid #d21242;
}

.non-payment-card {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-left: 4px solid #1b2430;
}

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.payment-card .card-icon {
  background: rgba(210, 18, 66, 0.1);
  color: #d21242;
}

.non-payment-card .card-icon {
  background: rgba(27, 36, 48, 0.1);
  color: #1b2430;
}

.card-icon i {
  font-size: 28px;
}

.card-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1b2430;
}

.card-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #4a5568;
  font-size: 16px;
}

.card-content ul li i {
  margin-right: 12px;
  font-size: 14px;
}

.payment-card ul li i {
  color: #d21242;
}

.non-payment-card ul li i {
  color: #1b2430;
}

@media (max-width: 768px) {
  .use-cases-grid {
    grid-template-columns: 1fr;
  }

  .use-case-card {
    padding: 30px;
  }

  .use-cases-header h2 {
    font-size: 28px;
  }

  .use-cases-header .lead {
    font-size: 16px;
  }
}
.prod-category-header {
  width: 100%;
  height: 90vh;
  max-height: 1020px;
  position: relative;
  overflow: hidden;
}

.prod-category-header {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
}

.header-text {
  max-width: 1212px;
  width: 90vw;
  margin: 200px auto;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 100px;
}

.header-text h1 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  font-size: 55px;
}

.header-text p {
  color: white;
  font-size: 18px;
}

.bckg-img {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.prod-subcategory-nav {
  position: absolute;
  bottom: 0px;
  width: 100vw;
  height: 89px;
  background-color: rgba(0, 0, 0, 0.75);
}

.prod-subcategory-nav .nav-box {
  margin: 0px auto;
  max-width: 1280px;
  width: 100vw;
  height: 84px;
}

.prod-subcategory-nav .nav-box li {
  float: left;
  list-style-type: none;
  color: white;
  font-size: 24px;
  line-height: 84px;
  padding: 0 30px;
  cursor: pointer;
}

.prod-subcategory-nav .nav-box li.active {
  border-bottom: 5px solid white;
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

/* END product header styles*/

/*BEGIN product column styles*/

.prods {
  max-width: 1280px;
  width: 90vw;
  margin: 20px auto;
}

.prod-subcategory#oem {
  display: none;
}

.prod-type-header {
  padding: 30px 0px 0px;
  display: block;
  border-top: 1px solid #e0e0e0;
}

.prod-type-header h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Helvetica", "Helvetica Neue", Helvetica, Century Gothic, Gotham;
  font-weight: 100;
}

.prod-type-header h2 {
  font-size: 24px;
  line-height: 33px;
  font-family: "Helvetica", "Helvetica Neue", Helvetica, Century Gothic, Gotham;
  font-weight: 100;
}

.prod-col:hover .prod-thumb-prev {
  transform: scale(1.15);
  transition: all 100ms;
  transition-timing-function: ease-out;
}

.learn-more-link {
  color: #d11242;
  font-weight: bold;
}

.prod-col {
  float: left;
  width: 33%;
  max-width: 400px;
  text-decoration: none;
  color: black;
  margin-right: 40px;
  height: 700px;
}

.prod-col:nth-child(3n) {
  margin-right: 0px;
}

.prod-col:hover {
  text-decoration: none;
  color: black;
}

.prod-col p {
  font-size: 16px;
}

.thumb-container {
  width: 286px;
  height: 230px;
  position: relative;
  overflow: hidden;
  margin: 0px auto;
}

.prod-thumb-prev {
  position: absolute;
  width: 100%;
  transform: scale(1);
  transition: all 300ms;
  transition-timing-function: ease-out;
}

.prod-col h3 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
}

.prod-col h4 {
  font-family: "LinotypeUniversW02-Medi_726166", "Helvetica Neue", Helvetica,
    Century Gothic, Gotham;
  font-size: 16px;
  margin-bottom: 12px;
}

@media (max-width: 1705px) {
  .prod-category-header {
    height: 52vw;
  }
  .header-text {
    padding: 5vw;
  }
}

@media (max-width: 1440px) {
  .header-text {
    margin: 8vw auto;
    max-width: 75vw;
    padding: 3vw;
  }
}

@media (max-width: 1410px) {
  .prod-col {
    margin-right: 4vw;
    max-width: 27vw;
  }

  .thumb-container {
    width: 20vw;
    height: 16.31vw;
  }
}

@media (max-width: 1175px) {
  .prod-col {
    height: 60vw;
  }

  .prod-col h3 {
    font-size: 2vw;
  }

  .prod-col p {
    font-size: 1.361vw;
  }
}

@media (max-width: 1024px) {
  .prod-category-header {
    height: 75vw;
  }

  .header-text {
    margin: 16vw auto;
    padding: 5vw;
  }

  .header-text h1 {
    font-size: 4.8vw;
  }

  .header-text p {
    font-size: 1.757vw;
  }

  .prod-type-header {
    padding: 2.9vw 0px 0px;
  }

  .prod-type-header h1 {
    font-size: 2.3vw;
  }

  .prod-type-header h2 {
    font-size: 2.3vw;
    line-height: 3.2vw;
  }
}

@media (max-width: 1150px) {
  .prod-subcategory-nav {
    height: 7.8vw;
  }

  .prod-subcategory-nav .nav-box {
    height: 7.33vw;
  }

  .prod-subcategory-nav .nav-box li {
    text-align: center;
    font-size: 1.9vw;
    line-height: 7.33vw;
    padding: 0 5vw;
  }
}

@media (max-width: 650px) {
  .prod-type-header h1 {
    font-size: 24px;
  }

  .prod-type-header h2 {
    font-size: 19px;
    line-height: 26px;
  }

  .prod-col {
    width: 43vw;
    max-width: 43vw;
    height: 700px;
    margin-right: 4vw;
  }

  .prod-col h3 {
    font-size: 24px;
  }

  .prod-col p {
    font-size: 16px;
  }

  .prod-col:nth-child(2n) {
    margin-right: 0px;
  }

  .thumb-container {
    width: 44vw;
    height: 35vw;
  }
}

@media (max-width: 480px) {
  .prod-category-header {
    height: 155vw;
  }

  .prod-category-header.card-readers {
    background-size: 325%;
    background-position-x: -178vw;
  }

  .header-text {
    padding: 5vw 8vw;
    margin-top: 5vw;
  }

  .header-text h1 {
    font-size: 8vw;
  }

  .header-text p {
    font-size: 3.33vw;
  }

  .prod-subcategory-nav {
    height: 20vw;
  }

  .prod-subcategory-nav .nav-box {
    height: 20vw;
  }

  .prod-subcategory-nav .nav-box li {
    font-size: 4vw;
    line-height: 7vw;
    padding: 2.6vw 1vw;
  }

  .prod-subcategory-nav .nav-box li#countertop {
    width: 60%;
  }

  .prod-subcategory-nav .nav-box li#oem {
    width: 40%;
  }

  .prod-col {
    width: 90vw;
    max-width: 90vw;
    margin-right: 0px;
  }
  .prod-col:nth-child(2n),
  .prod-col:nth-child(4n) {
    margin-right: 0px;
  }
  .thumb-container {
    width: 90vw;
    height: 70vw;
  }

  .prod-thumb-prev {
    width: 90vw;
  }
}

/*END product column styles*/

/* EVERYTHING ABOVE THIS LINE SHOULD BE THE SAME CSS (card readers page, check scanners page, pin pads page, card personalization page)*/

/*BEGIN Card Readers and OEM Components page Styles*/

.prod-category-header.card-readers {
  background-image: url("../content/images/payments-card-readers-cafe-restaurant-retail.jpg");
}

.prod-subcategory-nav .nav-box li#countertop {
  margin: 0px 0px 0px 30px;
}

.prod-subcategory-nav .nav-box li#oem {
  margin: 0px 50px 0px 0px;
}

@media (max-width: 1024px) {
  .prod-category-header.card-readers {
    background-size: 142%;
    background-position-x: -14vw;
  }
}

@media (max-width: 1200px) {
  .prod-subcategory-nav .nav-box li#countertop,
  .prod-subcategory-nav .nav-box li#oem {
    margin: 0px;
  }
}

@media (max-width: 480px) {
  .prod-category-header.card-readers {
    background-size: 405%;
    background-position-x: -141vw;
  }
}

:root {
  --magtek-red: #d21242;
  --magtek-gray: #f8f9fa;
  --magtek-white: #ffffff;
  --light-neutral-gray: #f4f5f5;
  --medium-neutral-gray: #dbdbdb;
  --neutral-gray: #555454;
  --dark-neutral-black: #333132;
  --light-neutral-blue: #ced7df;
  --dark-neutral-blue: #263c50;
  --text-color: #333;
}
/* Style for the list items containing icons .caption ul lctai*/
ul.list-unstyled li {
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* Space between list items */
}

/* Style for the icons */
ul.list-unstyled li .fa {
  font-size: 1.2em; /* Adjust size for visual balance */
  color: var(--magtek-red); /* Primary color for the icons */
  margin-right: 10px; /* Space between icon and text */
  transition: color 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover effect for icons */
ul.list-unstyled li .fa:hover {
  color: var(--dark-neutral-black); /* Darken color on hover */
}

/* Optional: add a slight margin around the icon to keep it centered with text */
ul.list-unstyled li .fa {
  margin-top: 2px;
  margin-bottom: 2px;
}

/*-------------------------------------
	Hero h1 Section#products-check-and-.build-for-developers-section a
  -------------------------------------*/

.header {
  text-align: center;
  background: linear-gradient(
    135deg,
    var(--dark-neutral-blue) 0%,
    var(--dark-neutral-black) 100%
  );
  color: var(--magtek-white);
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.header h1 {
  font-size: 7rem;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 1.5rem;
  position: relative;
  animation: fadeInUp 0.8s ease-out forwards;
  color: var(--magtek-white);
  max-width: 1000px;
}

.header h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: var(--magtek-red);
  margin: 2rem auto;
  border-radius: 2px;
}

.header p {
  font-size: 3rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  font-weight: 300;
  color: var(--magtek-white);
  animation: fadeInUp 0.8s ease-out 0.2s forwards;
}
#softwareApplications .caption.flex-grow-1 {
  min-height: 320px !important;
}
#productSupport .caption.flex-grow-1 {
  min-height: 320px !important;
}
#omniCommerce
  .product-card.omni-channel-product-card.h-100.flex-grow-1
  .caption.flex-grow-1 {
  min-height: 340px !important;
}
/*-------------------------------------
	  CTA Section
	-------------------------------------*/
.cta-section {
  background: linear-gradient(
    135deg,
    var(--dark-neutral-black) 0%,
    var(--dark-neutral-blue) 100%
  );
  color: white;
  text-align: center;
  padding: 12rem 2rem;
  position: relative;
  margin-top: 6rem;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
  margin-bottom: -30px !important;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-section h2 {
  font-weight: 700;
  font-size: 4.2rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(120deg, #ffffff, var(--light-neutral-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-section p {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: var(--light-neutral-gray);
  line-height: 1.6;
}

/* 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: 600;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
/* Secondary Button .caption ul li*/
.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: 600;
  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: 600;
  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);
}
/*-------------------------------------
	  Hero Header Section
	-------------------------------------*/
.hero-header {
  padding: 6rem 0 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-header h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
}

.hero-header p {
  font-size: 2rem;
  font-weight: 300;
  opacity: 0.8;
  max-width: 600px;
  margin-bottom: 2rem;
}

/*-------------------------------------
	  Features Section
	-------------------------------------*/
.features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding: 0 2rem 3rem;
  text-align: center;
}

.feature-card {
  background: transparent;
  padding: 1.5rem 0;
  transition: all 0.3s ease;
}

.feature-icon {
  margin-bottom: 1rem;
}

.feature-icon .glyphicon {
  font-size: 3.5rem;
  /* stroke-width: 1.5; */
  text-align: center;
}

.feature-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

.feature-card p {
  font-size: 1.6rem;
  opacity: 0.7;
  font-weight: 400;
}

/*-------------------------------------
	  CTA Button Styles
	-------------------------------------*/
.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-button::before {
  content: "→";
  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);
}

.cta-button:hover::before {
  transform: translateX(4px);
}

/* Section Styles */
.section-dark {
  padding: 100px 0;
}

/* Titles */
.section-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--text-color);
  text-align: center;
  letter-spacing: 0.5px;
}

.section-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--text-color);
  text-align: center;
  font-weight: 300;
}

/* Product Card */
.product-card {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(214, 214, 214, 0.449);
  overflow: hidden;
  padding: 25px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: left;
}

.product-card-bootstrap-container {
  margin-bottom: 30px;
}

.product-card:hover {
  transform: scale(1.005);
  box-shadow: 0 3px 8px rgba(58, 58, 58, 0.052);
  border: 1px solid rgba(152, 152, 152, 0.429);
}

.image-wrapper {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}

.image-wrapper img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 278px;
      max-height: 100px;
}

.caption h3 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  color: var(--text-color);
}

.caption p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-color);
  margin: 5px 0 15px;
}

.caption ul {
  text-align: left !important;
}

/* Button Styles .caption ul li*/
.btn-primary {
  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: 500 !important;
  font-size: 1.3rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;

  box-shadow: 0 4px 20px rgba(210, 18, 66, 0.25);
}

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

/* List Styles */
.list-unstyled {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.list-unstyled li {
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Glyphicon Style */
.glyphicon {
  font-size: 18px;
  color: var(--magtek-red);
}
.caption.flex-grow-1 {
  min-height: 265px !important;
}
/* Make all product cards the same height.features */

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Ensures all cards are equal height */
}

.container .hero-header:first-child {
  margin-top: 50px !important;
}
.container .hero-header:nth-of-type(1) {
  margin-top: 50px !important;
}
body .container .hero-header:first-of-type {
  margin-top: 50px !important;
}

/* Full-width hero section with a gradient background */
.build-for-developers-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  background: rgb(245, 245, 245);
  color: var(--dark-neutral-black);
  text-align: center;
  padding: 0 20px;
  margin: 50px;
  border-radius: 24px;
}

/* Main text */
.build-for-developers-section h1 {
  font-weight: 800;
  font-size: 4em;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
}

.build-for-developers-section p {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 40px;
  animation: fadeIn 1.5s ease-out;
}

/* Code block styling */
.code-container {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 20px;
  color: #f8f8f2;
  width: 90%;
  max-width: 800px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 2s ease-out;
}

.build-for-developers-section a {
  margin-top: 20px;
  margin-bottom: 20px;
}

.milestone-container {
  background-color: var(--magtek-gray);
  padding: 2em 0;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.milestone-banner {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.milestone-item {
  border-radius: 8px;
  padding: 1em;
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px; /* Ensure consistent height across items */
}

.milestone-item .count {
  font-size: 2.2em;
  color: var(--magtek-red);
  font-weight: bold;
  margin: 0;
}

.milestone-item .label {
  font-size: 1.2em;
  color: var(--dark-neutral-blue);
  margin-top: 0.25em;
}

.milestone-item:hover {
  background-color: var(--light-neutral-gray);
  border-color: var(--dark-neutral-blue);
}

/* Ensure equal height across all cards within a row-height .header h1*/

.product-card {
  flex-grow: 1;
}
.hero-header::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;

  margin: 10px auto 0;
  background-color: var(--magtek-red);
}
.badge {
  display: inline-block;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.badge-micr {
  background-color: var(--dark-neutral-blue);
  color: #fff;
}

.badge-check {
  background-color: var(--neutral-gray);
  color: #fff;
}

/* Set fixed dimensions for images within cards */
.fixed-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Adjust for consistent padding */

/* Muted text style */
.text-muted {
  color: #86868b;
}

.product-card:hover {
  background-color: #f9f9f97d;
}

.product-card-link {
  text-decoration: none;
  color: inherit;
}

.image-wrapper-service img,
.image-wrapper img {
  transition: opacity 0.2s ease;
}

.product-card:hover .image-wrapper-service img,
.product-card:hover .image-wrapper img {
  opacity: 0.9;
}

.caption h3 {
  transition: color 0.2s ease, text-shadow 0.2s ease;
}

.product-card:hover .caption h3 {
  color: #002b58; /* New color on hover */
}
/* Arrow styling */
.product-card .arrow-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 2em;
  color: var(--magtek-red);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.caption {
  flex-grow: 1 !important;
  min-height: 265px;
}
.product-card:hover .arrow-icon {
  opacity: 1;
  transform: translateY(0);
}

#products-check-and-services-main-content-wrappers .highlight-section {
  background-color: var(--light-neutral-gray);
  color: var(--text-color);
  text-align: center;
  padding: 80px 20px;
  margin-top: -50px;
}

#products-check-and-services-main-content-wrappers .highlight-section h2 {
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 55px;
}

#products-check-and-services-main-content-wrappers .highlight-section span {
  font-size: inherit;
  font-weight: inherit;
  color: var(--magtek-red);
}

#products-check-and-services-main-content-wrappers .highlight-section p {
  font-size: 2rem;
}

#products-check-and-services-main-content-wrappers .features-cs {
  padding: 40px 0;
  text-align: center;
}

#products-check-and-services-main-content-wrappers .feature-card-cs {
  background-color: var(--light-neutral-gray);
  border-radius: 15px;
  padding: 40px;
  margin: 20px;
}

#products-check-and-services-main-content-wrappers
  .feature-card-cs
  .feature-icon {
  font-size: 4rem;
  color: #d21242;
  margin-bottom: 0px;
}

#products-check-and-services-main-content-wrappers
  .feature-card-cs
  .feature-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #263c50;
  margin-bottom: 10px;
}

#products-check-and-services-main-content-wrappers .feature-card-cs p {
  font-size: 2rem;
  color: #555454;
}
#products-check-and-services-main-content-wrappers .section-dark {
  padding: unset;
}

/*-------------------------------------
	  Keyframes  #products-check.row-height    margin-bottom: 15px;
	-------------------------------------*/

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*-------------------------------------
		Responsive Styles
	  -------------------------------------*/
@media (max-width: 1200px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cta-section {
    padding: 12rem 1rem;
  }
  .cta-section h2 {
    font-size: 2.4rem;
  }

  .cta-section p {
    font-size: 1.2rem;
  }

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

  .cta-primary,
  .cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .hero {
    padding: 6rem 2rem 10rem;
    text-align: center;
  }

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

  .hero p {
    font-size: 1.3rem;
    margin: 0 auto 2rem;
  }

  .container {
    padding: 1rem;
  }

  .hero-header h1 {
    font-size: 3.5rem;
  }

  .hero-header {
    padding: 4rem 0 2rem;
  }

  .features {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

/* Tablet (landscape) - Devices with width up to 992px */
@media (max-width: 992px) {
  .hero {
    padding: 8rem 2rem 13rem;
    text-align: center;
  }

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

  .hero p {
    font-size: 1.6rem;
    margin: 0 auto 2rem;
  }

  .cta-section {
    padding: 8rem 1.5rem;
  }

  .cta-section h2 {
    font-size: 3rem;
  }

  .cta-section p {
    font-size: 1.6rem;
  }

  .features {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

/* Mobile (portrait) - Devices with width up to 768px */

/* Mobile (small screens) - Devices with width up to 576px */
@media (max-width: 576px) {
  .hero h1 {
    font-size: 5rem;
  }

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

  .cta-section h2 {
    font-size: 5rem;
  }

  .cta-section p {
    font-size: 2.5rem;
  }

  .cta-buttons {
    gap: 0.8rem;
  }

  .features {
    padding: 0;
  }

  .product-card {
    padding: 1rem;
  }

  .hero-header h1 {
    font-size: 2.8rem;
  }

  .hero-header p {
    font-size: 1.5rem;
  }
  .product-card-bootstrap-container a {
    width: 100%;
  }
  .image-wrapper {
    padding: 0px;
    display: flex;
    justify-content: center;
  }
}

section #products-check-and-services-main-content-wrappers .product-card.h-100 {
  padding: unset !important;
}

section #products-check-and-services-main-content-wrappers .caption {
  padding: 15px;
}

/* Media query for smaller screens (mobile) */
@media (max-width: 767px) {
  .build-for-developers-section h1 {
    font-size: 3.5rem; /* Reduce font size */
  }

  .build-for-developers-section a {
    margin-bottom: 20px;
  }

  .header h1 {
    font-size: 5rem;
  }

  .header p {
    font-size: 2.2rem;
  }
}

.dyna-devices .d-flex {
  display: unset !important;
}

