/*
Theme Name: Noah India - 2026
Author: trivia info it
Author URI: http://trivia.co.in/
Description: Bootstrap based wp theme for Noah Equipment Pvt. Ltd.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "Noto";
  src: url("css/fonts/notosans.ttf") format("truetype");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("css/fonts/montserrat.ttf") format("truetype");
  font-weight: 100 900; /* variable range */
  font-style: normal;
  font-display: swap;
}

:root {
  --c1: #2c4087;
  --c2: #fdb813;
  --c3: #020617;
  --c4: #ffffff;
  --c5: #ccc;
  --c6: #f3f3f3;
  --c7: #999999;
  --c9: #333333;
  --c12: #ffffff4d;
  --f1: "Noto";
  --f2: "Montserrat";
  --f3: "Noto";
  --fa5: "Font Awesome 5 Free";
  --cube-1: cubic-bezier(0.25, 0.46, 0.45, 0.5);
}

/*Wordpress editor styles start*/

.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*Wordpress editor styles end*/

* {
  /* outline: 1px solid red; */
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
  font-family: var(--f1);
  font-size: 1rem;
  color: #333;

  line-height: 2;
  /* text-align: justify;
  text-align-last: left; */
}
.container {
  min-width: 1380px;
}

.maincontainer {
  background: #fff;
  z-index: 0;
}

a,
a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .row {
    text-align: center;
  }
}

/*********************/
/*  HEADERS
/*********************/
header {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  display: block;
  z-index: 99 !important;
}

/*********************/
/*  HEADER 1
/*********************/
.header-1 {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-1 .topLogo img {
  width: 60%;
}
.header-1 .topCall {
  position: relative;
  display: block;
  margin-top: 0.6rem;
}
.header-1 .topCall a {
  display: flex;
  gap: 12px;
}
.header-1 .topCall a div:nth-child(1) svg {
  width: 40px;
  height: 40px;
  fill: var(--c1);
}
.header-1 .topCall a div:nth-child(2) {
  font-size: 1rem;
  color: var(--c2);
  font-weight: 600;
  line-height: 1.5;
}
.header-1 .topCall a div:nth-child(2) span {
  display: block;
  font-size: 0.84rem;
  font-weight: normal;
  color: var(--c1);
  text-transform: lowercase;
}
.header-1 .topCall:hover a div:nth-child(1) svg,
.header-1 .topCall:hover a div:nth-child(2) span {
  color: var(--c2);
  fill: var(--c2);
}
.header-1 .topCall:hover a div:nth-child(2) {
  color: var(--c1);
}
/**************************************************************** 
  STICKY
/****************************************************************/
.sticky {
  top: 0;
  left: 0;
  margin-top: 0;
  position: fixed;
  width: 100%;
  z-index: 991 !important;
  background-color: var(--c4);

  box-shadow: 0 3px 6px rgb(54 54 54 / 12%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
	DROP DOWN
*/

.navbar {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.navbar-default {
  border: none;
  border-color: 0;
  border-radius: 0px;
}

.navbar-nav {
  width: 100%;
  height: 100%;
  padding: 0;
}

.navbar-nav > li {
  padding: 0.3rem 0.75rem 0.5rem 0.75rem;
  height: 100% !important;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li a {
  position: relative;
  font-family: var(--f1);
  font-size: 0.93rem;
  font-weight: normal;
  letter-spacing: normal;
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99 !important;
}
.sticky .navbar-nav > li a {
  color: var(--c1);
}
.navbar-nav > li.current_page_ancestor > a,
.navbar-nav > li.current_page_item a,
.navbar-nav > li a:hover {
  color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/

.navbar-toggler {
  padding: 0.3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--c2);
  border: 1px solid var(--c1) !important;
  border-radius: 0.25rem;
}

@media (max-width: 768px) {
  .navbar-default {
    margin-top: 0;
  }

  .navbar-nav {
    border-top: 1px dotted #d4d3d1;
    margin-top: 0.5em;
  }

  .navbar-nav > li {
    width: auto;
    text-align: left;
  }
}

.navbar-brand {
  width: 80%;
  margin: 0 !important;
  padding: 0 !important;
}
.navbar-brand img {
  width: 60%;
  float: left;
}
.navbar-nav > li:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu,
.dropdown-submenu {
  background-color: var(--c4);
  min-width: 16rem;
  -webkit-background-clip: none;
  background-clip: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li {
  padding: 0.2em 1em 0.2em 1em;
  border-bottom: 1px dotted #888;
}

.dropdown-menu > li > a {
  color: var(--c1);
  font-size: 0.84em !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li.current_page_item a,
.dropdown-menu > li > a:focus {
  background-color: transparent !important;
  color: var(--c2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

/*
	SLIDER
*/
/* FULLSCREEN HERO */
#hero {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}

/* MACHINE IMAGE (ALWAYS FULLSCREEN) */
#machineFrame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
  filter: brightness(2);
  transform-origin: center center;
}

/* NOIR CINEMATIC GRADING */
#gradingLayer {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.4) 65%,
    rgba(0, 0, 0, 0.85) 100%
  );
  pointer-events: none;
  z-index: 6;
  opacity: 1;
}

/* DIAGONAL GOLD BEAM */
#beam {
  position: absolute;
  top: -20%;
  left: -40%;
  width: 180%;
  height: 140%;
  background: linear-gradient(
    120deg,
    rgba(255, 180, 60, 0.18) 0%,
    rgba(255, 230, 160, 0.05) 40%,
    rgba(0, 0, 0, 0) 70%
  );
  mix-blend-mode: screen;
  transform: rotate(-4deg);
  opacity: 0.35;
  z-index: 4;
}

/* GOLD REFLECTION SHIMMER ON MACHINE */
#reflection {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    100deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 220, 150, 0.32) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
  z-index: 12;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* LEFT GLASS CARD */
#heroCard {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 34%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  z-index: 20;
  opacity: 0;
}

/* TEXT */
#heroCard h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #fff;
}

#heroCard p {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 30px;
}

.cta {
  display: inline-block;
  padding: 14px 34px;
  background: #e7b564;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  font-size: 17px;
  transition: background 0.25s ease;
}
.cta:hover {
  background: #ffcc77;
}

/* SCROLL INDICATOR */
#scrollCue {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  color: #f2c98b;
  font-size: 15px;
  opacity: 0.8;
  z-index: 25;
  animation: floatDown 1.6s infinite ease-in-out;
}
@keyframes floatDown {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 8px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}

/* END FADE */
#heroFade {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 36%;
  width: 100%;
  /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1));
  opacity: 0; */
  z-index: 0;
}

