@charset "UTF-8";
body {
  padding-top: 0;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
a {
  color: inherit;
  text-decoration: none;
}
body {
  font-family: 'Neue Montreal', sans-serif;
  color: #000A20;
}
h1 {
  font-size: clamp(32px, 5vw, 52px);
}
h2 {
  font-size: clamp(28px, 4vw, 40px);
}
p {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(0, 10, 32, 0.7);
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 16px;
}
.font-primary {
  font-family: 'Neue Montreal', sans-serif;
}
.font-secondary {
  font-family: 'Outfit', sans-serif;
}
.text-dark {
  color: #000A20 !important;
}
.text-dark-80 {
  color: rgba(0, 10, 32, 0.8);
}
.text-dark-70 {
  color: rgba(0, 10, 32, 0.7);
}
.text-blue {
  color: #00277A;
}
.text-accent {
  color: #00B7A2;
}
.bg-dark {
  background-color: #000A20 !important;
}
.bg-blue {
  background-color: #00277A !important;
}
.bg-light {
  background-color: #FAFBFD !important;
}
.bg-accent {
  background-color: #00B7A2 !important;
}
.section {
  margin: clamp(80px, 7.8vw, 150px) 0;
  padding: 56px 0;
}
.margin-40 {
  margin: clamp(30px, 2.08vw, 40px) 0;
}
.margin-56 {
  margin: clamp(40px, 2.92vw, 56px) 0;
}
.p-40 {
  padding: 40px;
}
.mt-section {
  margin-top: clamp(80px, 7.8vw, 150px);
}
.mb-section {
  margin-bottom: clamp(80px, 7.8vw, 150px);
}
.pt-section {
  padding-top: 56px;
}
.pb-section {
  padding-bottom: 56px;
}
.section-common-margin {
  margin: clamp(80px, 7.8vw, 150px) 0;
}
.section-common-padding {
  padding: clamp(40px, 7.8vw, 80px) 0;
}
.section-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 2.08vw, 40px);
  line-height: 125%;
  text-transform: capitalize;
  color: rgba(0, 10, 32, 0.8);
  font-weight: 200;
}
.section-title .regular {
  color: #000A20;
  font-weight: 400;
}
.btn-primary {
  background: #00B7A2;
  padding: 10px 18px;
  border: none;
  font-size: 18px;
  border-radius: 0px;
}
.btn-primary:hover {
  background-color: #008e7e;
}
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #00B7A2;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
  text-transform: capitalize;
  line-height: 1;
}
.primary-button span {
  margin-left: 8px;
  border-radius: 50%;
  background-color: #00B7A2;
  padding: 10px;
  color: white;
  width: clamp(36px, 2.29vw, 44px);
  height: clamp(36px, 2.29vw, 44px);
}
.arrow-btn {
  border-radius: 50%;
  background-color: #00B7A2;
  padding: 10px;
  color: white;
  width: clamp(36px, 2.29vw, 44px);
  height: clamp(36px, 2.29vw, 44px);
}
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease;
}
.hide-on-scroll {
  transform: translateY(-100%);
}
.show-on-scroll {
  transform: translateY(0);
}
/* ============================ Header sh ========================= */
/* ── HEADER ── */
.main-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.main-header .navbar-menu .navbar-nav {
  gap: clamp(20px, 2.8vw, 40px);
  /* Product grid */
}
.main-header .navbar-menu .navbar-nav .has-mega:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-header .navbar-menu .navbar-nav .mega-menu {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background: #FAFBFD;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 999;
}
.main-header .navbar-menu .navbar-nav .mega-menu .mega-inner {
  display: flex;
}
.main-header .navbar-menu .navbar-nav .mega-menu .mega-inner .mega-sidebar {
  width: 290px;
  flex-shrink: 0;
  background: #f7f9fc;
  border-right: 1px solid var(--border);
  padding: 40px 0 32px;
}
.main-header .navbar-menu .navbar-nav .mega-menu .mega-inner .mega-sidebar .sidebar-label {
  color: rgba(0, 10, 32, 0.2);
  font-family: "Neue Montreal";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-inline: 40px;
  margin-bottom: 16px;
}
.main-header .navbar-menu .navbar-nav .mega-menu .mega-inner .mega-sidebar .cat-list {
  list-style: none;
}
.main-header .navbar-menu .navbar-nav .mega-menu .mega-inner .mega-sidebar .cat-item > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.14s;
  color: rgba(0, 10, 32, 0.2);
  font-family: "Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-header .navbar-menu .navbar-nav .mega-menu .mega-inner .mega-sidebar .cat-item > a:hover, .main-header .navbar-menu .navbar-nav .mega-menu .mega-inner .mega-sidebar .cat-item.active > a {
  color: #00277A;
  background: rgba(0, 39, 122, 0.02);
  border-left-color: #00277A;
}
.main-header .navbar-menu .navbar-nav .mega-content {
  flex: 1;
  padding: 28px 36px 32px;
}
.main-header .navbar-menu .navbar-nav .mega-panel {
  display: none;
}
.main-header .navbar-menu .navbar-nav .mega-panel.active {
  display: block;
}
.main-header .navbar-menu .navbar-nav .panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 20px;
}
.main-header .navbar-menu .navbar-nav .panel-head .panel-title {
  color: #00277A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-header .navbar-menu .navbar-nav .panel-count {
  background: #00277A;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 20px;
}
.main-header .navbar-menu .navbar-nav .prod-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.main-header .navbar-menu .navbar-nav .prod-name {
  color: #00277A;
  font-family: "Neue Montreal";
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-header .navbar .navbar-nav .nav-link {
  color: #323E59;
  font-family: 'Neue Montreal', sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.main-header .navbar .navbar-nav .menu-item-has-children {
  /* SUB MENU */
  /* HOVER SHOW */
  /* ARROW ROTATE */
  /* BOOTSTRAP CLICK SUPPORT */
}
.main-header .navbar .navbar-nav .menu-item-has-children > .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-header .navbar .navbar-nav .menu-item-has-children > .nav-link::after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("https://santechlab.com//wp-content/uploads/2026/04/menu-dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.main-header .navbar .navbar-nav .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 10px 0;
}
.main-header .navbar .navbar-nav .menu-item-has-children > .sub-menu li {
  list-style: none;
}
.main-header .navbar .navbar-nav .menu-item-has-children > .sub-menu li a {
  display: block;
  padding: 8px 15px;
  color: #323E59;
}
.main-header .navbar .navbar-nav .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.main-header .navbar .navbar-nav .menu-item-has-children:hover > .nav-link::after {
  transform: rotate(180deg);
}
.main-header .navbar .navbar-nav .menu-item-has-children.show > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.main-header .navbar .navbar-nav .menu-item-has-children.show > .nav-link::after {
  transform: rotate(180deg);
}
.header-offcanvas-menu {
  max-width: 930px;
}
.header-offcanvas-menu .btn-close-custom {
  position: absolute;
  right: 50px;
  z-index: 999;
  top: 50px;
}
.header-offcanvas-menu .menu-off-canvas-menu-container .menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 28px;
}
.header-offcanvas-menu .menu-off-canvas-menu-container .menu .menu-item {
  color: #00277A;
  font-family: "Neue Montreal";
  font-size: clamp(24px, 2.8vw, 40px);
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
}
/* ============================ Header EH ========================= */
/* ============================ Footer SH ========================= */
.footer .footer-address-text a, .footer .footer-address-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer .footer-text-wrapper {
  max-width: 400px;
}
.footer .footer-block-heading {
  font-family: 'Neue Montreal', sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  line-height: normal;
}
.footer .footer-links .footer-link {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Neue Montreal";
  font-size: 16px;
  line-height: normal;
  display: block;
}
.footer .footer-links .footer-text {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Neue Montreal";
  font-size: 16px;
  line-height: normal;
  display: block;
}
.footer .footer-text {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Neue Montreal', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}
.footer .footer-bottom {
  color: rgba(255, 255, 255, 0.85);
  font-family: 'Neue Montreal', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 70px;
}
.footer .footer-bottom span {
  color: #FCA311;
}
/* ============================ Footer EH ========================= */
/* hero section start here */
.hero-section {
  position: relative;
}
.hero-section .hero-wrapper {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-section .hero-wrapper {
    height: 500px;
  }
}
.hero-section .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 10, 32, 0.85) 0%, rgba(0, 10, 32, 0.6) 40%, rgba(0, 10, 32, 0.2) 70%, rgba(0, 10, 32, 0) 100%);
}
.hero-section .hero-content {
  position: absolute;
  bottom: 56px;
  max-width: 550px;
  color: #fff;
  left: 0;
}
.hero-section .hero-content h1 {
  margin-bottom: clamp(20px, 2.08vw, 40px);
  color: #FFF;
  font-family: Outfit;
  font-weight: 500;
  line-height: 119.231%;
}
.hero-section .hero-clients {
  gap: 12px;
  font-size: 14px;
  color: #ccc;
}
.hero-section .hero-clients .client-images {
  display: flex;
}
.hero-section .hero-clients .client-images img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -10px;
}
.hero-section .hero-clients .client-images img:first-child {
  margin-left: 0;
}
.hero-section .hero-clients .client-images span {
  max-width: 100px;
}
.hero-section .hero-buttons {
  margin-top: 20px;
  gap: 20px;
}
.hero-section .hero-buttons .whatsapp-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
}
.hero-section .hero-buttons .whatsapp-btn span {
  width: 44px;
  height: 44px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 14px;
}
.hero-section .hero-buttons .whatsapp-btn:hover {
  opacity: 0.8;
}
/* hero section ends here */
.home-logo-section .logo-track {
  gap: clamp(20px, 10vw, 40px);
  width: max-content;
  animation: logoslide 30s linear infinite;
}
@keyframes logoslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.performance-section .stats-box {
  grid-template-columns: repeat(2, 1fr);
  background-color: #FAFBFD;
}
.performance-section .stats-box .stat-item {
  padding: 40px 20px;
  text-align: center;
}
.performance-section .stats-box .stat-item:nth-child(odd) {
  border-right: 1px solid #e5e7eb;
}
.performance-section .stats-box .stat-item:last-child {
  border-top: 1px solid #e5e7eb;
}
.performance-section .stats-box .stat-item:nth-last-child(2) {
  border-top: 1px solid #e5e7eb;
}
.performance-section .stats-box .stat-item:nth-child(even) {
  border-right: none;
}
.performance-section .stats-box .stat-item .stat-number {
  color: #00277A;
  font-family: Outfit;
  font-size: clamp(34px, 3.33vw, 64px);
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.performance-section .stats-box .stat-item p {
  color: rgba(0, 10, 32, 0.8);
  font-family: 'Neue Montreal', sans-serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 155.556%;
  margin: 0;
}
.performance-section .content-box {
  padding-left: 20px;
}
.performance-section .content-box .know-more-btn {
  color: #00a99d;
  font-weight: 500;
  text-decoration: none;
}
.performance-section .content-box .know-more-btn .arrow {
  display: inline-block;
  transition: 0.3s;
}
.performance-section .content-box .know-more-btn:hover .arrow {
  transform: translateX(5px);
}
.core-industries-section .industry-tab {
  border-left: 1px solid rgba(0, 10, 32, 0.1);
  height: 100%;
  gap: 24px;
  max-width: 20rem;
}
.core-industries-section .industry-tab .nav-item .nav-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: rgba(0, 10, 32, 0.7);
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  border-radius: 0;
  text-align: left;
}
.core-industries-section .industry-tab .nav-item .nav-link .tab-icon {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.core-industries-section .industry-tab .nav-item .nav-link.active {
  background: rgba(0, 39, 122, 0.04);
  color: #00277A;
}
.core-industries-section .industry-tab .nav-item .nav-link.active .tab-icon {
  opacity: 1;
  visibility: visible;
}
.core-industries-section .tab-content .client-logo .client-item {
  padding: 1rem;
  border: 1px solid rgba(0, 10, 32, 0.16);
}
.core-industries-section .tab-content .client-logo .client-item .logo-images {
  max-width: 100%;
  height: auto;
}
.we-designed-section .nav .nav-link {
  color: rgba(0, 10, 32, 0.4);
  font-family: "Neue Montreal";
  font-size: 18px;
  line-height: 133.333%;
  text-transform: capitalize;
  padding: 0;
}
.we-designed-section .nav .nav-link.active {
  color: #00277A;
  border-bottom-color: #00B7A2;
  font-weight: 400;
}
.we-designed-section .tab-content .designed-card img {
  aspect-ratio: 1.6;
}
.services-section .service-card {
  border-left: 2px solid rgba(0, 10, 32, 0.1);
  padding-left: 14px;
}
.brochure-section .brochure-box {
  padding: 0 clamp(36px, 2.92vw, 56px);
}
.brochure-section .brochure-box .brochure-description {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Neue Montreal";
  font-size: 18px;
  line-height: 155.556%;
}
.brochure-section .brochure-box .brochure_image .brochure-img {
  margin-top: -80px;
}
.modern-lab-section .lab-card {
  border: 1px solid rgba(0, 10, 32, 0.1);
}
.modern-lab-section .lab-card .card-body .lab-inner-wrapper {
  gap: clamp(40px, 5vw, 60px);
}
.modern-lab-section .lab-card .card-body .lab-inner-wrapper .date {
  color: #00277A;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: end;
  gap: 4px;
}
.modern-lab-section .lab-card .card-body .lab-inner-wrapper .date .year {
  font-size: clamp(30px, 2.8vw, 40px);
  line-height: 100%;
}
.modern-lab-section .lab-card .card-body .event-info .info-item {
  font-size: 18px;
  color: rgba(0, 10, 32, 0.7);
  font-weight: 400;
}
.modern-lab-section .lab-card .card-body .event-info .dot {
  width: 6px;
  height: 6px;
  background: #00277A;
  border-radius: 50%;
  display: inline-block;
}
.blog-section .blog-featured .blog-img {
  flex: 0 0 50%;
}
.blog-section .blog-content {
  flex: 0 0 50%;
  padding: clamp(30px, calc(60 * 100vw / 1920), 60px) clamp(30px, calc(40 * 100vw / 1920), 40px);
}
.blog-section .blog-content .blog-date {
  background: rgba(0, 39, 122, 0.04);
  display: inline-block;
  color: #4B5362;
  font-size: 16px;
  line-height: 150%;
  padding: 8px 16px;
}
.blog-section .blog-content .blog-title {
  color: #000A20;
  font-size: 18px;
  line-height: 155.556%;
}
.blog-section .blog-content .blog-btn {
  margin-top: 32px;
}
.blog-section .blog-content .read-more {
  font-size: 18px;
  line-height: 133.333%;
  display: flex;
}
.blog-section .all-posts .blog-card img {
  aspect-ratio: 2;
}
.faq-section .faq-accordion .accordion-item {
  border: none;
  border: 1px solid rgba(0, 10, 32, 0.08);
  border-radius: 0px;
}
.faq-section .faq-accordion .accordion-header {
  margin: 0;
}
.faq-section .faq-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  color: #000A20;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}
.faq-section .faq-accordion .accordion-button::after {
  background-image: url("https://santechlab.com//wp-content/uploads/2026/03/faq-plus-icon.svg");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  transform: rotate(0deg);
}
.faq-section .faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("https://santechlab.com//wp-content/uploads/2026/03/faq-plus-icon.svg");
  transform: rotate(135deg);
}
.faq-section .faq-accordion .accordion-body {
  color: rgba(0, 10, 32, 0.7);
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
}
.faq-section .faq-accordion .accordion-body p {
  margin: 0;
}
.form-wrapper-section {
  padding: clamp(30px, 3.2vw, 62px) clamp(20px, 2.9vw, 56px);
}
.form-wrapper-section .form-content {
  max-width: 500px;
}
.form-wrapper-section .form-content .form-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}
.form-wrapper-section .form-contact-detail {
  max-width: 500px;
}
.form-wrapper-section .form-contact-detail .contact-icon {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.2);
  flex-shrink: 0;
}
.form-wrapper-section .form-contact-detail .contact-text {
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 16px;
  line-height: 125%;
}
.form-wrapper-section .form-contact-detail .contact-text span {
  color: #00B7A2;
  margin-bottom: 6px;
  display: inline-block;
}
.faq-tabs .nav-link {
  color: #000A20;
  font-family: "Neue Montreal";
  font-size: 18px;
  line-height: 155.556%;
  text-transform: capitalize;
  text-align: left;
  padding: 0;
}
.faq-tabs .nav-link.active {
  color: #00B7A2;
  background: transparent;
}
.box-form-wrapper {
  padding: clamp(20px, 2vw, 30px) clamp(16px, 3vw, 32px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.box-form-wrapper .form-heading {
  color: #171717;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  line-height: 133.333%;
}
.all-clients .clients-logo {
  border-top: 1px solid rgba(50, 62, 89, 0.1);
  border-bottom: 1px solid rgba(50, 62, 89, 0.1);
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.about-counter-section .stat-item {
  padding: 30px 20px;
  text-align: center;
}
.about-counter-section .stat-item .stat-number {
  color: #00277A;
  font-family: Outfit;
  font-size: clamp(34px, 3.33vw, 64px);
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-counter-section .stat-item p {
  color: rgba(0, 10, 32, 0.8);
  font-family: 'Neue Montreal', sans-serif;
  font-size: 18px;
  line-height: 155.556%;
  margin: 0;
}
.mission-vision-section .mission-card .mission-image img {
  width: clamp(60px, 4.2vw, 82px);
}
.fluentform .ff-btn-submit {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.fluentform .ff-btn-submit::before {
  background-image: url('https://santechlab.com//wp-content/uploads/2026/04/Icon-btn-color.svg');
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  content: '';
  filter: brightness(0) invert(1);
}
.fluentform .ff-btn-submit:hover::before {
  filter: none;
}
.fluentform .form-file-upload .ff-el-input--content {
  border: 1px solid #D4D4D4;
  padding: 14px 16px 0 16px;
}
.fluentform .ff-el-group.ff-custom_html.upload-file-note p {
  font-size: 12px;
  margin: 0;
}
.fluentform .ff_upload_btn.ff-btn {
  border-color: #6f757e;
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  color: rgba(0, 10, 32, 0.7);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(0, 10, 32, 0.1);
  background: rgba(255, 255, 255, 0.8);
}
.about-our-story-section .story-content .iso-marks {
  border-radius: 150px;
  border: 1px solid rgba(0, 39, 122, 0.4);
  background: #F2F4F8;
  padding: 6px 12px;
}
.product-details-tabs .nav-item .nav-link {
  font-size: 18px;
  line-height: 133.333%;
  text-transform: capitalize;
  color: rgba(0, 10, 32, 0.4);
}
.product-details-tabs .nav-item .nav-link.active {
  color: #00277A;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.product-overview-section .main-image {
  border: 1px solid rgba(0, 10, 32, 0.1);
  padding: 20px;
}
.product-overview-section .thumbnail-images .product-thumb {
  background: #F3F4F3;
  border-radius: 0px;
  width: clamp(60px, calc(100 * 100vw / 1920), 100px);
  border: 0.5px solid rgba(0, 10, 32, 0.1) !important;
}
.product-specifications-section .specifications-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product-specifications-section .spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  position: relative;
  border-bottom: 1px solid #e5e7eb;
}
.product-specifications-section .spec-item:nth-last-child(-n + 2) {
  border-bottom: none;
}
.product-specifications-section .spec-item:nth-child(odd)::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: #e5e7eb;
}
.product-specifications-section .spec-item:nth-child(odd) {
  padding-right: 50px;
}
.product-specifications-section .spec-item:nth-child(even) {
  padding-left: 50px;
}
.product-specifications-section .spec-title {
  font-size: 18px;
  flex: 0 0 40%;
}
.product-specifications-section .spec-desc {
  font-size: 18px;
  color: rgba(0, 10, 32, 0.7);
  text-align: right;
}
@media (max-width: 767px) {
  .product-specifications-section .specifications-wrapper {
    grid-template-columns: 1fr;
  }
  .product-specifications-section .spec-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }
  .product-specifications-section .spec-item:nth-child(odd) {
    padding-right: 0px;
  }
  .product-specifications-section .spec-item:nth-child(even) {
    padding-left: 0px;
  }
  .product-specifications-section .spec-item::after {
    display: none;
  }
  .product-specifications-section .spec-item:last-child {
    border-bottom: none;
  }
  .product-specifications-section .spec-title, .product-specifications-section .spec-desc {
    text-align: left;
    flex: 100%;
  }
}
.gallery-slider-section .marquee-content {
  width: max-content;
  animation: logoslide 30s linear infinite;
}
.gallery-slider-section .single-image, .gallery-slider-section .stacked-images {
  flex-shrink: 0;
}
.blog-detail-content-section .blog-content {
  border-left: 1px solid rgba(0, 10, 32, 0.1);
}
.blog-detail-content-section .blog-content .content ul li {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(0, 10, 32, 0.7);
}
.blog-detail-content-section .blog-content h2 {
  color: rgba(0, 10, 32, 0.8);
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 1.6vw, 32px);
  font-weight: 400;
  line-height: 125%;
}
.blog-detail-content-section .blog-content h3, .blog-detail-content-section .blog-content h4, .blog-detail-content-section .blog-content h5, .blog-detail-content-section .blog-content h6 {
  color: #00277A;
  font-family: 'Neue Montreal', sans-serif;
  font-size: clamp(18px, 1.4vw, 20px);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.blog-detail-content-section .blog-sidebar {
  position: sticky;
  top: 100px;
  margin-right: 20px;
}
.blog-detail-content-section .blog-sidebar .share-blog {
  border: 1px solid rgba(0, 33, 104, 0.1);
}
.blog-detail-content-section .blog-sidebar .share-blog .share-blog-heading {
  font-size: 24px;
  font-weight: 500;
}
.event-slider-section .eventSwiper {
  position: relative;
}
.event-slider-section .eventSwiper .swiper-slide {
  display: flex;
}
.event-slider-section .eventSwiper .swiper-button-prev, .event-slider-section .eventSwiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #20c997;
  border-radius: 50%;
  color: #fff;
}
.event-slider-section .eventSwiper .swiper-button-prev::after, .event-slider-section .eventSwiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
}
.event-slider-section .eventSwiper .swiper-button-prev {
  left: 0;
}
.event-slider-section .eventSwiper .swiper-button-next {
  right: 0;
}
.event-slider-section .eventSwiper .event-content {
  padding: 60px 40px;
}
.event-slider-section .eventSwiper .event-content .event-desc {
  margin-bottom: 60px;
}
.event-slider-section .eventSwiper .event-footer .event-date {
  color: #00277A;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: end;
  gap: 4px;
}
.event-slider-section .eventSwiper .event-footer .event-date .day {
  font-size: 40px;
  line-height: 100%;
}
.event-slider-section .swiper-button-prev::after, .event-slider-section .swiper-button-next::after {
  display: none;
}
.event-slider-section .swiper-button-prev img, .event-slider-section .swiper-button-next img {
  width: 16px;
}
.event-slider-section .swiper-button-prev img {
  transform: rotate(180deg);
}
.event-detail-stats .event-date {
  color: #00277A;
  font-family: "Neue Montreal";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.event-detail-stats .event-date .day {
  font-size: 52px;
}
.pharmaceuticals-clients-section .clients-card {
  border-right: 1px solid rgba(45, 54, 56, 0.3);
}
@media (max-width: 575.98px) {
  .pharmaceuticals-clients-section .row > div .clients-card {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .pharmaceuticals-clients-section .row > div:nth-child(2n) .clients-card {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .pharmaceuticals-clients-section .row > div:nth-child(4n) .clients-card {
    border-right: none;
  }
  .pharmaceuticals-clients-section .row > div:nth-child(4n) .clients-card .logo-image img {
    max-width: 180px;
    height: auto;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url("https://santechlab.com//wp-content/uploads/2026/04/breadcrumb-icon.svg");
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb-item.active {
  color: #00277A;
  font-family: "Neue Montreal";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-transform: capitalize;
}
.fluentform select {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.4 !important;
  background-image: url(https://santechlab.com//wp-content/uploads/2026/04/form-select-arrow.svg) !important;
  background-repeat: no-repeat;
  background-position: center right 6px;
  line-height: normal;
}
.policy-section h2 {
  color: #000A20;
  font-family: 'Outfit', sans-serif;
  font-size: clamp(28px, 2.08vw, 40px);
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 24px;
  margin-top: clamp(40px, 6vw, 80px);
}
.video-section .video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.video-section .video-wrapper .play-btn img {
  width: 80px;
  height: 80px;
}
.video-section .video-wrapper.playing .play-btn {
  display: none;
}
.pagination.custom-pagination {
  gap: 10px;
}
.custom-pagination .page-item {
  display: flex;
}
.custom-pagination .page-link {
  padding: 8px 14px;
  background-color: #fff;
  transition: all 0.3s ease;
  color: rgba(0, 10, 32, 0.7);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid rgba(0, 10, 32, 0.1);
}
/* Hover */
.custom-pagination .page-link:hover {
  background-color: #f5f5f5;
  color: #000;
}
.custom-pagination .page-item.active .page-link {
  color: #fff;
  border-color: #00B7A2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00B7A2;
}
/* Previous & Next buttons */
.custom-pagination .page-item:first-child .page-link, .custom-pagination .page-item:last-child .page-link {
  padding: 8px;
}
/* Remove default focus shadow */
.custom-pagination .page-link:focus {
  box-shadow: none;
}
.custom-badge {
  color: #FFF;
  font-family: "Neue Montreal";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
/*===================== miscellaneous Style ===============*/
.impactful-solution .solution-card .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
  pointer-events: none;
}
.whatsapp-float {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  animation: greenGlow 1.5s ease-in-out infinite;
  border-radius: 100px;
  padding: 6px;
  background: #fff;
  z-index: 99999;
}
@keyframes greenGlow {
  0% {
    box-shadow: 0 0 5px #43c653;
  }
  50% {
    box-shadow: 0 0 5px #43c653, 0 0 10px #43c653, 0 0 15px #43c653;
  }
  100% {
    box-shadow: 0 0 5px #43c653;
  }
}
/*===================== media query start from here ===============*/
@media (min-width: 1800px) {
  .container {
    max-width: 1460px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid {
    max-width: 1720px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
  .slider-container {
    max-width: 1500px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1799px) {
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    max-width: 100% !important;
    padding-left: 6% !important;
    padding-right: 6% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header-contact-btn {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 991.98px) {
  .blog-section .blog-featured .blog-img, .blog-section .blog-featured .blog-content {
    flex: 100%;
  }
  .core-industries-section .industry-tab {
    gap: 12px;
  }
  .core-industries-section .industry-tab .nav-item .nav-link {
    gap: 8px;
  }
  .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media (max-width: 767.98px) {
  .brochure-section .brochure-box .brochure_image .brochure-img {
    margin-top: 0px;
  }
  .video-section .video-wrapper .play-btn img {
    width: 40px;
    height: 40px;
  }
  .all-clients .clients-logo {
    height: 100px;
  }
}
/*===================== media query Ends here =====================*/
