/* .industries-hero-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../Cimgs/particlesizer/Seite.jpg") !important;
} */

.industries-hero-page {
  position: relative;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/particlesizer/Seite.jpg");
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/particlesizer/Seite.jpg");
  background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/particlesizer/Seite.jpg");
  background: -ms-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/particlesizer/Seite.jpg");
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../Cimgs/particlesizer/Seite.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  color: #fff;
  text-align: center;
  height: 65vh;

  /* fallback for mobile compatibility */
  background-attachment: scroll;
}

/* Optional: Apply fixed attachment only on desktops that support it */
@media (min-width: 768px) {
  .industries-hero-page {
    background-attachment: fixed;
  }
}

.industries-hero-page p {
  /* font-family: "Barlow Condensed", sans-serif; */
  font-family: "Open Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.features-section-s2.ctc-key-facts {
  margin-bottom: 80px;
}

.ctc-key-facts.section-padding {
  padding-bottom: 0;
}

.ctc-key-facts .icons-outer {
  /* margin-top: 150rem; */
}

.grid {
  margin-top: 2.5rem;
}

.icons-outer .grid p {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}

/* ctc versions */

/* packages & solutions */

.cards-package-container {
  margin-top: 1.5rem;
}
.cards-package-container .card {
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #ffffff;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-right: 20px;
  /* height: 200px;*/
  height: 300px; 
}
.cards-package-container .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.cards-package-container .card-header {
  /* background: linear-gradient(90deg, rgb(0, 121, 194), rgb(95, 96, 98)); */
  background-color: rgb(0, 121, 194);
  color: #fff;
  padding: 12px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  /* border-radius: 4px; */
}
.cards-package-container .card-body {
  padding: 0 15px;
  /* padding-left: 13px; */
  padding-bottom: 2rem;
  line-height: 1.6;
  font-size: 1.1rem;
}

.cards-package-container .card-body span {
  color: rgb(0, 121, 194);
}

.cards-package-container .card-body ul li:hover {
  /* background: rgba(0, 121, 194, 0.1); */
  transform: scale(1.02);
}
.cards-package-container .card-body ul li::before {
  /* content: "\2022";
    color: rgb(0, 121, 194);
    font-size: 1.2rem;
    margin-right: 10px; */
}
.cards-package-container .read-morep {
  color: rgb(0, 121, 194);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  transition: color 0.3s ease;
  cursor: pointer;
  background: none;
}
.cards-package-container .read-morep:hover {
  color: rgb(95, 96, 98);
}

.cards-package-container .hidden {
  /* display: none !important; */
}

.cards-package-container .hide {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.cards-package-container .show {
  display: inline;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.section-paragraph {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

.related-content {
  background-color: #ffffff !important;
}

/* CEGIS System Section Styles */
.cegis-system-section {
  background-color: #f5f5f5;
  padding: 50px 0;
}

.cegis-system-section .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.cegis-system-section .section-title .sub-title {
  font-size: 20px;
  font-weight: 400;
  color: #777;
}

.cegis-system-section .features-list {
  list-style-type: none;
  padding: 0;
}

.cegis-system-section .features-list li {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}

.cegis-system-section .features-list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50;
  font-size: 20px;
}

.cegis-system-section .img-holder {
  text-align: center;
}

.cegis-system-section .img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 767px) {
  .cegis-system-section .row {
    flex-direction: column;
    text-align: center;
  }

  .cegis-system-section .img-holder {
    margin-top: 20px;
  }
}

/* General section styles */
.application-section {
  background-color: #f9f9f9; /* Light background */
  padding: 50px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.application-section .content-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.application-section .section-title h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

/* Paragraphs with no hover effect */
.application-details p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  transition: color 0.3s ease;
}

/* Removed the hover color change */
.application-details p:hover {
  color: inherit; /* Keep the color unchanged when hovered */
}

/* Collapsible button styling */
.collapsible {
  background-color: #4caf50;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.collapsible:hover {
  background-color: #45a049;
}

.collapsible:active {
  background-color: #388e3c;
}

/* Collapsible content (hidden by default) */
.content {
  padding: 10px;
  margin-top: 10px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Animation effect when content opens */
.content p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin: 0;
  animation: fadeIn 0.5s ease;
}

/* Keyframes for fade-in effect */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Responsive Design for Mobile */
@media (max-width: 768px) {
  .application-details p {
    font-size: 16px;
  }

  .collapsible {
    font-size: 16px;
  }
}