.scroll-space {
  /* height: 260vh; */
}

@media screen and (max-width: 768px) {
  #heroCard {
    display: none;
  }
}

/*
	DUMMY DIV
*/
.dummyDiv {
  position: relative;
  display: block;
  /* height: 98svh !important; */
  z-index: -1;
}

/*********************/
/*  BUTTON
/*********************/

.button {
  position: relative;
  display: block;
  background-color: var(--c1);
  border-radius: 12px;
  overflow: hidden;

  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: var(--c2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover:after {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button span {
  display: block;
  position: relative;
  width: 100%;
  font-family: var(--f1);
  font-size: 1rem;
  color: var(--c4);
  text-align: center;
  padding: 12px;
  z-index: 3 !important;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.button:hover span {
  color: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********************/
/*  H TAGs
/*********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
}

div {
  position: relative;
  display: block;
  z-index: 9;
}

*.div {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

*.div:hover {
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

ul,
ol {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
  position: relative;
}

img {
  width: 100%;
  height: auto;
}
.plusSign {
  position: relative;
  display: inline-block !important;
  font-size: 1rem;
}
.imageShine:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.imageShine:hover:after {
  height: 110%;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/*********************/
/*  PRODUCTS
/*********************/
.products {
  position: relative;
  display: block;
}
/* --- 3D VIEWPORT --- */
.viewport-3d {
  height: 100vh;
  /* Fallback for browsers that don't support dvh */
  height: 100dvh;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #020617;
  background: linear-gradient(180deg, #020617 0%, #0f172a 40%, #020617 100%);
}

/* --- MARQUEE LAYER --- */
.marquee-layer {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%) rotate(-5deg);
  z-index: 0;
  pointer-events: none;
  display: flex;
  justify-content: center;
  overflow: visible;
}

.marquee-content {
  display: flex;
  gap: 4vw;
  transform: translateX(-25%);
  will-change: transform;
}

.marquee-text {
  font-family: var(--f1);
  font-size: 9vh;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.08);
  text-transform: uppercase;
}

/* --- 3D SCENE --- */
.scene {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  perspective: 2000px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.track {
  display: flex;
  align-items: center;
  padding-left: 50vw;
  padding-right: 50vw;
  gap: 15vw;
  transform-style: preserve-3d;
  will-change: transform;
}

/* --- CARD CONTAINER --- */
.card-wrapper {
  width: 65vw;
  max-width: 1100px;
  height: 60vh;
  min-height: 500px;
  position: relative;
  flex-shrink: 0;
  transform-style: preserve-3d;
  overflow: visible !important;
  z-index: 99999 !important;
}

/* LAYER 1: Glass Background */
.layer-glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    145deg,
    rgba(17, 24, 39, 0.95),
    rgba(3, 7, 18, 0.98)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 40px;
  overflow: hidden;
  z-index: 9 !important;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
  transform-style: preserve-3d;
  pointer-events: none !important; /* FIX: Pass events through the glass container */
}

/* LAYER 2: Floating Image */
.layer-visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  transform-style: preserve-3d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5%;
}

.machine-img {
  max-width: 57%;
  height: auto;
  transform-origin: center center;
  transform: translateZ(50px);
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.7));
  will-change: transform;
}

/* --- CONTENT STYLING --- */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
  transform-style: preserve-3d; /* FIX: Pass 3D context down */
  pointer-events: none; /* FIX: Pass events through grid */
}

