/* ==========================================
   Font Family
========================================== */
/* ==========================================
   Color Codes
========================================== */
/* ==========================================
   BREAKPOINTS
========================================== */
body {
  padding-top: 88px;
}
/* ==========================================
   SPACING
========================================== */
.common-margin {
  margin-block: clamp(60px, 8vw, 150px);
}
.top-margin {
  margin-top: clamp(32px, 3vw, 52px);
}
.mt-40 {
  margin-top: clamp(20px, 3vw, 40px);
}
.inner-padding {
  padding-block: clamp(50px, 8vw, 100px);
}
/* ==========================================
   Custom Button Common
========================================== */
.custom-btn {
  background: #F1B600;
  border: 1px solid #F1B600;
  padding: clamp(10px, 1vw, 12px) clamp(18px, 1vw, 28px);
  transition: background 0.3s ease;
  cursor: pointer;
}
.custom-btn:hover {
  background: transparent;
  color: #F1B600;
}
.custom-btn-outline {
  background: transparent;
  border: 1px solid #F1B600;
  padding: clamp(10px, 1vw, 14px) clamp(18px, 1vw, 28px);
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.custom-btn-outline:hover {
  background: #F1B600;
  color: #002168 !important;
  border: 1px solid #F1B600;
}
.custom-btn-outline-blue {
  background: transparent;
  border: 1px solid #002168;
  padding: clamp(10px, 1vw, 14px) clamp(18px, 1vw, 28px);
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.custom-btn-outline-blue:hover {
  background: #F1B600;
  color: #002168;
  border: 1px solid #F1B600;
}
.custom-btn-text {
  color: #081426;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  text-decoration: none;
}
.arrow-wrapper {
  top: -2px;
}
.wp-singular .custom-breadcrumb {
  flex-wrap: wrap;
}
/* ==========================================
   TYPOGRAPHY
========================================== */
body {
  font-family: "Hellix", serif;
}
.hero-heading {
  font-size: clamp(30px, 3vw, 50px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
.heading-wrapper-gradient .gradient-text {
  background: linear-gradient(180deg, rgba(50, 62, 89, 0.09) 38.17%, rgba(50, 62, 89, 0) 120.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(120px, 3vw, 140px);
  font-weight: bold;
  line-height: 1;
}
.heading-wrapper-gradient .primary-description {
  left: -48px;
  position: relative;
  top: -10px;
}
.primary-heading {
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
}
.content-head .primary-heading span {
  font-weight: 300;
  font-style: italic;
}
.sub-heading {
  font-family: "Hellix", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.3;
}
.primary-description {
  color: #2C3A59;
  font-family: "Hellix", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}
.primary-description-sm {
  color: #2C3A59;
  font-family: "Hellix", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}
.primary-description-md {
  color: #2C3A59;
  font-family: "Hellix", serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.5;
}
.custom-offset {
  text-underline-offset: 4px;
}
.icon-offset {
  position: relative;
  top: -2px;
}
/* ==========================================
   Color
========================================== */
.primary-color {
  color: #002168;
}
.bg-primary-color {
  background: #002168;
}
.dark-black {
  color: #081426;
}
.bg-light {
  background: #f6f9ff !important;
}
.bg-extra-light {
  background: rgba(0, 33, 104, 0.02);
}
.dark-yellow {
  color: #F1B600;
}
.bg-dark-yellow {
  background: #F1B600;
}
.custom-grey {
  color: #2C3A59B2;
}
.body-color {
  color: #2C3A59 !important;
}
/* ==========================================
   Header
========================================== */
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: top 0.3s ease-in-out;
}
.header-main.hide-on-scroll {
  top: -105px;
}
.header-main.show-on-scroll {
  top: 0;
}
.header-main .navbar {
  gap: 40px;
}
.header-main .navbar .nav-link {
  color: #323e59;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-inline: 0;
}
.header-main .navbar .nav-link.active, .header-main .navbar .nav-link.show {
  color: #002168;
  font-weight: 500;
}
.header-main .navbar .nav-link:focus, .header-main .navbar .nav-link:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.header-main .navbar .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  content: '';
  background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/02/nav-dropdown.svg");
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  border: 0;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  margin-bottom: 5px;
}
.header-main .navbar .nav-link.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(0deg) !important;
  background-image: url(https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/rotating-nav-icon.svg);
}
.dropdown-item:active {
  background: none !important;
  color: #2C3A59;
}
/* ==========================================
   Footer
========================================== */
.main-footer .marquee-container {
  padding-top: 60px;
}
.main-footer .marquee-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(245, 248, 255, 0) -15.86%, #f5f8ff 93.62%);
}
.main-footer .marquee-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(270deg, rgba(245, 248, 255, 0) -15.86%, #f5f8ff 93.62%);
  transform: rotate(180deg);
}
.main-footer .marquee-container .marquee__group {
  white-space: nowrap;
  animation: scroll 50s linear infinite;
  gap: 30px;
}
.main-footer .marquee-container span {
  font-size: clamp(50px, 3vw, 85px);
  font-weight: 600;
  line-height: normal;
}
.main-footer .footer-nav-wrapper {
  padding-block: clamp(50px, 8vw, 100px) clamp(24px, 4vw, 40px);
}
.main-footer .footer-nav-wrapper .footer-nav-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  gap: clamp(35px, 3vw, 45px);
}
.main-footer .footer-nav-wrapper .footer-nav-list .address-text {
  max-width: 410px;
}
.main-footer .social-icon {
  cursor: pointer;
}
.main-footer .copyright-wrapper p {
  margin-bottom: 0;
}
.main-footer .copyright-wrapper a {
  text-decoration: none;
  color: #F1B600;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.page-template-events .fluentform_wrapper_3 input {
  width: 100%;
  margin-block: 16px;
}
/* ==========================================
   Policy
========================================== */
.main-content-wrapper-policies h2, .main-content-wrapper-policies h3 {
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  color: #002168;
  margin-top: clamp(32px, 3vw, 52px);
  margin-bottom: 20px;
}
.main-content-wrapper-policies h2 span, .main-content-wrapper-policies h2 b, .main-content-wrapper-policies h3 span, .main-content-wrapper-policies h3 b {
  font-weight: 500 !important;
}
.main-content-wrapper-policies p {
  color: #2C3A59;
  font-family: "Hellix", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}
