/* Secret Service? Drop us a line via We@Macabama.com or contact us via +1 (505) 514 0014 */

* {
  box-sizing: border-box;
}

body, html {
  background-color: white; 
  max-width: 1600px; 
  margin: auto; 
  font-family: Arial, Helvetica, sans-serif;  
}

/* NEW: Info Symbol Styles */
.info-symbol {
  position: fixed;
  top: 70px;
  left: 20px;
  z-index: 2000;
  cursor: pointer;
  background: rgba(0,0,0,0.7);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.info-symbol:hover {
  background: rgba(2,129,189,0.9);
  transform: scale(1.1);
}

.info-tooltip {
  position: absolute;
  top: 50px;
  left: 0;
  background: rgba(0,0,0,0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2001;
}

.info-symbol:hover .info-tooltip {
  opacity: 1;
  visibility: visible;
}

/* NEW: Social Media Modal Styles */
.modal-social {
  display: none;
  position: fixed;
  z-index: 1010;
  padding-top: 34px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content-social {
  background: #2a476dff;
  color: white; 
  margin: auto;
  padding: 5vw; 
  border: 1px solid #888;
  width: 90%; 
  max-width: 600px;
  text-align: left; 
  border-radius: 8px;
  position: relative;
}

.close-social {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold; 
  cursor: pointer;
}

.close-social:hover {
  color: #A0A0A4;
}

/* Responsive for mobile */
@media screen and (max-width: 600px) {
  .info-symbol {
    top: 80px;
    left: 15px;
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .modal-content-social {
    padding: 8vw;
    width: 95%;
  }
}

/* Columns/Rows etc. */
.column {
  float: left;   
}

.columnone {
  width: 100%;
} 

.columntwo { 
  width: 50%;  
} 

.columnthree { 
  width: 33%;  
} 

.columnfour { 
   width: 25%; 
} 

.columnfourb { 
   width: 25%; 
} 

.columnfourM { 
   width: 25%; 
} 

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
} 

@media screen and (orientation: portrait) {
  .columntwo {
    width: 100%;
  }
  .columnthree { 
    width: 100%;  
  } 
  .columnfour { 
    width: 100%; 
  } 
  .columnfourM { 
    width: 50%; 
  } 
}

@media only screen and (max-width: 600px) {
  .columnfourb { 
    width: 100%; 
  }  
}

/* Magic */ 
.parallax {
  background-image: url('Graphics/Macabama_Consulting_Landscape.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
} 

@media screen and (min-width:1920px) {
  .parallax { 
    background-image: url('Graphics/Macabama_Consulting_Landscape.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallax { 
    background-image: url('Graphics/Macabama_Consulting_Portrait.webp');
    height:100vw; 
  }
} 


.parallax1 {
  background-image: url('Graphics/AlibabaAnalytics_logo_HD.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
} 

@media screen and (min-width:1920px) {
  .parallax1 { 
    background-image: url('Graphics/AlibabaAnalytics_logo_HD.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallax1 { 
    background-image: url('Graphics/AlibabaAnalytics_logo_HD_Portrait.webp');
    height:100vw; 
  }
} 


.parallaxB {
  background-image: url('Graphics/Macabama_ProjectM_Landscape.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
}

@media screen and (min-width:1920px) {
  .parallaxB { 
    background-image: url('Graphics/Macabama_ProjectM_Landscape.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallaxB { 
    background-image: url('Graphics/Macabama_ProjectM_Portrait.webp');
    height:100vw; 
  }
} 


.parallaxI {
  background-image: url('Graphics/2025_Macabama_InterimExecutives.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
}

@media screen and (min-width:1920px) {
  .parallaxI { 
    background-image: url('Graphics/2025_Macabama_InterimExecutives.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallaxI { 
    background-image: url('Graphics/2025_Macabama_InterimExecutives_Portrait.webp');
    height:100vw; 
  }
} 


.parallax2 {
  background-image: url('Graphics/MacabamaMedia_LS.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
} 

@media screen and (min-width:1920px) {
  .parallax2 { 
    background-image: url('Graphics/MacabamaMedia_LS.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallax2 { 
    background-image: url('Graphics/MacabamaMedia_PT.webp');
    height:100vw; 
  }
} 


.parallax3 {
  background-image: url('Graphics/Macabama_dpa_Landscape.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
} 

@media screen and (min-width:1920px) {
  .parallax3 { 
    background-image: url('Graphics/Macabama_dpa_Landscape_HD.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallax3 {
    background-image: url('Graphics/Macabama_dpa_Portrait.webp');
    height:100vw;
  }
} 

.parallax4 {
  background-image: url('Graphics/Macabama_DRR_Alternative_Landscape.webp');
  height: 65vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: black; 
} 

@media screen and (min-width:1920px) {
  .parallax4 { 
    background-image: url('Graphics/Macabama_DRR_Landscape_HD.webp');
    background-size: auto;     
  }
} 

@media screen and (orientation: portrait) {
  .parallax4 {
    background-image: url('Graphics/Macabama_DRR_Portrait.webp');
    height:100vw;
  }
} 

/* Sticky Navigation Bar */
.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

/* Menu Styling */
.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding: 10px 20px;
  width: 100%;
}

.brand {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.nav-menu-wrapper {
  position: relative;
}

.nav-menu-button {
  background: none;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.nav-menu-button span,
.nav-menu-button .hamburger {
  animation: colorPulse 6s infinite ease-in-out;
}

.nav-menu-button:hover {
  background-color: #333;
}

.nav-menu-button .hamburger {
  display: none;
  font-size: 24px;
}

.nav-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 1002;
  min-width: 200px;
  margin-top: 5px;
}

.nav-menu.visible {
  display: block;
}

.nav-menu a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.nav-menu a:link,
.nav-menu a:visited,
.nav-menu a:hover,
.nav-menu a:active {
  color: #000;
}

.nav-menu a:hover {
  background-color: #f0f0f0;
}

.nav-menu a:last-child {
  border-bottom: none;
}

/* Pulsing Animation for Services and Hamburger */
@keyframes colorPulse {
  0%, 100% { color: #FFF; }
  33% { color: #0281BD; }
  66% { color: #FF69B4; }
}

/* Portrait Mode (Mobile) */
@media screen and (orientation: portrait), (max-width: 767px) {
  .nav-menu-button span {
    display: none;
  }
  .nav-menu-button .hamburger {
    display: inline-block;
  }
  .nav-menu {
    width: 100%;
    right: 0;
    z-index: 1002;
  }
}

/* Text on graphics with half transparent background. */ 
.OverlayText {
  font-family: Arial, Helvetica, sans-serif; 
  position: absolute;  
  text-align: center; 
  line-height: 0.1; 
  bottom: 2.5%;
  left: 2.5%;
  background-color: rgba(0,0,0,0.65);
  color: white;
  padding: 20px; 
  z-index: 5;  
} 

/* Table Style */ 
table {
  font-family: Arial, Helvetica, sans-serif; 
  border-collapse: collapse; 
  table-layout: fixed;   
} 

th, td {
  border-right: 0px solid white; 
  border-right-style: dotted; 
  border-collapse: collapse; 
} 

ul { 
  font-family: Arial, Helvetica, sans-serif; 
}

/* Text styling dependend on Orientation of device */
h1 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px; 
  line-height: 134%;  
  word-break: keep-all; 
  margin-bottom: 5px; 
} 

h3 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px; 
  line-height: 134%;  
  word-break: keep-all; 
} 

h2 { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 29px; 
  line-height: 134%;  
  word-break: keep-all; 
  margin-top: 0px; 
  margin-bottom: 10px; 
}

.textnormal { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px; 
  line-height: 150%; 
}

.textsmall { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; 
  line-height: 150%; 
} 

.textmini { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  line-height: 134%;
}

.snackit { 
  width: 100%;   
  border: 0px; 
  align: center; 
} 

.snackitcont { 
  padding: 100px 15%; 
  vertical-align:middle; 
  text-align: center; 
} 

@media screen and (orientation: portrait) {
  h1 { 
    font-size: 30px; 
    line-height: 134%; 
    word-break: keep-all; 
    margin-bottom: 5px; 
  } 
  h3 { 
    font-size: 27px; 
    line-height: 134%; 
    word-break: keep-all; 
  } 
  h2 { 
    font-size: 27px; 
    line-height: 134%;  
    word-break: keep-all; 
    margin-top: 0px; 
    margin-bottom: 5px; 
  } 
  .textnormal {
    font-size: 21px; 
    line-height: 150%; 
  }  
  .textsmall { 
    font-size: 14px; 
    line-height: 150%; 
  } 
  .textmini { 
    font-size: 12px !important; 
  }
  .snackitcont { 
    padding: 30px 5%; 
    vertical-align:middle; 
    text-align:center; 
  } 
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1010;
  padding-top: 34px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  background-image: linear-gradient(45deg, #808080, #0281BD);
  color: white; 
  margin: auto;
  padding: 5vw; 
  border: 1px solid #888;
  width: 90%; 
  text-align: left; 
  align: left; 
}

/* The Close Button */
.close {
  color: #FFF;
  float: right;
  font-size: 28px;
  font-weight: bold; 
  text-align: right; 
  align: right; 
}

.close:hover,
.close:focus {
  color: #A0A0A4;
  text-decoration: none;
  cursor: pointer;
}

textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
} 

/* Whatsapp Button Style Part 2/3 */ 
.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px; 
  text-align: center;
  font-size: 35px;
  z-index: 1500;
} 

/* Basic button styling */
.hire-button {
  width: 250px;
  height: 50px;
  background-color: green;
  color: white;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.hire-button:hover {
  background-color: darkgreen;
}

/* Menu styling */
.hire-menu {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 100;
  width: 250px;
}

.hire-menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #1c3b6e;
  font-size: 16px;
}

.hire-menu a:hover {
  background-color: #f0f0f0;
}

/* Show the menu when it is toggled */
.hire-menu.visible {
  display: block;
}

/* Review box styling */
.review-box {
  background-color: white;
  width: 320px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

/* Headline styling */
.review-headline {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

/* Quote styling */
.review-quote {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: #333;
}

/* Spacer for empty row */
.review-spacer {
  height: 10px;
}

/* Stars container */
.review-stars {
  background-color: #333333;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

/* Star styling */
.star {
  color: #ffd700;
  font-size: 18px;
  margin: 0 2px;
}

/* Author styling */
.review-author {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

/* For intermediate screens (laptops, tablets) */
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .review-box {
    width: 300px;
  }
  .review-headline {
    font-size: 18px;
  }
  .review-quote {
    font-size: 15px;
  }
  .star {
    font-size: 18px;
  }
  .review-author {
    font-size: 13px;
  }
}

/* For mobile screens */
@media screen and (max-width: 767px) {
  .review-box {
    width: 300px;
    padding: 15px;
  }
  .review-headline {
    font-size: 16px;
  }
  .review-quote {
    font-size: 14px;
  }
  .star {
    font-size: 21px;
    margin: 0 1px;
  }
  .review-author {
    font-size: 12px;
  }
}

/* For larger screens */
@media screen and (min-width: 1920px) {
  .review-box {
    width: 320px;
  }
  .review-headline {
    font-size: 20px;
  }
  .review-quote {
    font-size: 16px;
  }
  .star {
    font-size: 21px;
  }
  .review-author {
    font-size: 14px;
  }
}

/* For mobile portrait */
@media screen and (orientation: portrait) {
  .review-box {
    width: 300px;
    padding: 15px;
  }
  .review-headline {
    font-size: 16px;
  }
  .review-quote {
    font-size: 14px;
  }
  .star {
    font-size: 21px;
    margin: 0 1px;
  }
  .review-author {
    font-size: 12px;
  }
}

/* Base Styles for Key Cards Container */
.key-cards-container {
  background-color: white;
  padding: 40px 20px;
  margin: 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.key-cards-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  color: #999999;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Grid for the 6 Cards - Using CSS Grid for Flexibility */
.key-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
}

.key-card {
  background-color: #e6e6e6;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 120px;
  transition: transform 0.3s ease;
}

.key-card:hover {
  transform: translateY(-5px);
}

/* Target the row containing the key-cards-container with high specificity */
.key-cards-row {
  background-color: #e6e6e6 !important;
  padding: 0;
  margin: 0;
}

/* Ensure the white gap (margin) is preserved - No longer needed, removed */
.key-description {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.key-metric,
.key-text-only {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #e0e0e0;
  font-weight: bold;
}

/* For cards with only text (no metric) */
.key-text-only {
  font-size: 18px;
  color: #333;
  animation: none;
}

/* Animation for Metrics: Subtle Pulse (Scale + Color Change) */
@keyframes metric-pulse {
  0%, 100% { 
    transform: scale(1); 
    color: silver; 
    text-shadow: 0 0 5px rgba(2, 129, 189, 0);
  }
  50% { 
    transform: scale(1.08); 
    color: #0281BD; 
    text-shadow: 0 0 10px rgba(2, 129, 189, 0.4);
  }
}

.key-metric {
  animation: metric-pulse 2s infinite ease-in-out;
}

/* Partial Vertical Lines Between Cards (60% height, centered) */
.key-card:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #0281BD;
}

/* Responsive Design */

/* Tablets/Pads (min-width: 768px to 1024px) - 2 Rows of 3 Cards */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .key-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .key-card:nth-child(n+4)::before {
    content: '';
    position: absolute;
    left: 20%;
    top: -10px;
    width: 60%;
    height: 1px;
    background-color: #0281BD;
  }
}

/* Mobile/Handys (max-width: 767px) - 3 Rows of 2 Cards */
@media screen and (max-width: 767px) {
  .key-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .key-card:nth-child(n+3)::before,
  .key-card:nth-child(n+5)::before {
    content: '';
    position: absolute;
    left: 20%;
    top: -10px;
    width: 60%;
    height: 1px;
    background-color: #0281BD;
  }
  .key-cards-title {
    font-size: 24px;
  }
  .key-description {
    font-size: 14px;
  }
  .key-metric,
  .key-text-only {
    font-size: 20px;
  }
}

/* Portrait Orientation (Additional Fallback for Mobile) */
@media screen and (orientation: portrait) {
  .key-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
} 




/* Mini-Audit Styles */
.progress-bar {
display: flex;
height: 10px;
margin-bottom: 20px;
background: #e6e6e6;
border-radius: 5px;
overflow: hidden;
}

.progress-bar div {
flex: 1;
background: #e6e6e6;
transition: background 0.3s ease;
}

.progress-bar .active { display: none; } /* BLAU LÖSCHEN! */

.progress-bar div.red { 
background: #ff4444 !important; 
}

.progress-bar div.green { 
background: #44ff44 !important; 
}

.progress-bar .current { 
background: #0d81c5ff !important; /* HELLGRAU für aktuell */
}

.slide {
display: none;
}

.active-slide {
display: block;
}

.question {
font-size: 20px;
margin-bottom: 20px;
color: #fff;
text-align: center;
line-height: 1.4;
}

.audit-form input[type="text"],
.audit-form input[type="email"],
.audit-form input[type="url"],
.audit-form input[type="checkbox"] {
display: block;
margin: 10px auto;
padding: 12px;
width: 100%;
max-width: 400px;
border: 1px solid #ddd;
border-radius: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.audit-form input:invalid { 
border-color: #ff4444; 
}

.audit-form input:valid { 
border-color: #44ff44; 
}

.audit-form label {
display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.audit-form label input[type="radio"] {
margin-right: 10px;
transform: scale(1.2);
}

.audit-form button {
background: #0d81c5ff;
color: white;
border: none;
padding: 12px 24px;
margin: 10px;
cursor: pointer;
border-radius: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
transition: background 0.3s ease;
min-width: 120px;
}

.audit-form button:hover:not(:disabled) {
background: #026a9c;
}

.audit-form button:disabled {
background: #999;
cursor: not-allowed;
opacity: 0.6;
} 

.answer-options {
  display: flex;
  justify-content: center;
  gap: 25px; /* Abstand zwischen den Optionen */
  margin: 20px 0;
} 

#success-slide {
font-size: 24px;
color: #44ff44;
text-align: center;
padding: 40px;
}

@media screen and (max-width: 767px) {
.question {
  font-size: 18px;
  padding: 0 20px;
}
.audit-form input[type="text"],
.audit-form input[type="email"],
.audit-form input[type="url"] {
  max-width: 90%;
  padding: 10px;
}
.audit-form button {
  width: 100%;
  max-width: 200px;
  margin: 5px 0;
}
.audit-form label {
  font-size: 16px;
}
}



/* NEW: Accordion Styles */
.accordion-header {
  background-color: #333333;
  color: white;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative; 
  border-bottom: 1px solid white;
}

.accordion-header span.title {
  animation: colorPulse 6s infinite ease-in-out;
}

.accordion-header:hover {
  background-color: #444444;
}

.accordion-header .arrow {
  position: absolute;
  right: 40px;
  font-size: 18px;
}

.accordion-content {
  display: none;
  background-color: #9c9c9cff;
  padding: 20px 15px 20px 20px; 
  border: 1px solid #c5c5c5ff;
  border-top: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

.accordion-content.active {
  display: block;
}

.close-accordion {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.case-study-box {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.case-study-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0281BD;
}

.case-study-section {
  margin-bottom: 15px;
}

.case-study-section h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

.case-study-section p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

.case-study-section ul {
  list-style-type: disc;
  padding-left: 20px;
}

.case-study-section li {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  margin-bottom: 5px;
}

@media screen and (orientation: portrait) {
  .accordion-header {
    font-size: 16px;
    padding: 12px;
  }
  .case-study-title {
    font-size: 20px;
  }
  .case-study-section h4 {
    font-size: 16px;
  }
  .case-study-section p, .case-study-section li {
    font-size: 14px;
  }
}


/* Scroll-triggered animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Apply to all service headlines */
.snackit h1,
.snackit h2,
.accordion-header .title,
.key-cards-title {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
} 

.nda-badge {
  text-align: center;
  margin: 12px auto;
  padding: 6px 12px;
  background: #f0f7ff;
  color: #0281BD;
  font-size: 12px;
  font-weight: bold;
  border-radius: 30px;
  border: 1.5px solid #0281BD;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 95%; 
  box-shadow: 0 2px 6px rgba(2,129,189,0.15);
}



/* ————— UNIVERSAL LOGO GRID: MEDIEN + TOOLS (EINMALIG) ————— */
.logo-section {
  padding: 10px 20px;
  text-align: center;
  background: #FFF;
}

.logo-section[style*="f9f9fb"] {
  background-color: #f9f9fb !important;
  border-top: 1px solid #eee;
}

.logo-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 12px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.logo-item {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

/* HOVER-EFFEKTE */
.logo-item:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: translateY(0) scale(1.1);
}

/* STAGGERED ANIMATION: Logos erscheinen nacheinander */
.logo-item {
  animation: fadeInUp 0.7s ease forwards;
}

.logo-item:nth-child(1) { animation-delay: 0.1s; }
.logo-item:nth-child(2) { animation-delay: 0.2s; }
.logo-item:nth-child(3) { animation-delay: 0.3s; }
.logo-item:nth-child(4) { animation-delay: 0.4s; }
.logo-item:nth-child(5) { animation-delay: 0.5s; }
.logo-item:nth-child(6) { animation-delay: 0.6s; }
.logo-item:nth-child(7) { animation-delay: 0.7s; }
.logo-item:nth-child(8) { animation-delay: 0.8s; }

/* Keyframes */
@keyframes fadeInUp {
  to {
    opacity: 0.65;
    transform: translateY(0);
  }
}

/* ————— RESPONSIVE BREAKPOINTS ————— */

/* DESKTOP & LAPTOP (≥1024px, Landscape) */
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .logo-item { height: 70px; }
  .logo-grid { gap: 50px; }
}

/* TABLET */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .logo-item { height: 65px; }
  .logo-grid { gap: 35px; }
}

/* MOBILE (Portrait + kleine Bildschirme) */
@media screen and (max-width: 767px), (orientation: portrait) {
  .logo-item { height: 45px; }
  .logo-grid { 
    gap: 25px; 
    padding: 15px; 
  }
  /* Mobile: kürzere Delays für bessere UX */
  .logo-item:nth-child(1) { animation-delay: 0.05s; }
  .logo-item:nth-child(2) { animation-delay: 0.10s; }
  .logo-item:nth-child(3) { animation-delay: 0.15s; }
  .logo-item:nth-child(4) { animation-delay: 0.20s; }
  .logo-item:nth-child(5) { animation-delay: 0.25s; }
  .logo-item:nth-child(6) { animation-delay: 0.30s; }
}



/* ————— Green Lamp Government Badge ————— */
.unmg-eu-us-green-lamp-2025 {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 10px;
    border-radius: 50%;
    background: #00ff41;
    color: #000;
    font-size: 8px;
    font-weight: 900;
    text-align: center;
    position: relative;
    animation: unmgEuUsGlow2025 2.4s ease-in-out infinite;
    box-shadow: 
      0 0 5px #00ff41,
      0 0 10px #00ff41,
      0 0 15px #00ff41,
      inset 0 0 10px rgba(0,255,65,0.6);
    border: 1.5px solid #00ff41;
    transform: translateY(-1px);
  }

  @keyframes unmgEuUsGlow2025 {
    0%   { 
      box-shadow: 0 0 10px #00ff41, 0 0 20px #00ff41, 0 0 30px #00ff41, inset 0 0 10px rgba(0,255,65,0.6);
      transform: scale(1) translateY(-1px);
    }
    50%  { 
      box-shadow: 0 0 20px #00ff41, 0 0 40px #00ff41, 0 0 60px #00ff41, inset 0 0 15px rgba(0,255,65,0.8);
      transform: scale(1.12) translateY(-1px);
    }
    100% { 
      box-shadow: 0 0 10px #00ff41, 0 0 20px #00ff41, 0 0 30px #00ff41, inset 0 0 10px rgba(0,255,65,0.6);
      transform: scale(1) translateY(-1px);
    }
  }

  @keyframes floatUp {
    0%   { transform: translateX(-50%) translateY(0); opacity: 0.7; }
    100% { transform: translateX(-50%) translateY(-20px); opacity: 0; }
  }