.text-col {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 20;
  position: relative;
  transform-style: preserve-3d;
  pointer-events: none; /* FIX: Pass events through column */
}

.badge-pill {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: var(--accent-primary);
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.huge-title {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.desc {
  font-size: 1.1rem;
  color: var(--c5);
  line-height: 1.6;
  margin-bottom: 2.5rem;
  max-width: 90%;
}

/* --- INTERACTIVE BUTTON FIX --- */
.btn-action {
  display: block;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
  transition: 0.3s;

  position: relative;
  z-index: 999999999 !important; /* Super High Z-Index */
  cursor: pointer;
  pointer-events: auto; /* FIX: Re-enable events specifically on button */
  transform: translateZ(60px); /* FIX: Push out further than anything else */
}
.btn-action:hover {
  border-color: var(--accent-primary);
  color: var(--accent-primary);
}

.bg-text {
  position: absolute;
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.03);
  top: 50%;
  right: -50px;
  transform: translateY(-50%) translateZ(-50px);
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

.glare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 255, 255, 0.05) 45%,
    rgba(255, 255, 255, 0) 50%,
    transparent 100%
  );
  mix-blend-mode: overlay;
  pointer-events: none;
  background-size: 200% 200%;
}

/* --- FIX BUTTON CLICKABILITY --- */
/* 🔥 MASTER FIX — allow clicks inside GSAP 3D scene */

/* Disable pointer events on the GPU-composited layer */
.scene {
  pointer-events: none !important;
}

/* Re-enable pointer events ONLY on content that should be clickable */
.scene .content-grid,
.scene .text-col,
.scene .btn-action,
.scene .content-grid * {
  pointer-events: auto !important;
  position: relative;
  z-index: 999999999 !important;
}
/* --- RESPONSIVE TABLETS & LAPTOPS (< 991px) --- */
@media (max-width: 991px) {
  .track {
    gap: 5vw;
  }
  .card-wrapper {
    width: 90vw;
    height: auto;
    min-height: 70vh;
  }
  .content-grid {
    grid-template-columns: 1fr;
  }

  /* Stack Layout: Image Top, Text Bottom */
  .text-col {
    padding: 2rem;
    padding-top: 260px; /* Push text down to make room for image */
    text-align: center;
    align-items: center;
  }

  .layer-visual {
    justify-content: center;
    align-items: flex-start; /* Image to top */
    padding: 0;
    padding-top: 40px;
    height: 300px; /* Restrict height area for image */
  }

  .machine-img {
    max-width: 80%;
    transform: translateZ(30px);
  }
  .huge-title {
    font-size: 3rem;
  }
  .desc {
    max-width: 100%;
    font-size: 1rem;
  }

  /* Adjust decorations */
  .bg-text {
    font-size: 5rem;
    top: 20px;
    right: auto;
    left: 20px;
    transform: none;
  }
  .marquee-text {
    font-size: 8vh;
  }
}