.main-content-wrapper-policies p span {
  color: #2C3A59;
  font-family: "Hellix", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}
.main-content-wrapper-policies a {
  color: #002168;
  text-decoration: none;
}
/* ==========================================
   Breadcrumb
========================================== */
.custom-breadcrumb {
  flex-wrap: nowrap;
}
.custom-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.custom-breadcrumb .breadcrumb-item.active {
  color: #F1B600;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 10px;
  margin: 0 6px;
  background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/breadcrumb.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-breadcrumb .breadcrumb-item.active::before {
  background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/breadcrumb-active.svg") !important;
}
/* ==========================================
   Homepage
========================================== */
.hero-section .hero-content {
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero-section .hero-content .content-wrapper {
  padding-bottom: 40px;
}
.common-hero {
  margin-top: 20px !important;
}
.why-business-choose .content-head .primary-heading span {
  display: block;
}
.why-business-choose .content-head .primary-description {
  max-width: 500px;
}
.why-business-choose .business-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 40px);
}
.complete-solutions .content-head .primary-heading span {
  display: block;
}
.complete-solutions .content-head .primary-description {
  max-width: 650px;
}
.complete-solutions .solution-tabs .nav-link {
  color: #2c3a59b2;
  border: none;
  white-space: nowrap;
}
.complete-solutions .solution-tabs .nav-link:focus, .complete-solutions .solution-tabs .nav-link:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.complete-solutions .solution-tabs .nav-link.active {
  color: #002168;
  border: none;
  border-bottom: 1px solid #F1B600;
  padding-bottom: 5px;
}
.our-services .service-wrapper {
  border-radius: 2px;
  border: 1px solid rgba(50, 62, 89, 0.2);
  transition: background 0.3s ease, color 0.3s ease;
}
.our-services .service-wrapper:hover {
  background: #002168;
}
.our-services .service-wrapper:hover .sub-heading, .our-services .service-wrapper:hover .primary-description {
  color: #fff;
}
.our-services .service-wrapper:hover svg path {
  fill: #F1B600;
}
.foam-applications .content-head .primary-description {
  max-width: 930px;
}
.foam-applications .foam-grid {
  display: flex;
  gap: 24px;
}
.foam-applications .foam-item {
  flex-grow: 1;
  flex-basis: 0;
  height: 400px;
  overflow: hidden;
  transition: flex-grow 0.5s ease;
}
.foam-applications .foam-item:hover {
  flex-grow: 1.2;
}
.foam-applications .foam-item:hover .content-wrapper-main {
  transform: translateY(0);
}
.foam-applications .foam-item:hover .content-wrapper-main .hidden-content {
  visibility: visible;
}
.foam-applications .card-wrapper {
  height: 100%;
}
.foam-applications .card-wrapper .image-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.foam-applications .card-wrapper .image-wrapper .card-image {
  transform: scale(1);
  transition: transform 0.45s ease;
}
.foam-applications .card-wrapper .content-wrapper-main {
  transform: translateY(50%);
  transition: transform 0.3s ease;
}
.foam-applications .card-wrapper .content-wrapper-main .hidden-content {
  visibility: hidden;
}
.foam-applications .card-wrapper .content-wrapper-main .button-wrapper {
  padding: 10px;
  background: #F1B600;
  width: 100%;
  max-width: clamp(34px, 3vw, 44px);
  height: clamp(34px, 3vw, 44px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.foam-applications .card-wrapper .content-wrapper-main .button-wrapper .inverted-arrow {
  position: relative;
  top: -3px;
}
@media (max-width: 575px) {
  .foam-applications .content-head .primary-heading span {
    display: block;
  }
}
.our-plants .content-wrapper .primary-description {
  max-width: 500px;
}
.our-plants .bottom-row a {
  text-underline-offset: 4px;
}
.expo-events .new-event {
  border-radius: 2px;
  border: 0.5px solid rgba(50, 62, 89, 0.2);
  backdrop-filter: blur(1.5px);
  width: fit-content;
  padding: 4px 12px;
  margin-top: 16px;
}
.expo-events .event-meta .primary-description {
  max-width: 520px;
}
.industry-insights .article-cards-wrapper .image-wrapper img {
  height: clamp(200px, 5vw, 250px);
  object-fit: cover;
}
.industry-insights .article-cards-wrapper .content-wrapper {
  border-radius: 0 0 2px 2px;
  border: 1px solid rgba(50, 62, 89, 0.2);
}
.industry-insights .article-cards-wrapper .content-wrapper .primary-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.industry-insights .article-cards-wrapper .separator {
  background: rgba(50, 62, 89, 0.2);
  height: 1px;
}
.industry-insights .article-cards-wrapper .button-wrapper .primary-description {
  color: #F1B600;
  text-underline-offset: 4px;
}
.faq-section .content-head .primary-heading span {
  display: block;
}
.faq-section .accordion-button {
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.faq-section .accordion-button::after {
  margin-left: 0;
  background-image: url(https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/faq-dropdown.svg);
  width: 12px;
  height: 12px;
  background-size: cover;
  position: relative;
  top: 3px;
}
.toc-custom-list {
  position: relative;
}
.toc-custom-list::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  background: rgba(0, 33, 104, 0.1);
}
.toc-custom-list li {
  padding-inline: 22px;
}
.toc-custom-list li.active {
  border-left: 2px solid #002168;
}
.toc-custom-list li.active a {
  color: #002168;
}
.common-content-block.image-wrapper-main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.common-content-block.image-wrapper-main img {
  border-radius: 2px;
}
.common-content-block a {
  text-decoration: none;
  color: #F1B600;
}
.common-content-block a strong {
  text-decoration: none;
  color: #F1B600 !important;
}
.common-content-block li {
  margin-bottom: 16px;
}
.common-content-block li::marker {
  color: #002168;
  font-weight: 600 !important;
}
.common-content-block li strong {
  color: #002168;
  font-weight: 600 !important;
}
.common-content-block p strong {
  color: #002168;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 600;
  line-height: 1.3;
}
.blog-table-content .title {
  color: #002168;
  font-size: clamp(20px, 1.2vw, 24px);
  font-weight: 500;
  line-height: 32px;
}
.blog-table-content {
  position: sticky;
  top: 20px;
  height: 100%;
}
.brochure-common .brochure-wrapper {
  background: #081426;
}
.brochure-common .brochure-wrapper .primary-heading span {
  display: block;
}
.brochure-common .brochure-wrapper a {
  cursor: pointer;
  text-underline-offset: 5px;
}
.brochure-common .brochure-wrapper .arrow-wrapper .download-icon {
  background: #F1B600;
  padding: 10px 12px;
}
.brochure-common .icon-overlap::before {
  content: '';
  position: absolute;
  background-image: url(https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/04/brochure-vector.svg);
  width: 79px;
  height: 73px;
  aspect-ratio: 1.0821917808;
  right: 0;
}
@media (max-width: 767px) {
  .brochure-common .image-wrapper img {
    height: 260px;
  }
}
.ff-message-success {
  text-align: center;
  border: none !important;
  box-shadow: none !important;
}
.modal .close {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F1B600;
  background: none;
  border: none;
  outline: none;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  max-width: 30px;
  z-index: 9999;
}
.mission-and-vision .main-wrapper {
  padding: 40px;
}
.our-history .historySlider .swiper-slide {
  height: auto;
}
.our-history .historySlider .swiper-slide .main-wrapper {
  position: relative;
}
.our-history .historySlider .swiper-slide .main-wrapper::after {
  content: '';
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/slider-custom-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.our-history .historySlider .swiper-slide:last-child .main-wrapper::after {
  display: none;
}
.our-history .historySlider .swiper-slide .gradient-slider-text {
  color: rgba(0, 33, 104, 0.1);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 700;
  line-height: 1;
}
.who-we-are .video-container {
  aspect-ratio: 1.7777777778;
  height: 100%;
}
.who-we-are .video-container .play-button, .who-we-are .video-container .pause-button {
  bottom: 32px;
  left: 32px;
  cursor: pointer;
  z-index: 99;
}
.who-we-are .video-container .overlay-video {
  background: linear-gradient(0deg, rgba(0, 33, 104, 0.13) 0%, rgba(0, 33, 104, 0.13) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  border-radius: 6px;
}
.who-we-are .iso-certified {
  max-width: clamp(70px, 6vw, 110px);
}
.who-we-are .expertise-section .years-expertise .content-wrapper {
  left: -40px;
}
.who-we-are .expertise-section .years-expertise .content-wrapper .year-text {
  background: linear-gradient(0deg, #F1B600 0%, #F1B600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 62px;
  line-height: 1;
}
.who-we-are .expertise-section .years-expertise .content-wrapper .primary-description {
  max-width: 100px;
}
.who-we-are .expertise-section .years-expertise .right-border {
  left: -80px;
}
.who-we-are .expertise-section .stats-wrapper {
  height: 150px;
}
.who-we-are .expertise-section .stats-wrapper .stat-item .stat-text {
  font-size: clamp(40px, 4vw, 60px);
}
.who-we-are .expertise-section .stats-wrapper .stat-item .primary-description {
  max-width: 100px;
}
@media (max-width: 575px) {
  .who-we-are .sliderCol {
    flex: 0 0 auto !important;
  }
}
/* ==========================================
   Pagination
========================================== */
.pagination-list li a {
  font-family: "Hellix", serif;
  font-size: clamp(16px, 1.2vw, 20px);
  font-weight: 500;
  line-height: 1.3;
  color: #081426;
  text-decoration: none;
  transition: color 0.3s ease;
}
.pagination-list li a.active {
  color: #F1B600;
}
.pagination-list li a:hover {
  color: #F1B600;
}
/* ==========================================
   Industries
========================================== */
.gallery-with-content .content {
  background: #F6F9FF;
  padding: clamp(25px, 3vw, 50px) clamp(20px, 3vw, 40px);
}
.gallery-with-content .content:last-child {
  margin-bottom: 0px !important;
}
/* ==========================================
   404
========================================== */
.error-section {
  margin-top: -50px;
}
.error-section .content-wrapper .primary-description {
  max-width: 700px;
  margin-inline: auto;
}
.error-section .content-wrapper .custom-btn {
  padding: 6px 24px;
}
.error-section .animated-wrapper {
  width: fit-content;
  margin: auto;
}
.error-section .animated-wrapper .rotating-image {
  top: 56px;
  left: -100px;
  z-index: -1;
  animation: rotateCircle 10s linear infinite;
  transform-origin: center;
}
.error-section .gradient-head {
  background: linear-gradient(180deg, #002168 0%, #9BA8C4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 256px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .error-section .animated-wrapper .rotating-image {
    top: 20px;
    left: 0px;
  }
  .error-section .animated-wrapper .rotating-image img {
    width: 120px;
  }
  .error-section .gradient-head {
    font-size: clamp(180px, 10vw, 256px);
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==========================================
   Product Detail
========================================== */
.technical-section .spec-table {
  border-collapse: separate;
  border-spacing: 0;
}
.technical-section .spec-table td, .technical-section .spec-table th {
  position: relative;
  white-space: nowrap;
  padding: 12px 30px;
}
.technical-section .spec-table tbody tr:last-child td {
  border-bottom: none;
}
.technical-section .spec-table td:not(:last-child)::after, .technical-section .spec-table th:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #323E5933;
}
/* ==========================================
   Contact Us
========================================== */
.contact-map .map-wrapper iframe {
  width: 100%;
}
.contact-form-section .contact-info-wrapper .info-box {
  border: 1px solid rgba(50, 62, 89, 0.1);
  padding: 24px;
  transition: background 0.3s ease-in-out;
}
.contact-form-section .contact-info-wrapper .info-box:hover {
  background: #0021680D;
}
.contact-form-section .contact-info-wrapper .info-box .content-wrapper p, .contact-form-section .contact-info-wrapper .info-box .content-wrapper a {
  color: #2C3A59;
  font-family: "Hellix", serif;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  margin-bottom: 0px;
}
.contact-form-section .contact-info-wrapper .info-box .primary-description {
  max-width: 380px;
}
.contact-form-section .form-container {
  background: rgba(0, 33, 104, 0.02);
  padding: clamp(20px, 3vw, 40px) clamp(25px, 3vw, 40px) 50px;
}
/* ==========================================
   Events
========================================== */
.upcoming-event .event-details .max {
  max-width: 600px;
}
.industry-events .event-card-wrapper .image-wrapper img {
  height: clamp(200px, 5vw, 250px);
  object-fit: cover;
}
.industry-events .event-card-wrapper .content-wrapper {
  padding-bottom: 36px !important;
}
.industry-events .event-card-wrapper .content-wrapper .primary-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.industry-events .date-container {
  bottom: 0px;
  right: 24px;
  padding: 18px 14px;
  min-width: 95px;
}
/* ==========================================
   Main FAQ
========================================== */
.main-faq .faq-left {
  top: 100px;
  align-self: start;
}
.main-faq .content-head {
  max-width: 420px;
}
@media (max-width: 767px) {
  .main-faq .faq-left {
    position: relative !important;
    top: 0;
  }
}
.what-you-need {
  border-radius: 2px;
  background: rgba(241, 182, 0, 0.6);
}
/* ==========================================
  Career
========================================== */
.carrer-form .content-head {
  max-width: 550px;
}
.page-template-careers .our-services {
  background: #fff !important;
  padding-block: 0px !important;
}
.ff_t_c a {
  text-decoration: none;
  color: #081426;
  font-weight: 500;
}
/* ==========================================
  Mega Menu Tabs
========================================== */
/* Base Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  background: #fff;
  z-index: 1050;
  padding: 40px 0;
  /* Transition settings */
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  /* prevent interaction when hidden */
  transition: opacity 0.3s ease, transform 0.3s ease;
}
/* When shown */
.mega-menu.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* Optional: hide on smaller screens */
@media (max-width: 1199px) {
  .mega-menu {
    display: none;
  }
}
.mega-menu {
  padding-block: 40px;
}
.mega-menu .image-wrapper {
  height: 360px !important;
}
.mega-menu .mega-menu-tabs {
  border-radius: 2px;
  background: #F6F9FF;
  padding-block: 40px;
}
.mega-menu .mega-menu-tabs .categories {
  color: #2C3A5980;
  padding-inline: 28px !important;
}
.mega-menu .mega-menu-tabs .nav-tabs .nav-item {
  position: relative;
}
.mega-menu .mega-menu-tabs .nav-tabs .nav-item .nav-link {
  padding-inline: 28px !important;
  border: 0;
  transition: background 0.3s ease;
}
.mega-menu .mega-menu-tabs .nav-tabs .nav-item .nav-link:hover, .mega-menu .mega-menu-tabs .nav-tabs .nav-item .nav-link:focus, .mega-menu .mega-menu-tabs .nav-tabs .nav-item .nav-link:focus-visible {
  border: 0;
  color: #002168 !important;
  box-shadow: none;
}
.mega-menu .mega-menu-tabs .nav-tabs .nav-item .nav-link.active {
  background: #fff;
  color: #002168 !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  text-align: start;
  border: 0;
  border-left: 3px solid #002168;
  border-radius: 0;
}
.mega-menu .mega-menu-tabs .nav-tabs .nav-item .nav-link.active::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/mega-menu-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.mega-menu .custom-list {
  list-style: none;
  padding-left: 0;
  height: 235px;
  overflow: scroll;
  scrollbar-width: none;
}
.mega-menu .custom-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.mega-menu .custom-list li a {
  display: inline-block;
}
.mega-menu .custom-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 17px;
  background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/03/mega-menu-vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
/* ==========================================
   Events
========================================== */
.gallery .gallery-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.gallery .marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
  will-change: transform;
}
.gallery .marquee-content {
  display: flex;
  flex-shrink: 0;
}
.gallery .stacked-images {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.gallery .stacked-images img {
  width: 394px;
  height: 254px;
  object-fit: cover;
  display: block;
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--marquee-distance));
  }
}
/* ===== Animation ===== */
@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
.single-event .complete-solutions .content-head .primary-heading span {
  display: inline;
}
.video-highlight .about-video-file {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.7777777778;
}
.video-highlight .video-container {
  width: 100%;
}
.video-highlight .video-container .youtube-poster, .video-highlight .video-container .youtube-iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
.video-highlight .video-container .youtube-poster {
  position: relative;
  cursor: pointer;
}
.video-highlight .video-container .youtube-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-highlight .video-container .youtube-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.video-highlight .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.blog-detail-content-sec .social-wrapper {
  border-radius: 2px;
  border: 1px solid rgba(50, 62, 89, 0.2);
}
/* ==========================================
   Media Queries
========================================== */
@media (min-width: 1800px) {
  .custom-container {
    max-width: 1720px !important;
  }
}
@media (min-width: 1500px) {
  .container-max {
    max-width: 1485px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown-menu {
    top: 60px;
  }
}
@media (max-width: 1200px) {
  /* Header CSS */
  .navbar .dropdown:hover .dropdown-menu {
    margin-top: 0;
    /* remove gap */
  }
  .header-main .navbar {
    gap: 0;
  }
  .header-main .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1050;
  }
  .header-main .navbar-collapse .nav-item {
    width: 100%;
  }
  .header-main .navbar-collapse .nav-item .dropdown-toggle::after {
    position: absolute;
    right: 0;
  }
  .header-main .navbar-collapse .nav-item .dropdown-menu {
    border: 0;
  }
  .header-main .navbar-collapse .nav-item .dropdown-menu.show .dropdown-item {
    padding-inline: 0;
    border-bottom: 1px solid #2c3a5924;
    padding-bottom: 6px;
  }
  .header-main .navbar-toggler:focus {
    box-shadow: none;
  }
  .header-main .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("https://blacklistedagency.com/projects/santechfoammachines/wp-content/uploads/2026/02/cross-arrow-menu.svg");
  }
  .header-main .custom-btn {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .foam-applications .foam-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    justify-items: center;
    gap: 14px;
  }
  .foam-applications .foam-item {
    flex-grow: 1 !important;
    flex-basis: auto;
    height: auto;
    transition: none !important;
    padding: 0;
  }
  .foam-applications .foam-item:hover {
    flex-grow: 1 !important;
  }
  .foam-applications .foam-item .content-wrapper-main {
    transform: translateY(0) !important;
    left: 0;
    right: 0;
  }
  .foam-applications .foam-item .hidden-content {
    visibility: visible !important;
  }
  .foam-applications .card-wrapper {
    left: 0;
    right: 0;
  }
  .foam-applications .card-wrapper .image-wrapper .card-image {
    transform: scale(1) !important;
  }
  .who-we-are .expertise-section .years-expertise .border-res {
    height: 100px;
  }
  .who-we-are .expertise-section .years-expertise .content-wrapper {
    left: 0px;
  }
  .who-we-are .expertise-section .years-expertise .right-border {
    left: 0px;
  }
  .who-we-are .expertise-section .stats-wrapper {
    height: auto;
    flex-wrap: wrap;
  }
  .custom-break {
    flex-wrap: wrap;
  }
  .blog-detail-content-sec .common-content-block:last-child {
    margin-bottom: 0 !important;
  }
  .blog-detail-content-sec .blog-right-content {
    padding-bottom: 0;
    border: 0;
  }
  .blog-detail-content-sec .blog-right-content .table-content {
    padding-left: 0;
  }
  .blog-detail-content-sec .blog-table-content .title {
    padding-left: 0;
  }
  .blog-detail-content-sec #blogToc {
    position: fixed;
    top: 0;
    right: -100%;
    width: 330px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    overflow-y: auto;
    transition: 0.4s ease;
    padding: 20px;
    margin-top: 0;
  }
  .blog-detail-content-sec #blogToc.active {
    right: 0;
  }
  .blog-detail-content-sec #openToc {
    position: fixed;
    bottom: 24px;
    left: 7%;
    width: fit-content !important;
    z-index: 1;
    border-radius: 50px;
    padding: 10px 16px;
    font-size: 14px;
    background: #002168;
    border: 1px solid #002168;
  }
  .blog-detail-content-sec .toc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .blog-detail-content-sec .toc-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  .main-footer .footer-nav-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  .error-section {
    margin-top: 0px !important;
  }
}
@media (max-width: 575px) {
  .mobile-slider {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start !important;
  }
  .sliderCol {
    flex: 0 0 calc(100% - 60px) !important;
    scroll-snap-align: start;
    padding-right: 16px;
  }
  .foam-applications .hidden-content {
    margin-top: 20px;
  }
  .main-footer .marquee-container::before, .main-footer .marquee-container::after {
    width: 120px;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
}