/* --- RESPONSIVE MOBILE (< 576px) --- */
@media (max-width: 576px) {
  .card-wrapper {
    min-height: 84vh;
    border-radius: 25px;
  }
  .layer-glass {
    border-radius: 25px;
  }

  .text-col {
    padding: 1.5rem;
    padding-top: 220px; /* Adjust for smaller image area */
  }

  .layer-visual {
    padding-top: 30px;
    height: 220px;
  }

  .huge-title {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
  }
  .desc {
    font-size: 0.93rem;
  }
  .badge-pill {
    padding: 5px 12px;
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
  .btn-action {
    font-size: 0.8rem;
  }

  /* Hide giant background letters on very small screens to reduce noise */
  .bg-text {
    display: none;
  }
}
/*********************/
/*  SHORT INTRO
/*********************/
.shortIntro {
  position: relative;
  display: block;
  margin: -2rem 0 3rem 0;
  padding: 3rem 0 3rem 0;
  background: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  background: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  background: -o-linear-gradient(top, #f3f3f3, #ffffff);
  background: linear-gradient(to bottom, #f3f3f3, #ffffff);
}

.shortIntro .pageTitles {
  width: 75%;
  margin: auto;
}
.shortIntro .shortIntroDiv {
  position: relative;
  display: block;
}
.shortIntro .shortIntroDiv .button {
  width: 30%;
  margin-top: 1rem;
}
.shortIntro .shortIntroImages {
  position: relative;
  display: block;
}
.masonry {
  column-count: 3; /* adjust for screen size */
  column-gap: 1rem;
}

.masonry img {
  width: 100%;
  margin-bottom: 1rem;
  /* border-radius: 8px; */
}
@media screen and (max-width: 768px) {
  .shortIntro {
    margin: -2rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
    background: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
    background: -moz-linear-gradient(top, #f3f3f3, #ffffff);
    background: -o-linear-gradient(top, #f3f3f3, #ffffff);
    background: linear-gradient(to bottom, #f3f3f3, #ffffff);
  }
  .shortIntro .pageTitles {
    width: auto;
  }
  .shortIntro .shortIntroDiv .button {
    margin: 1rem auto;
  }
}
/*********************/
/*  BANNER
/*********************/
.banner {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
  padding: 3rem 0 3rem 0;
}
.bannerBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 115%;
  overflow: hidden;
  z-index: 1;
}

.bannerBG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2); /* important for drifting movement */
}
.banner:hover .bannerBG {
  filter: grayscale(1) brightness(0.5);
}
.banner .bannerDiv {
  position: relative;
  display: block;
  z-index: 9;
  font-size: 1.2rem;
}
.banner .bannerDiv h3 {
  font-size: 3rem;
  color: var(--c2);
}
.banner .bannerDiv h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.banner:hover .bannerDiv {
  color: var(--c4);
}
.banner .bannerDiv .button {
  width: 30%;
  margin: 1rem auto;
}
@media screen and (max-width: 768px) {
  .banner {
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
  }
  .banner .bannerDiv h3 {
    font-size: 1.5rem;
  }
  .banner .bannerDiv h2 {
    font-size: 1.2rem;
  }
  .banner .bannerDiv .button {
    width: 60%;
    margin: 1.2rem auto;
  }
}
/*********************/
/*  MARQUEE
/*********************/
.marquee {
  height: auto;
  position: relative;
  overflow-x: hidden;
  position: relative;
  display: flex;
  width: 130%;
  column-gap: 100px;
  overflow: hidden;
  margin: 6rem 0 3rem 0;
}
.marquee .marquee-content {
  display: flex;
  flex-shrink: 0;
  min-width: 100%;
  justify-content: space-around;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
}
.marquee .marquee-content span {
  position: relative;
  display: inline;
  color: transparent;
  -webkit-text-stroke: 1px var(--c5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 4.2vw;
  font-family: var(--f2);
  font-weight: 600;
}
.marquee .marquee-content span:hover {
  color: var(--c1);
  -webkit-text-stroke: unset;
}
.marquee .marquee-content span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 12px;
  height: 6px;
  background-color: var(--c3);
}

/*********************/
/*  FACTS
/*********************/
.facts {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}
.facts .factDiv {
  display: flex;
  gap: 12px;
  line-height: 1.5;
  border-right: 1px dotted var(--c5);
}
.facts .factDiv div:nth-child(1) svg {
  width: 75px;
  height: 75px;
  fill: var(--c2);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.facts .factDiv:hover div:nth-child(1) svg {
  fill: var(--c1);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.facts .factDiv div:nth-child(2) {
  text-align: left !important;
  line-height: 1.3;
}
.facts .factDiv .counter {
  font-size: 2.4rem;
  font-weight: 600;
  display: inline;
  -webkit-text-stroke: 2px var(--c2);
  color: transparent;
}
.facts .factDiv:hover .counter {
  -webkit-text-stroke: unset;
  color: var(--c2);
}
.facts .factDiv h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
}
.facts .factDiv:hover h4 {
  color: var(--c3);
}
@media screen and (max-width: 768px) {
  .facts {
    margin: 1rem 0 1rem 0;
  }
  .facts .factDiv .counter {
    font-size: 1.5rem;
  }
  .facts .factDiv {
    border: 1px dotted var(--c5) !important;
    margin-bottom: 0.6rem;
  }
}
/*********************/
/*  WHY US
/*********************/
.whyUs {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
  padding: 3rem 0 3rem 0;
  background-color: var(--c6);
}

.whyUs .whyUsDiv {
  display: flex;
  gap: 30px;
  border: 1px dotted var(--c5);
  height: 98%;
  line-height: 1.75;
}
.whyUs .whyUsDiv .whyUsIcon svg {
  height: 60px;
  width: 60px;
  fill: var(--c2);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.whyUs .whyUsDiv:hover .whyUsIcon svg {
  fill: var(--c1);
  transform: rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.whyUs .whyUsDiv h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--c1);
}
.whyUs .whyUsDiv:hover h3 {
  color: var(--c2);
}
@media screen and (max-width: 768px) {
  .whyUs {
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
  }

  .whyUs .whyUsDiv {
    display: block;
  }
  .whyUs .whyUsDiv .whyUsIcon svg {
    height: 36px;
    width: 36px;
  }
}
/*********************/
/*  APPOINTMENT
/*********************/
.appointment {
  position: relative;
  display: block;
  background-color: var(--c1);
  color: var(--c4);
  height: 100%;
}
.appointment h3 {
  background-color: var(--c2);
}
.appointment .appointmentDiv {
  font-size: 1.2rem;
  line-height: 1.75;
}
.appointment .appointmentDiv a.button {
  background-color: var(--c2);
  width: 84%;
  margin: auto;
}
.appointment .appointmentDiv a.button svg {
  height: 30px;
  width: 30px;
  fill: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.appointment .appointmentDiv a.button:hover svg {
  fill: var(--c1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*********************/
/*  CALL NOW
/*********************/
.callNow {
  position: relative;
  display: block;
  background-color: var(--c1);
  font-size: 1.2rem;
  color: var(--c4);
}
.callNow .button {
  margin: 1.5rem auto;
}
.callNow .button {
  background-color: var(--c3);
}
.callNow .button span {
  font-size: 1.74rem;
}
/*********************/
/*  TESTIMONIALS
/*********************/
.testimonials {
  position: relative;
  display: block;
  margin: 3rem 0 3rem 0;
}

/*********************/
/*  HOME PAGE TITLES
/*********************/
.pageTitles {
  position: relative;

  line-height: 1.2;
  z-index: 9;
  text-align: left;
}
.pageTitles .textCenter {
  margin: 0 auto 0 auto !important;
}
.pageTitles .textLeft {
  margin: 0;
}
.pageTitles h2,
.pageTitles h4,
.pageTitles .mainTitle {
  position: relative;
  display: block;
  width: auto;
  font-family: var(--f2);
  font-weight: 900;
  font-size: 2.4rem;
  text-transform: uppercase;
  color: var(--c1);
  z-index: 99 !important;
  text-wrap: wrap;
}

.pageTitles .subTitle {
  display: inline-block;
  line-height: 1.2em;
  font-family: var(--f3);
  font-size: 0.93rem;
  text-transform: lowercase;
  color: var(--c2);
  z-index: 9;
}

.titleIntro {
  line-height: 1.75;
  color: var(--c5);
}
/*
	SIDE BAR
*/

.sub-page-title {
  display: flex;
  align-items: center;
  position: relative !important;
  padding: 9rem 0 3rem 0 !important;
  background: var(--c5) !important;

  overflow: hidden;
  margin-top: 0em !important;
  margin-bottom: 6rem;
  -moz-box-shadow: inset 0 -10px 10px -10px #333;
  -webkit-box-shadow: inset 0 -10px 10px -10px #333;
  box-shadow: inset 0 -10px 10px -10px #333;
  z-index: 9 !important;
  border-bottom: 6px solid var(--c2);
}
.sub-page-title h2,
.sub-page-title hr {
  position: relative;
  z-index: 3;
  font-size: 3rem;
  font-weight: 600;
  color: var(--c2);
  text-transform: uppercase;
  mix-blend-mode: color-dodge;
}

.sub-page-title hr {
  width: 10%;
  background: none;
  border: none;
  border-bottom: 3px solid var(--c1);
  margin: 0.5em auto 0.5em auto;
}

#main-container {
  position: relative;
  margin-bottom: 6rem;
}

.subPages {
  position: relative;
  display: block;
}

.subPages img {
  width: 100%;
  height: auto;
}

.white-content {
  background: rgba(242, 242, 242, 0.3);
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid var(--c5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1.7;
}

.subPages ul,
.subPages ul.techData {
  position: relative;
  width: 100%;
  margin: 2rem auto 2rem auto;
}
.subPages ul.techData {
  margin-top: 0.3rem !important;
}
.subPages ul li,
.white-content li {
  position: relative;
  list-style: none;
  border-bottom: 1px dotted var(--c5);
  margin: 0.6rem 0 0.6rem 0;
  padding-bottom: 0.1rem;
}
.subPages ul.techData li {
  display: inline-block;
  padding: 1rem;
  border: 1px solid var(--c5);
  margin: 0.3rem auto;
  text-align: center;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}
.subPages ul.techData li:hover {
  background-color: var(--c1);
  color: var(--c4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.white-content li a {
  color: var(--c9);
}

.white-content li a:hover,
.white-content li.current_page_ancestor a,
.white-content .current_page_item a {
  color: var(--c1);
}

.cPages .title-3,
.white-content .title-3,
.subPages .title-3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--c1);
}

/*
	  breadcrumbs
  */

#breadcrumbs {
  position: relative;
  display: block;
  list-style: none;
  margin: 0 auto !important;
  overflow: hidden;
  padding: 0 !important;
  z-index: 99 !important;
  text-align: left;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#breadcrumbs li:first-child {
  margin-left: 0 !important;
}

#breadcrumbs li a,
#breadcrumbs li.item-current {
  font-size: 0.75rem;
  color: var(--c6);
  font-weight: normal;
}

#breadcrumbs li.item-current {
  color: var(--c2);
  font-weight: normal;
}

#breadcrumbs .separator {
  font-size: 18px;
  color: #253939;
}

/*
	  SEARCH
  */
.search-container {
  margin-bottom: 3em;
}

.search-container .search-page-title {
  position: relative;
  display: block;
  font-size: 1.6em;
  font-family: "Playfair Display", serif;
}

.search-container .searchResults li {
  position: relative;
  list-style: none;
  margin: 0.9em 0 0.9em 0;
  padding-bottom: 0.2em;
  padding-left: 0em;
  border-bottom: 1px dotted #ccc;
}

.search-container .searchResults li:before {
  display: none;
}

.search-container .searchResults li:hover .title-5 {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-container .searchResults .title-5 {
  position: relative;
  display: block;
  font-size: 1.2em;
  color: var(--c1);
  font-family: "Playfair Display", serif;
  font-weight: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/******************
	  SUB PAGES
  /******************
  
  
  
  /*
	  PRODUCT CHILD PAGES
  */

.child_pages {
  display: block;
  margin-top: 4em;
  margin-bottom: 4em;
}
.child_pages .card-columns {
  @include media-breakpoint-only(xl) {
    column-count: 4;
  }
  @include media-breakpoint-only(lg) {
    column-count: 3;
  }
  @include media-breakpoint-only(md) {
    column-count: 2;
  }
  @include media-breakpoint-only(sm) {
    column-count: 1;
  }
}
.child_pages .title-4 {
  font-size: 1.6em;
  color: #05aac6;
  display: block !important;
  width: 100%;
  margin: 2em 0 2em 0;
}

.childPage {
  display: inline-block;
  text-align: center;
  border: 1px dotted var(--c5);
}

.childPage h2 {
  font-size: 1.5em !important;
  color: var(--c1);
  display: block !important;
  width: 100%;
}

.childPage:hover h2 {
  color: var(--c2);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.childPage img {
  width: 100%;
  height: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.childPage:hover img {
  filter: brightness(1.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .childPage {
    min-width: 98%;
    width: 98%;
  }
}
.noGap {
  margin: 0;
  padding: 0;
}

/*
	GO TOP
*/

.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: 0.3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: var(--c3);
}

.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text {
  color: var(--c3);
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}

/*
	FOOTER
*/
.footer1 {
  position: relative;
  background: var(--c3);
  color: var(--c7);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer1 .footerLogo img {
  width: 75%;
}
.footer1 .footerTitle {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--c4);
  z-index: 9;
}

.footer1 .footLinks {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 9;
}

.footer1 .footLinks li {
  position: relative;
  display: block;
  list-style: none;
  padding-left: 0.9rem;
}
.footer1 .socialLinks ul {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
.footer1 .footLinks li:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: auto;
  color: var(--c2);
  z-index: 0;
}

.footer1 .socialLinks ul li a,
.footer1 .footLinks li a {
  color: var(--c2);
}

.footer1 .socialLinks ul li a:hover,
.footer1 .footLinks li.current_page_item:before,
.footer1 .footLinks li.current_page_item a,
.footer1 .footLinks li:hover:before,
.footer1 .footLinks li a:hover {
  color: var(--c4);
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .footer1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: left;
  }
  .footer1 .footerTitle,
  .footer1 .socialLinks ul li a,
  .footer1 .footLinks li a,
  .footer1 .footAddress {
    display: block;
    text-align: left;
  }
}
.footer2 {
  position: relative;
  display: block;
  background: var(--c1);
  color: var(--c5);
  padding: 0.3rem 0 0.3rem 0;
}
.footer2 a {
  color: var(--c4);
}

.stopScrolling {
  height: 100vh !important;
  overflow: hidden !important;
}

/* TABLE
/* ===== Corporate Table Design ===== */
/* ===== Premium Table Wrapper ===== */
.wp-block-table {
  margin: 60px 0;
}

.wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(15, 23, 42, 0.08),
    0 8px 20px rgba(15, 23, 42, 0.05);
  font-family: inherit;
}

/* ===== Header ===== */
.wp-block-table thead {
  background: linear-gradient(135deg, #0f172a, #1e293b);
}

.wp-block-table thead th {
  padding: 22px 28px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}

/* ===== Body ===== */
.wp-block-table tbody td {
  padding: 22px 28px;
  font-size: 16px;
  color: #1e293b;
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.35s ease;
}

/* Stronger First Column */
.wp-block-table tbody td:first-child {
  font-weight: 600;
  font-size: 17px;
  color: #0f172a;
}

/* Softer Zebra */
.wp-block-table tbody tr:nth-child(even) {
  background: #f8fafc;
}

/* Premium Hover (No Scale, No Cheap Effect) */
.wp-block-table tbody tr {
  position: relative;
  transition: all 0.3s ease;
}

.wp-block-table tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(180deg, #2563eb, #1d4ed8);
  transition: width 0.35s ease;
}

.wp-block-table tbody tr:hover {
  background: #f1f5ff;
}

.wp-block-table tbody tr:hover::after {
  width: 5px;
}

/* Remove last border */
.wp-block-table tbody tr:last-child td {
  border-bottom: none;
}



/*
	CONTACT FORM 7
*/
.wpcf7 input,
.wpcf7 textarea
{
	width:98%;
	padding:0.3rem;

}

/*
 	INLINE H TAGS
*/
h1.inline, 
h2.inline, 
h3.inline, 
.inline {
    font-size: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    font: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    display: inline !important;
    text-decoration: inherit !important;
    float: none !important;
    letter-spacing: inherit !important;
}


@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .container {
    min-width: unset;
  }
  .header-1 {
    position: fixed;
    width: 100%;
  }
  .navbar {
    width: 100%;
    padding: 0.3rem !important;
  }
  .navbar-nav > li {
    padding: 0.3rem;
  }
  .pageTitles {
    display: block;
  }
  .pageTitles h2,
  .pageTitles h4,
  .pageTitles .mainTitle {
    font-size: 1.5rem !important;
  }
  .facts .factDiv .counter {
    font-size: 1.5rem;
  }
  .shortIntro .factDiv .factDivText h4 {
    font-size: 0.84rem;
  }
  .sub-page-title h2 {
    font-size: 1.5em;
    font-weight: 600;
    padding-top: 1.5rem;
    margin: 1rem auto 0.5em auto !important;
    text-transform: uppercase;
    z-index: 9 !important;
  }
}
