*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-4 {
  bottom: -1rem;
}

.left-0 {
  left: 0px;
}

.left-full {
  left: 100%;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-full {
  grid-column: 1 / -1;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mt-\[0\] {
  margin-top: 0 !important;
}

.\!mt-\[10px\] {
  margin-top: 10px !important;
}

.\!mt-\[5px\] {
  margin-top: 5px !important;
}

.-mt-\[55px\] {
  margin-top: -55px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[0\] {
  margin-bottom: 0;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.ml-auto {
  margin-left: auto;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[0px\] {
  margin-top: 0px;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.max-w-screen-md {
  max-width: 768px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-\[110px_1fr\] {
  grid-template-columns: 110px 1fr;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[35px\] {
  border-radius: 35px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#190004\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 0 4 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A8A9AD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 169 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-4 {
  padding: 1rem;
}

.p-\[20px\] {
  padding: 20px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.\!pr-0 {
  padding-right: 0px !important;
}

.\!pt-\[15px\] {
  padding-top: 15px !important;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[12px\] {
  padding-bottom: 12px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[4px\] {
  padding-bottom: 4px;
}

.pl-\[3px\] {
  padding-left: 3px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[35px\] {
  padding-top: 35px;
}

.pt-\[4px\] {
  padding-top: 4px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.font-\[metropolis\] {
  font-family: metropolis;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[60px\] {
  font-size: 60px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#9a183c\] {
  --tw-text-opacity: 1;
  color: rgb(154 24 60 / var(--tw-text-opacity, 1));
}

.text-\[\#ef7cac\] {
  --tw-text-opacity: 1;
  color: rgb(239 124 172 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_0_12px_0_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 0 12px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
  font-family: 'whitney-book';
}

@font-face {
  font-family: 'metropolis';

  src: url('../fonts/metropolis-font/Metropolis-Light.woff') format('woff2'),
       url('../fonts/metropolis-font/Metropolis-Light.woff2') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'metropolis';

  src: url('../fonts/metropolis-font/Metropolis-Regular.woff') format('woff2'),
       url('../fonts/metropolis-font/Metropolis-Regular.woff2') format('woff');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'metropolis';

  src: url('../fonts/metropolis-font/Metropolis-Medium.woff') format('woff2'),
       url('../fonts/metropolis-font/Metropolis-Medium.woff2') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'metropolis';

  src: url('../fonts/metropolis-font/Metropolis-SemiBold.woff') format('woff2'),
       url('../fonts/metropolis-font/Metropolis-SemiBold.woff2') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'metropolis';

  src: url('../fonts/metropolis-font/Metropolis-Bold.woff') format('woff2'),
       url('../fonts/metropolis-font/Metropolis-Bold.woff2') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'metropolis';

  src: url('../fonts/metropolis-font/Metropolis-ExtraBold.woff') format('woff2'),
       url('../fonts/metropolis-font/Metropolis-ExtraBold.woff2') format('woff');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'whitney-book';

  src: url('../fonts/whitney-book/Whitney-Book-Regular.woff') format('woff2'),
       url('../fonts/whitney-book/Whitney-Book-Regular.woff2') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

.rp {
  padding-top: 70px;
}

.rb {
  padding-bottom: 70px;
}

.rp-m {
  margin-top: 70px;
}

h1 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h1 {
    font-size: 37px;
    line-height: 1.3;
  }
}

@media (min-width: 1536px) {
  h1 {
    font-size: 65px;
  }
}

h1{
  font-family: 'metropolis';
}

h2 {
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h2 {
    font-size: 37px;
    line-height: 1.3;
  }
}

@media (min-width: 1536px) {
  h2 {
    font-size: 65px;
  }
}

h2 {
  font-family: 'metropolis';
}

h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 28px;
  }
}

@media (min-width: 1536px) {
  h4 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-family: 'metropolis';
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  p {
    line-height: 26px;
  }
}

@media (min-width: 1536px) {
  p {
    line-height: 30px;
  }
}

p{
  font-family: 'whitney-book';
}

.h40 {
  font-family: metropolis;
  font-size: 30px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .h40 {
    font-size: 35px;
  }
}

@media (min-width: 1536px) {
  .h40 {
    font-size: 40px;
  }
}

.stats-col span {
  display: inline-block;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .stats-col span {
    line-height: 32px;
  }
}

.stats-col span{
  font-family: 'whitney-book';
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

.grid-lauout-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}

@media (min-width: 768px) {
  .grid-lauout-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 70px;
  }
}

@media (min-width: 1536px) {
  .grid-lauout-2 {
    gap: 90px;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}

@media (min-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1536px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 1024px) {
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.insutry-grid-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}

@media (min-width: 640px) {
  .insutry-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .insutry-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1536px) {
  .insutry-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.insutry-deatil-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 25px;
}

@media (min-width: 640px) {
  .insutry-deatil-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .insutry-deatil-grid {
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .insutry-deatil-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .insutry-deatil-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Industries Swiper Slider */

.industry-slider-wrapper {
  position: relative;
}

.industriesSwiper {
  overflow: hidden;
}

.industriesSwiper swiper-slide {
  height: auto;
}

.industries-swiper-nav {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  justify-content: flex-end;
}

.indswiper-button-prev,
.indswiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #9A183C;
  color: #fff;
  border: 2px solid #9A183C;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.indswiper-button-prev:hover,
.indswiper-button-next:hover {
  background: #370215;
  border-color: #370215;
}

@media (max-width: 767px) {
  .indswiper-button-prev,
  .indswiper-button-next {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .industries-swiper-nav {
    margin-top: 20px;
    justify-content: center;
  }
}

.align-text {
  text-align: left;
}

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

.read-text {
  display: inline-block;
  padding-top: 20px;
  font-family: metropolis;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  --tw-text-opacity: 1;
  color: rgb(154 24 60 / var(--tw-text-opacity, 1));
}

.read-text:hover {
  --tw-text-opacity: 1;
  color: rgb(55 2 21 / var(--tw-text-opacity, 1));
}

.read-text{
  transition: ease-in-out 0.3s;
}

.m-p p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .m-p p {
    line-height: 26px;
  }
}

@media (min-width: 1536px) {
  .m-p p {
    line-height: 30px;
  }
}

.m-p p{
  font-family: 'metropolis';
  /* opacity: 0.8; */
}

.txt-white p{
  color: #FFFFFF;
  /* opacity: 0.8; */
}

.hightlight-text strong{
  color: #9A183C;
}

.read-text i{
  transition: all ease-in-out 0.3s;
}

.read-text:hover i {
  padding-left: 8px;
  color: #370215;
}

#hero-home h1{
  padding-right: 5%;
}

#hero-home h1 strong{
  color: #9A183C;
}

#hero-home p{
  width: 100%;
  max-width: 635px;
  padding-top: 22px;
  padding-bottom: 10px;
}

.container-wrapper {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 30px;
}

.samll-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}

.hero-content {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

@media (min-width: 768px) {
  .hero-content {
    max-width: 822px;
  }
}

.hero-content {
  padding-left: 16px !important;
}

#header {
  padding-bottom: 15px;
}

#nav-outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
}

#menu-menu-1 {
  display: flex;
  gap: 60px;
}

.header-logo img {
  width: 100%;
  max-width: 205px;
}

#menu-menu-1 li a {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 500;
  font-family: 'metropolis';
  text-transform: uppercase;
  letter-spacing: 0.65px;
}

.sub-menu li a span {
  text-transform: capitalize;
  display: block;
}

.menu-item:hover i {
  color: #9A183C;
}

.sub-menu li:hover a {
  color: #fff !important;
}

.sub-menu {
  background: #fff;
  width: 175px;
  padding: 0px;
  display: none;
  position: absolute;
  left: 0;
  transition: 0.3s;
  border-radius: 5px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
  border: 1px solid #ddddddb5;
}

#menu-menu-1>li {
  /* position: relative; */
  position: inherit;
}

#menu-menu-1>li a{
  position: relative;
}

#menu-menu-1>li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  display: block;
  margin-top: 2px;
  right: 0;
  background: #9A183C;
  transition: width 0.3s ease;
  left: 0px;
  top: 20px;
}

#menu-menu-1>li a:hover::after {
  width: 100%;
}

.menu-item-has-children {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.sub-menu li a {
  font-size: 15px !important;
}

.close-menu {
  display: none;
  cursor: pointer;
}

.sub-menu span {
  color: #000;
}

.close-menu .fa-times {
  display: none;
}

.menu-active .fa-bars {
  display: none;
}

.menu-active .fa-times {
  display: inline-block;
}

.header-cta {
  display: flex;
  gap: 25px;
  align-items: center;
}

.contact-btn {
  position: relative;
  display: inline-block;
  background: #9A183C;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  transition: 0.3s;
  font-family: 'metropolis';
  text-transform: uppercase;
  letter-spacing: 0.65px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
}

.contact-btn i, .requrest-btn i, .white-btn i {
  padding-left: 6px;
  /* font-size: 14px; */
}

.contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #370215;
  z-index: -1;
  transition: width 0.4s ease;
}

.contact-btn:hover::before, .dark-fill:hover::before, .black-fill:hover::before, .white-fill:hover::before {
  width: 100%;
}

.contact-btn:hover, .dark-fill:hover, .black-fill:hover {
  color: #fff;
}

.white-fill:hover {
  color: #9A183C;
}

.requrest-btn {
  position: relative;
  display: inline-block;
  background: #9A183C;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  transition: 0.3s;
  font-family: 'metropolis';
  text-transform: uppercase;
  letter-spacing: 0.65px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  margin-top: 30px;
  line-height: 26px;
}

.loader-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 8px;
  line-height: 0;
}

.loader-btn img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.dark-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #370215;
  z-index: -1;
  transition: width 0.4s ease;
}

.outline-btn{
  position: relative;
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  transition: 0.3s;
  font-family: 'metropolis';
  text-transform: uppercase;
  letter-spacing: 0.65px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  margin-top: 30px;
  border: 1px solid #000;
}

.black-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #000;
  z-index: -1;
  transition: width 0.4s ease;
}

.white-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: width 0.4s ease;
}

.white-btn {
  position: relative;
  display: inline-block;
  background: #fff;
  color: #9A183C;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  transition: 0.3s;
  font-family: 'metropolis';
  text-transform: uppercase;
  letter-spacing: 0.65px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  margin-top: 30px;
}

.black-btn {
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 30px;
  transition: 0.3s;
  font-family: 'metropolis';
  text-transform: uppercase;
  letter-spacing: 0.65px;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  margin-top: 30px;
}

.phone-icon i {
  background: #9A183C;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  border-radius: 50px;
  border: 2px solid #9A183C;
  margin-right: 8px;
}

#menu-menu-1 li a:hover {
  color: #9A183C;
}

/* #menu-menu-1 li:hover i{
  color: #9A183C;
} */

.sub-menu li:last-child {
  border: none;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.header-fixed {
  border-bottom: 1px solid #e8e5e5;
  position: sticky;
  top: 0;
  align-self: flex-start;
  background: #fff;
  z-index: 999999;
}

.sub-menu li {
  border-bottom: 1px solid #ddddddb5;
  padding: 8px 10px;
  text-align: left;
}

.sub-menu li:hover {
  background: #9A183C;
}

.sub-menu {
  min-width: 250px !important;
  left: 0 !important;
}

.sub-menu li:hover span {
  color: #fff;
}

.show-submenu.caret.fa.fa-angle-down.menu-item-dropdown {
  color: #000;
  padding-left: 3px;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.menu-item-has-children:hover > .show-submenu.caret.fa.fa-angle-down.menu-item-dropdown {
  transform: rotate(180deg);
  color: #9A183C;
}

.contact-i {
  display: none;
}

#menu-footer-menu {
  padding-left: 25px;
}

#menu-footer-menu a {
  font-size: 18px;
  padding-bottom: 10px;
  display: inline-block;
  color: #000;
  font-weight: 400;
  position: relative;
}

#menu-footer-menu a:after {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: -25px;
  top: 8px;
  background-image: url('/wp-content/uploads/2025/11/right-circle-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.close-i {
  display: none;
}

#menu-footer-menu a:hover {
  color: #063678;
}

.contact-info-flex a:hover {
  color: #063678;
}

.shinewrap {
  overflow: hidden;
  position: relative;
}

.shinewrap::before {
  position: absolute;
  top: 0;
  left: -95%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.shinewrap:hover::before {
  animation: shine .75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

#privacy p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
}

#privacy h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  padding-top: 20px;
  color: #9a183c;
}

#privacy h1 {
  font-size: 30px;
  font-weight: 600;
}

#privacy h4 {
  color: #9a183c;
  font-size: 25px;
  padding-top: 15px;
}

#privacy ul li {
  font-size: 16px;
  line-height: 30px;
  padding-top: 4px;
  list-style: disc;
}

.privacy-bottom-ul{
  padding-left: 0 !important;
}

.privacy-bottom-ul li {
  list-style: none !important;
}

.privacy-bottom-ul a {
  color: #9a183c;
  font-weight: 600;
}

#privacy ol li {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  list-style: decimal;
}

#privacy ul,
#privacy ol {
  padding-left: 35px;
}

#privacy {
  padding-bottom: 40px;
  padding-top: 40px;
}

.close-i{
  display: none !important;
}

.footer-logo-img img {
  width: 100%;
  max-width: 306px;
}

.footer-logo p {
  color: #fff;
  font-size: 16px;
  font-family: 'whitney-book';
  font-weight: 500;
  line-height: 32px;
  width: 100%;
  max-width: 338px;
  padding-top: 30px;
}

.footer-col-outer {
  border-bottom: 1px solid #3B3838;
  padding-bottom: 50px;
}

.copywrite-col p {
  color: #fff;
  text-align: center;
}

.footer-col h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: 'metropolis';
  padding-bottom: 18px;
}

.footer-col li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'whitney-book';
  padding-bottom: 0px;
  border-bottom: 0;
  padding-top: 0;
  position: relative;
}

.footer-col .footer-sub-active li::after {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2026/04/angles-right-solid-full.png);
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
  filter: brightness(0) invert(1);
}

.sub-menu.footer-sub-active li {
  padding-left: 25px;
}

.sub-menu.footer-sub-active {
  padding-left: 10px;
}

.sub-menu.footer-sub-active li:hover{
  background-color: transparent !important;
}

.sub-menu.footer-sub-active li:hover a{
  color:#9A183C !important ;
}

.footer-contact a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'whitney-book';
}

.contact-img img {
  width: 100%;
  max-width: 30px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-flex {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin-bottom: 15px;
}

.footer-col a{
  transition: ease-in-out 0.3s;
  display: inline-block;
}

.footer-col a:hover {
  color: #9a183c;
}

.combine-service {
  border-left: 1px solid #3B3838;
  border-right: 1px solid #3B3838;
  padding-left: 90px;
}

.contact-outer{
  padding-left: 50px;
}

.contact-img {
  width: 100%;
  max-width: 30px;
}

/* initial hidden */

#footer-block .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 500ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 350ms ease-out 60ms,
    transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

#footer-block .sub-menu.footer-sub-active {
  max-height: 800px;
  opacity: 1;
  transform: translateY(0);
  display: block;
  z-index: 99999;
}

#footer-block .sub-menu{
  position: relative;
  background: #000;
  border: 0;
  border-radius: 0px;
}

.footer-col a{
  padding-top: 0;
  padding-bottom: 8px;
}

.menu-item-has-children > a{
  position: relative;
}

.menu-item-has-children > a::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url(/wp-content/uploads/2026/04/down-filled-arrow.png);
  background-size: contain;
  position: absolute;
  right: -18px;
  top: 12px;
  background-repeat: no-repeat;
}

.child-active > a::after{
  background-image: url(/wp-content/uploads/2026/04/up-filled-arrow.png);
}

#footer-block .menu-item-has-children > a::after {
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

#footer-block .child-active > a::after {
  background-image: url(/wp-content/uploads/2026/04//up-filled-arrow.png);
  /* transform: rotate(180deg); */
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
}

/* .stats-col::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #7C7C7C;
  position: absolute;
  top: 0;
  right: 28px;
} */

.stats-col {
  border-right: 1px solid #7C7C7C;
  width: 82%;
}

.stats-col:last-child{
  border: transparent;
}

.stats-col:last-child::after{
  display: none;
}

.we-offer-col h4{
  padding-top: 25px;
  padding-bottom: 18px;
  border-bottom: 1px solid #7C7C7C;
  margin-bottom: 20px;
}

.testing-last-content {
  position: absolute;
  top: 0;
  padding: 45px 35px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
}

.last-img img {
  height: 410px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.offer-last-contet h4, .offer-last-contet p{
  color: #fff;
}

.offer-last-contet h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.we-offer-col:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  border-radius: 25px;
}

.we-offer-col{
  transition: all 0.5s;
  overflow: hidden;
}

.globally-col h3{
  font-size: 45px;
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
  font-family: 'metropolis';
}

.globally-col span{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'whitney-book';
  display: inline-block;
  background: #9A183C;
  padding: 8px 20px;
  border-radius: 50px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  /* opacity: 0.8; */
}

.globally-col {
  display: grid;
  grid-template-columns: 330px 280px 1fr;
  border-top: 1px solid #DADADA;
  padding: 25px 0;
  align-items: center;
}

.globally-col:last-child{
  border-bottom: 1px solid #DADADA;
}

.offer-last-contet p{
  opacity: 0.8;
}

.glob-dec p {
  width: 100%;
  max-width: 815px;
}

.btn-titte::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #DADADA;
  position: absolute;
  top: 0;
  right: 65px;
}

.btn-titte{
  height: 58px;
  display: flex;
  align-items: center;
}

.glob-tittle::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #DADADA;
  position: absolute;
  top: 0;
  right: 65px;
}

.serve-box {
  background: #F8F8F8;
  margin-bottom: 35px;
  border-radius: 25px;
  padding: 40px;
}

.serve-box:last-child{
  margin-bottom: 0;
}

.serve-box h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #A8A9AD;
  margin-bottom: 15px;
}

.serve-flex span {
  font-size: 16px;
  font-weight: 500;
  color: #9A183C;
  font-family: 'whitney-book';
  width: 43%;
  border-right: 1px solid #A8A9AD;
  display: block;
  height: 59px;
  text-transform: uppercase;
  padding-right: 15px;
}

.serve-flex {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

.serve-flex p {
  width: 100%;
  max-width: 185px;
  padding-left: 15px;
}

.serve-box {
  transition: all 0.5s;
}

.serve-box:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
  background: #9a183c;
}

.serve-box:hover h4, .serve-box:hover span, .serve-box:hover p{
  color: #fff;
}

/* .indus-mbl{
    display: none;
  } */

.empty-col:nth-of-type(1){
  grid-column: span 3;
}

.empty-col:nth-of-type(2){
  grid-column: span 3;
}

.empty-col:nth-of-type(1) .industry-col{
  width:31.33%
}

.empty-col:nth-of-type(2) .industry-col{
  width: 31.33%
}

#about-stancer h5 {
  width: 100%;
  max-width: 550px;
  padding-bottom: 0;
  padding-top: 12px;
}

#about-stancer{
  margin-right: auto !important;
  margin-left: 0;
  padding-left: 50px !important;
  padding-right: 15px;
}

.steps-wrap {
  display: flex;
  height: 473px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  justify-content: space-evenly;
  align-items: flex-end;
  padding: 0px 55px;
}

.step-col p {
  color: #fff;
  /* opacity: 0.8; */
  width: 100%;
  max-width: 195px;
}

.step-col {
  position: relative;
  padding-left: 50px;
}

.step-col::after {
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2026/04/dotted-line-4x.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  width: 28px;
}

.step-col:nth-of-type(1){
  padding-bottom: 98px;
}

.step-col:nth-of-type(2){
  padding-bottom: 198px;
}

.step-col:nth-of-type(3){
  padding-bottom: 120px;
}

.step-col:nth-of-type(4){
  padding-bottom: 110px;
}

.str-white strong{
  color: #fff;
}

.user-flex {
  display: grid;
  grid-template-columns: 75px 1fr;
  padding-bottom: 22px;
}

.user-img img {
  width: 100%;
  max-width: 55px;
}

.user-name img {
  width: 100%;
  max-width: 104px;
}

.user-name span {
  font-size: 24px;
  color: #000;
  font-family: 'metropolis';
  padding-top: 5px;
  display: inline-block;
}

.trusted-col h3 {
  font-size: 26px;
  color: #000;
  font-family: 'metropolis';
  font-weight: 500;
  padding-bottom: 10px;
}

.trusted-col p{
  color: #000;
  width: 100%;
  max-width: 485px;
}

.admin-btn {
  background: #9A183C;
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  text-align: center;
}

.date-txt {
  color: #B9A57F;
  width: 100%;
}

.line {
  height: 1px;
  width: 100%;
  background: #A8A9AD;
}

.date-icon {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  padding: 35px 0 22px;
}

.blog-col{
  transition: all 0.5s;
}

.blog-col:hover{
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
}

/* .article-left p {
  opacity: 0.8;
} */

.industry-bottom b {
  color: #9A183C;
  font-weight: 500;
}

.industry-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.form-tittle h2 {
  width: 100%;
  max-width: 428px;
  font-weight: 700;
  font-size: 65px !important;
}

.form-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 80px;
}

.form-inner {
  padding: 40px 40px;
  background: #fff;
  border-radius: 15px;
}

.input-flex {
  display: flex;
  gap: 35px;
  justify-content: space-between;
  padding-bottom: 35px;
}

.form-inner input {
  background-color: transparent;
  border-bottom: 1px solid #7C7C7C;
  padding-bottom: 20px;
  width: 100%;
}

.form-inner  .field {
  width: 100%;
}

.form-inner textarea {
  background-color: transparent;
  border-bottom: 1px solid #7C7C7C;
  padding-bottom: 20px;
  width: 100%;
  resize: none;
}

.form-inner input::-moz-placeholder, .form-inner textarea::-moz-placeholder{
  color: #000000;
  font-size: 16px;
  opacity: 0.8;
}

.form-inner input::placeholder, .form-inner textarea::placeholder{
  color: #000000;
  font-size: 16px;
  opacity: 0.8;
}

.note-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}

.form-inner input:focus-visible, .form-inner textarea:focus-visible{
  outline: none;
}

#glob-banner .box-inner h1{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 87%;
  max-width: 98%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x));
  /* background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); */
  text-align: left;
  color: #fff;
  font-size: 40px;
}

#glob-banner img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.audio-stancer-content p{
  padding-bottom: 25px;
}

#hero-home .emc-text h2 {
  padding-right: 114px;
}

#hero-home .emc-text h2 strong{
  color: #9A183C;
}

#hero-home .emc-text p{
  color: #000;
  /* opacity: 0.8; */
  padding-bottom: 0px;
  padding-top: 5px
}

.accord-tittle h3{
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: 'metropolis';
}

#hero-home .emc-text h3{
  color: #000;
}

.accord-outer:nth-of-type(1){
  border-top: 1px solid #DADADA;
  margin-top: 20px;
}

.accord-outer {
  border-bottom: 1px solid #DADADA;
}

.accord-outer:last-child {
  border-width: 0.5px !important;
}

.accord-outer .p-4 {
  padding-left: 0;
  padding-bottom: 10px;
}

.accord-content p {
  padding-top: 0 !important;
}

.material-symbols-outlined img {
  width: 100%;
  max-width: 41px;
}

#mission .we-offer-col h4{
  border-bottom: 0;
  margin-bottom: 0;
}

#mission h6 {
  color: #9A183C;
  font-size: 24px;
  font-weight: 500;
  font-family: 'metropolis';
  border-bottom: 1px solid #A8A9AD;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

/* #expert-testing h2 {
  color: #fff;
} */

#expert-testing h2 strong {
  color: #9A183C;
}

.emc-testing-opton h4{
  color: #000;
  padding-bottom: 5px;
}

.testinginner {
  padding: 20px 0;
  border-top: 1px solid #DADADA;
}

.testinginner:nth-of-type(1){
  margin-top: 20px;
}

#about-stance-h2 h2 {
  width: 100%;
  max-width: 684px;
}

#contact-wrap h4 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 13px;
}

#contact-wrap p{
  opacity: 0.8;
}

#contact-wrap p a{
  opacity: 0.8;
}

#contact-wrap p a:hover{
  color:#9A183C ;
  opacity: 1;
}

#contact-wrap .we-offer-col{
  border: 1px solid #DEDEDE;
}

.hours-col {
  display: flex;
  justify-content: space-between;
}

.hours-info {
  width: 44%;
}

#lets-connect input {
  padding-bottom: 0;
  border: 1px solid #DEDEDE;
  padding: 14px;
  border-radius: 7px;
}

#lets-connect input::-moz-placeholder, #lets-connect textarea::-moz-placeholder{
  color: #3B3B3B;
}

#lets-connect input::placeholder, #lets-connect textarea::placeholder{
  color: #3B3B3B;
}

#lets-connect textarea {
  padding-bottom: 0;
  border: 1px solid #DEDEDE;
  padding: 14px;
  border-radius: 7px;
  height: 150px;
}

#lets-connect .input-flex{
  gap: 15px;
}

.input-space{
  padding-bottom: 35px;
}

#lets-connect .form-inner{
  padding-left: 0;
  padding-right: 70px;
}

#faqs .accord-tittle h3{
  color: #000000;
  padding-right: 25px;
}

#faqs .accord-outer{
  border-color: #A8A9AD;
}

#faqs .accord-outer .p-4 {
  padding-left: 0;
  padding-bottom: 15px;
  padding-top: 20px;
}

#faqs .accord-content p {
  padding-bottom: 20px;
  /* opacity: 0.8; */
  padding-left: 70px;
  padding-right: 100px;
}

#faqs .accord-tittle {
  display: flex;
  align-items: center;
  gap: 30px;
}

#faqs .accord-tittle img {
  width: 100%;
  max-width: 32px;
}

#single-content img {
  /* border: 1px solid #DEDEDE; */
  border-radius: 20px;
  /* margin-bottom: 30px; */
}

.single-tittle h1 {
  font-size: 40px;
  font-weight: 500;
  padding-bottom: 14px;
  padding-top: 25px;
}

.article-content h2 {
  font-size: 30px;
  font-weight: 500;
  /* padding-top: 25px; */
  padding-bottom: 14px;
}

.article-content p {
  padding-bottom: 25px;
  opacity: 0.8;
}

.article-content ul {
  list-style: disc;
  padding-left: 20px;
}

.article-content li {
  font-size: 16px;
  color: #000;
  opacity: 0.8;
  font-family: 'metropolis';
  line-height: 28px;
}

.recent-article h3 {
  font-size: 40px;
  color: #000;
  font-family: 'metropolis';
  font-weight: 500;
}

.recent-article-flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.recent-img img {
  width: 187px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px !important;
  /* border: 0 !important; */
}

.recent-article h6 {
  font-size: 30px;
  color: #000;
  font-family: 'metropolis';
  font-weight: 500;
}

.recent-img{
  width: 100%;
  max-width: 187px;
}

.recent-article h3{
  padding-bottom: 20px;
}

.tick-icon i {
  height: 120px;
  width: 120px;
  background: #9A183C;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 60px;
  border-radius: 50%;
}

.tick-icon{
  text-align: center;
  display: flex;
  justify-content: center;
}

.step-content p{
  text-align: left;
  /* border-bottom: 1px solid #5D2C3E; */
  padding-bottom: 20px;
}

#conformity li {
  font-size: 16px;
  padding-bottom: 8px;
  color: #000;
  /* opacity: 0.8; */
  position: relative;
  padding-left: 20px;
}

#conformity ul{
  padding-bottom: 18px;
  padding-top: 18px;
}

#conformity li::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: #9A183C;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

#conformity .audio-stancer-content p{
  padding-bottom: 0;
}

.how-stancer-wrap ol li {
  font-family: 'whitney-book';
  font-size: 16px;
  color: #000;
  /* opacity: 0.8; */
  padding-bottom: 5px;
}

.how-stancer-wrap ol{
  padding: 25px 0;
}

.how-stancer-wrap ul li{
  font-size: 16px;
  padding-bottom: 8px;
  color: #000;
  opacity: 0.8;
  position: relative;
  padding-left: 20px;
}

.how-stancer-wrap ul li::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: #9A183C;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

/* .how-stancer-wrap p, .procedure-right p, #submission-procedure .accord-content p, .comprehensive-content p, .access-col p, .undersatnding-right p{
  opacity: 0.8;
} */

#submission-procedure .accord-tittle h3 {
  color: #000;
}

#submission-procedure .accord-content p{
  padding-right: 75px;
  padding-bottom: 15px;
}

#submission-procedure .accord-outer:nth-of-type(1) {
  border-top: 1px solid #A8A9AD;
  margin-top: 20px;
}

#submission-procedure .accord-outer {
  border-bottom: 1px solid #A8A9AD;
}

.comprehensive-content p {
  padding-bottom: 15px;
  border-bottom: 1px solid #A8A9AD;
  margin-bottom: 15px;
  padding-top: 6px;
}

.access-col h6 {
  background: #9A183C;
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  font-family: 'metropolis';
  height: 60px;
  width: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.access-col {
  display: flex;
  align-items: center;
  gap: 40px;
  transition: all 0.5s;
}

.access-col p{
  border-bottom: 1px solid #A8A9AD;
  padding-bottom: 25px;
}

.access-col:hover {
  background: #9a183c;
}

.access-col:hover p{
  color: #fff;
  opacity: 1;
  border-color: #fff;
}

.access-col:hover h6{
  background-color: #fff;
  color: #9a183c;
}

.access-wrap {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  margin-top: 30px;
}

.we-support-sec .container-wrapper p{
  color: #000 !important;
}

.we-support-sec .container-wrapper h6{
  color: #000 !important;
  margin-bottom: 18px !important;
  border-color: #DADADA !important;
}

.we-support-sec .container-wrapper .we-offer-col:hover{
  box-shadow: none;
}

#globally-our-process .globally-col{
  border-top: 1px solid #AEAEAE;
  grid-template-columns: 330px 405px 1fr;
}

#globally-our-process .btn-titte::after, #globally-our-process .glob-tittle::after{
  background: #AEAEAE;
}

#globally-our-process .globally-col h3, #globally-our-process .globally-col p{
  color: #000000;
}

#globally-our-process .globally-col h3{
  font-weight: 500;
  font-size: 26px;
  height: 70px;
  display: flex;
  align-items: center;
}

#globally-our-process .globally-col span{
  max-width: 72px;
  opacity: 1;
  margin-left: 45px;
}

#globally-our-process .globally-col:last-child {
  border-bottom: 1px solid #AEAEAE;
}

.under-col p{
  opacity: 0.8;
  width: 100%;
  max-width: 265px;
}

.undersatnding-left {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  padding-right: 65px;
}

.under-col{
  position: relative;
}

.under-col:nth-of-type(1):after {
  content: "";
  display: block;
  background: #AEAEAE;
  height: 1px;
  width: 95%;
  position: absolute;
  bottom: -30px;
}

.under-col:nth-of-type(2)::before {
  content: "";
  display: block;
  background: #AEAEAE;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 10px;
  left: -40px;
}

.under-col:nth-of-type(4)::before {
  content: "";
  display: block;
  background: #AEAEAE;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 10px;
  left: -40px;
}

.under-col:nth-of-type(2):after {
  content: "";
  display: block;
  background: #AEAEAE;
  height: 1px;
  width: 95%;
  position: absolute;
  bottom: -30px;
}

.under-col:nth-of-type(1) .circle-col:nth-of-type(1)::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #9A183C;
  border-radius: 50px;
  position: absolute;
  bottom: -34px;
  z-index: 9999;
}

.under-col:nth-of-type(2) .circle-col:nth-of-type(1)::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #9A183C;
  border-radius: 50px;
  position: absolute;
  bottom: -34px;
  z-index: 9999;
  right: 8px;
}

.under-col:nth-of-type(2) .circle-col:nth-of-type(1)::before{
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #9A183C;
  border-radius: 50px;
  position: absolute;
  top: 0;
  z-index: 9999;
  left: -44px;
}

.under-col:nth-of-type(4) .circle-col:nth-of-type(1)::before{
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #9A183C;
  border-radius: 50px;
  position: absolute;
  bottom: -16px;
  z-index: 9999;
  left: -44px;
}

.stats-col span p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.offer-icon img {
  width: 80px;
  height: 80px;
}

.recent-article img {
  margin-bottom: 30px;
}

/* .mega-drop .sub-menu {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
  right: 0;
  top: 0;
} */

.mega-sub-menu-wrapper{
  position: absolute;
  left: 0;
  top: 56px;
  width: 100%;
  max-width: 1665px;
  margin: 0 auto;
  right: 0;
  padding-top: 34px;
}

.mega-drop .sub-menu {
  min-width: 100% !important;
  left: 0 !important;
  width: 100%;
}

.drop-divide{
  height: 100%;
  min-height: 450px;
  border: 1px solid #DEDEDE !important;
}

.industry-outer .drop-divide{
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  align-items: center;
  gap: 70px;
  padding: 0 30px;
}

.drop-divide .submenu-item a {
  flex-direction: column;
  text-align: center;
  gap: 65px;
}

.industry-outer .drop-divide .submenu-item a img{
  height: 148px;
  width: 162px;
}

.drop-divide li{
  border: none;
  height: 100%;
}

.drop-divide li:hover {
  background-color: transparent;
  color: red;
}

.sub-menu.drop-divide li a::after{
  display: none !important;
}

.sub-menu.drop-divide li:hover span {
  color: #370215;
}

.sub-menu.drop-divide li span{
  color: #9A183C;
  font-family: 'metropolis';
  font-weight: 400;
  font-size: 15px;
  text-transform: unset;
}

.li-b .drop-divide li {
  position: relative;
}

.li-b .drop-divide li::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #DEDEDE;
  right: -33px;
  position: absolute;
  top: 0;
  display: none;
}

.li-b .drop-divide li:last-child::after{
  display: none;
}

.accreditions-outer .drop-divide{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center;
  gap: 70px;
  padding: 0 30px;
}

.accreditions-outer .drop-divide .submenu-item a img {
  height: 265px;
  width: 305px;
}

.head-a-btn span {
  color: #fff !important;
  font-weight: 500 !important;
  font-family: 'metropolis' !important;
  text-transform: uppercase !important;
}

.head-a-btn span i{
  color: #fff !important;
  padding-left: 10px !important;
}

.h-tittle {
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%;
  max-width: 330px;
}

.resource-nav-outer .drop-divide{
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: center;
  gap: 70px;
  padding: 0 30px;
}

.resource-nav-outer .drop-divide .submenu-item a img {
  height:280px;
  width: 425px;
}

.head-a-btn{
  display: inline-block;
  max-width: 250px;
  width: 100%;
}

.resource-nav-outer .drop-divide .flex.items-center.gap-3.w-full.no-underline span{
  background: #9A183C;
  padding: 14px 52px 14px 30px;
  color: #fff;
  position: relative;
  margin-top: -25px;
}

.resource-nav-outer .drop-divide .flex.items-center.gap-3.w-full.no-underline span::after{
  content: "";
  display: block;
  background-image: url(/wp-content/uploads/2026/04/right-arroe-img-2.png);
  height: 12px;
  width: 36px;
  background-repeat: no-repeat;
  position: absolute;
  top: 18px;
  right:5px;
}

.h-dec {
  width: 100%;
  max-width: 316px;
}

/* =========================================================================
   TWO-COLUMN MEGA MENU
   (Industries, Accreditations, Resources, Company)
   Left: section label + vertical links · Right: hover-switched preview image
   ========================================================================= */

/* Centered on screen: the <li> are position:static, so the wrapper is
   contained by the sticky .header-fixed (full width) and centered with auto
   margins — same anchor the full-width Services mega menu uses. */

.mega-two-col-wrapper {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  transform: none;
  width: -moz-max-content;
  width: max-content;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 26px;
  /* visual gap below nav while keeping the hover bridge */
}

.mega-two-col {
  display: flex;
  gap: 46px;
  align-items: stretch;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.10);
  padding: 34px 40px;
}

.mega-col.mega-left {
  flex: 1 1 auto;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

.mega-col.mega-right {
  flex: 0 0 auto;
}

.mega-section-label {
  display: block;
  color: #9A183C;
  font-family: 'metropolis';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 9px;
  text-align: left;
}

.mega-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.mega-link-item {
  margin: 0;
}

.mega-link {
  display: block;
  padding: 8px 0;
  color: #1d1d1b;
  font-family: 'metropolis';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mega-link span {
  display: inline;
  color: inherit;
  text-transform: none;
  font-family: 'metropolis';
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  display: block;
}

.mega-link:hover,
.mega-link.is-active {
  color: #9A183C;
}

.mega-preview-stack {
  position: relative;
  width: 340px;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f3f3;
}

.mega-preview-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.mega-preview-img.is-active {
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .mega-two-col-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-top: 6px;
  }

  .mega-two-col {
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }

  .mega-col.mega-right {
    display: none;
  }

  .mega-section-label {
    display: none;
  }

  .mega-link {
    color: #fff;
    font-size: 14px;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  }

  .mega-link:hover,
  .mega-link.is-active {
    color: #fff;
  }

  .mega-link-item:last-child .mega-link {
    border-bottom: 0;
  }
}

/* ===== end two-column mega menu ===== */

/* Constrain the full-width Services mega menu to a centered, narrower box. */

.service-outer .mega-sub-menu-wrapper {
  max-width: 1280px;
}

.service-outer .drop-divide{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
}

.inter-content-col{
  padding-top: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #A8A9AD;
}

.inter-content-col li{
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  padding-bottom: 10px;
}

.inter-content-col li::after{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color:#9A183C;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

#emission-benifits li{
  color: #000;
  font-size: 18px;
  padding-bottom: 10px;
  padding-left: 25px;
  position: relative;
  /* opacity: 0.8; */
  font-family: 'whitney-book';
}

#emission-benifits li::after{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color:#9A183C;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.emission-text p{
  padding-bottom: 18px;
}

.emission-img p {
  width: 100%;
  max-width: 735px;
}

.emission-img img{
  height: 453px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  max-width: 746px;
}

.offer-icon h6 {
  font-size: 30px;
  font-weight: 500;
  font-family: 'metropolis';
  background: #9A183C;
  color: #fff;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

#fcc-certification h4 {
  padding-bottom: 15px;
}

#regulatory-approval p{
  padding-bottom:20px;
  width: 100%;
  max-width: 1320px;
}

#regulatory-approval li{
  font-size: 16px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 22px;
}

#regulatory-approval ul{
  padding-top: 20px;
}

#regulatory-approval li::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color:#9A183C;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

#fcc-service p{
  opacity: 1;
}

.fcc-service-content img {
  border-radius: 25px;
  margin-top: 38px;
  margin-bottom: 15px;
}

.fcc-service-content p {
  color: #000;
  padding-top: 20px;
}

.fcc-service-content h4{
  color: #000;
  padding-top: 30px;
}

.fcc-service-content h6{
  color: #000;
  font-size: 24px;
  font-weight: 500;
  padding-top: 12px;
}

.fcc-service-content li{
  color: #000;
  font-size: 16px;
  position: relative;
  padding-left: 22px;
  padding-bottom: 5px;
}

.fcc-service-content li::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color:#9A183C;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 0;
}

.fcc-service-content ul {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 20px;
  margin-top: 20px;
}

.ised-content p {
  padding-bottom: 30px;
}

.ised-content {
  padding-top: 2px;
}

#emision-process .emisson-process-accrodian .accord-outer:nth-of-type(1) {
  border-top: 1px solid #A8A9AD;
  margin-top: 20px;
}

#emision-process .emisson-process-accrodian .accord-outer {
  border-bottom: 1px solid #A8A9AD;
}

#emision-process .emisson-process-accrodian h3{
  color: #000000;
}

.accord-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 450ms cubic-bezier(0.4, 0, 0.2, 1);
}

.accord-panel.is-open {
  grid-template-rows: 1fr;
}

.accord-panel-inner {
  min-height: 0;
  opacity: 0;
  transition: opacity 300ms ease-out 80ms;
}

.accord-panel.is-open .accord-panel-inner {
  opacity: 1;
}

.accord-outer .material-symbols-outlined img {
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
}

#iso-certifes h2{
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}

#iso-certifes p{
  width: 100%;
  max-width: 1252px;
  margin: auto;
}

#repater-section .hightlight-text p {
  width: 100%;
  max-width: 610px;
}

.repaet-outer {
  padding-bottom: 64px;
}

#repater-section .repaet-outer:nth-of-type(even) .hightlight-text{
  order: 1;
}

.repaet-outer.grid-2.mbl-layout {
  gap: 80px;
}

#repater-section .repaet-outer:last-child{
  padding-bottom: 0;
}

#testing-capabilities .table-wrapper {
  width: 100%;
  overflow: hidden;
}

#testing-capabilities .custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
}

#testing-capabilities .custom-table thead th {
  background: #9A183C;
  color: #fff;
  text-align: left;
  padding: 22px 45px;
  font-size: 26px;
  font-weight: 500;
  font-family: 'metropolis';
  border: 1px solid #D4D4D4BD;
}

#testing-capabilities .custom-table tbody td {
  padding: 22px 45px;
  border: 1px solid #D4D4D4;
  /* background: #f8f8f8; */
  font-size: 17px;
  font-weight: 400;
  font-family: 'metropolis';
  text-align: left;
}

#testing-capabilities .table-wrapper {
  margin-top: 30px;
}

.why-chosoe-capabilities-wrap{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.capabilities-inner-col {
  background: #fff;
  border: 1px solid #D4D4D4;
  padding: 35px;
  border-radius: 25px;
  margin-bottom: 30px;
  transition: all 0.5s;
  overflow: hidden;
}

.capabilities-inner-col:hover{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  -moz-transform: translate(0px, -10px);
}

.capabilities-inner-col img{
  width: 100%;
  max-width: 80px;
  padding-bottom: 25px;
}

.capabilities-inner-col h4 {
  padding-bottom: 15px;
}

.quality-content h4 {
  width: 100%;
  max-width: 680px;
  padding-bottom: 30px;
}

.quality-content li{
  position: relative;
  font-size: 16px;
  font-family: 'whitney-book';
  padding-left: 20px;
  padding-bottom: 5px;
}

.quality-content li::after{
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  background-color: #9A183C;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left:0 ;
}

.quality-content p {
  padding-top: 10px;
}

#testi-reviews .trusted-col {
  border: 1px solid #D4D4D4;
  padding: 30px;
  border-radius: 10px;
  transition: 0.5s;
}

#testi-reviews .trusted-col:hover{
  background-color: #9A183C;
  border-color: #9A183C;
}

#testi-reviews .trusted-col:hover span, #testi-reviews .trusted-col:hover h3, #testi-reviews .trusted-col:hover p{
  color: #fff;
}

.events-wrap {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 30px;
}

.events-cols-outer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.events-deatil-content h2 {
  font-size: 32px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 10px;
}

.events-deatil-content span {
  color: #9A183C;
  font-size: 16px;
  display: inline-block;
  font-family: 'metropolis';
  font-weight: 500;
  position: relative;
}

.events-deatil-content span i{
  top: 5px;
  position: absolute;
  padding-left: 7px;
}

.events-deatil-content a {
  color: #9A183C;
  padding-top: 14px;
  display: inline-block;
  transition: 0.5s;
}

.events-col {
  border: 1px solid #DADADA;
  border-radius: 22px;
  margin-bottom: 15px;
  transition: 0.5s;
}

.events-col:hover{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 20px;
  transform: translate(0px, -10px);
}

.events-deatil-content a:hover{
  text-decoration: underline;
}

.events-deatil-content {
  padding: 25px;
}

.date-col h6 {
  text-align: center;
  display: inline-block;
}

.date-col {
  background: #9A183C;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 130px;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 22px;
}

.event-img {
  position: relative;
}

.event-sidebar-content {
  border: 1px solid #DADADA;
  border-radius: 20px;
  padding: 25px;
}

.event-cta-wrap {
  background: #9F1735;
  border-radius: 22px;
  padding: 50px;
  display: grid;
  grid-template-columns: 1fr 895px;
  gap: 25px;
  align-items: center;
}

.event-cta-wrap h2 {
  font-size: 42px;
  padding-bottom: 0;
  text-align: left;
}

.cta-input input {
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}

.cta-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-input {
  width: 40%;
}

.cta-input input::-moz-placeholder{
  color: #3B3B3B;
  font-size: 16px;
  font-family: 'whitney-book';
}

.cta-input input::placeholder{
  color: #3B3B3B;
  font-size: 16px;
  font-family: 'whitney-book';
}

.cta-input input:focus-visible{
  outline: none;
}

.webinar-content > span{
  color: #9A183C;
  font-size: 25px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'metropolis';
  font-weight: 500;
  padding-bottom: 12px;
}

#time-date h4{
  font-family: 'metropolis';
  font-size: 38px;
  color: #000;
  font-weight: 600;
}

.time-content span {
  font-size: 25px;
  font-weight: 500;
  font-family: 'metropolis';
  display: inline-block;
}

.time-flex {
  display: flex;
  gap: 95px;
  padding: 15px 0;
}

.loc p {
  padding-top: 6px;
}

.time-content {
  width: 100%;
  max-width: 210px;
}

.time-date-wrap {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 25px;
}

#event-detail-outer h4{
  padding-top: 25px;
  padding-bottom: 15px;
}

#event-detail-outer li{
  font-size: 16px;
  color: #000;
  font-family: 'whitney-book';
  padding-bottom: 12px;
  padding-left: 25px;
  position: relative;
}

#event-detail-outer ul{
  padding: 25px 0;
}

#event-detail-outer li::after{
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  background-color:#9F1735;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.webinar-img {
  padding-right: 54px;
}

.webinar-img img{
  border-radius: 22px;
}

#our-speaker .webinar-deatils-wrap {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  padding-top: 45px;
  margin-bottom: 25px;
  padding-bottom: 50px;
}

.share-event i:hover {
  color: #9a183c;
}

.realted-event-outer {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

/* BASE */

.custom-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* ACTIVE */

.custom-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* OVERLAY */

.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
}

/* CONTENT */

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%) scale(0.95);
  opacity: 0;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 770px;
  transition: all 0.35s ease;
}

/* ACTIVE CONTENT ANIMATION */

.custom-popup.active .popup-content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* CLOSE BUTTON */

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  background: #9a183c;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s;
}

.popup-close:hover{
  background-color: #370215;
}

html.popup-opened {
  overflow: hidden;
}

#popform .form-inner {
  padding-left: 0;
}

#popform h2 {
  font-size: 40px;
}

#popform .input-flex{
  padding-bottom: 25px;
}

#popform .comp {
  padding-bottom: 25px;
}

#popform .form-inner textarea{
  padding-bottom: 6px;
}

.stepbox-img img {
  border-radius: 30px;
}

.inter-content-col h6 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  font-family: 'metropolis';
  padding: 14px 0 8px;
}

.emission-text p strong, .emission-img p strong {
  font-weight: 500;
  color: #9A183C;
}

.beofiit-with-p h4 {
  color: #000;
  font-size: 24px;
  font-family: 'metropolis';
  font-weight: 500;
  padding-top: 17px;
}

.benfiit-with-ttl h4 {
  color: #000;
  font-size: 24px;
  font-family: 'metropolis';
  font-weight: 500;
  padding-top: 17px;
  padding-bottom: 10px;
}

.benfiit-with-ttl p {
  color: #000 !important;
  padding-top: 2px;
  padding-bottom: 0px !important;
  opacity: 1 !important;
}

.postid-633 #emission-benifits{
  padding-bottom: 0 !important;
}

.beofiit-with-p p {
  color: #000 !important;
  padding-top: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  opacity: 1 !important;
}

.emisson-process-accrodian h3 {
  width: 100%;
  max-width: 645px;
}

.postid-594 .em-img{
  padding-top: 0;
}

.postid-594 .em-img img{
  height: auto;
}

.postid-594 #emision-process{
  background-color: #fff;
}

#emission-benifits p {
  /* color: #fff;
  opacity: 0.8; */
  padding-bottom: 16px;
}

.postid-625 #emission-benifits p {
  color: #000;
  opacity: 1;
}

.postid-625 #emission-benifits{
  background-color: #F8F8F8;
  padding-top: 70px;
}

.benfiit-with-ttl {
  border-top: 1px solid #B45871;
  padding-bottom: 20px;
  padding-top: 5px;
}

.emc-ul {
  padding-bottom: 18px;
}

.emc-ul-t {
  padding-top: 18px;
}

.benfiit-with-ttl p strong {
  color: #9A183C;
  font-weight: 500;
}

.benfiit-with-ttl.l-bnf {
  padding-bottom: 0;
}

.emission-text.hightlight-text h4 {
  font-size: 25px;
  font-weight: 500;
  font-family: 'metropolis';
}

.step-content > div {
  border-bottom: 1px solid #DADADA;
}

.step-content div ul{
  padding-bottom: 20px;
}

.step-content div ul li {
  color: #000;
  text-align: left;
  padding-bottom: 8px;
  /* opacity: 0.8; */
  padding-left: 22px;
  position: relative;
}

.step-content div ul li::after{
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #9A183C;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.accord-content {
  padding-bottom: 15px;
}

.postid-314  #steps{
  padding-top: 0;
}

.industry-ben-col h6 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  font-family: 'metropolis';
  padding-bottom: 4px;
}

.industry-ben-col::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  height: 7px;
  width: 7px;
  border-radius: 50px;
  background: #9A183C;
}

.industry-ben-col {
  position: relative;
  padding-left: 20px;
}

.page-template-iso #about-stance-h2 h2 {
  width: 100%;
  max-width: 660px;
}

.page-template-vcci #regulatory-approval p{
  max-width: 100%;
}

.page-template-vcci #fcc-service {
  margin-top: 70px;
}

.filter-group-drop {
  border-bottom: 1px solid #DADADA;
}

.filter-group-input input {
  padding: 10px 50px 10px 15px;
  border: 1px solid #DADADA;
  background: #F8F8F8;
  border-radius: 5px;
}

.filter-group-input input:focus-visible{
  outline: none;
}

.filter-group-input input::-moz-placeholder{
  font-size: 16px;
  color: #919191;
  font-family: 'metropolis';
  font-weight: 500;
}

.filter-group-input input::placeholder{
  font-size: 16px;
  color: #919191;
  font-family: 'metropolis';
  font-weight: 500;
}

.filter-group-drop {
  padding-bottom: 15px;
}

.filter-group-drop span {
  font-family: 'metropolis';
  font-weight: 500;
  font-size: 16px;
}

.filter-group-input {
  margin-top: 15px;
  margin-bottom: 35px;
}

.event-sidebar-content i {
  font-size: 14px;
}

.cta-from .form-input-hint {
  color: #fff;
}

.filter-group-input input {
  background-image: url(/wp-content/uploads/2026/05/serach-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 16px;
  background-position-x: 95%;
}

html[lang="fr"] #French {
  display: none;
}

html[lang="en-US"]  #English  {
  display: none;
}

html[lang="auto"] #English {
  display: none;
}

#flags {
  width: 25px !important;
}

html {
  margin-top: 0 !important;
}

#trusted-by .swiper-slide-active {
  background: #9A183C !important;
  margin-right: 23px;
  border-radius: 5px;
  transition: ease-in-out 0.3s;
}

#trusted-by .swiper-slide-active .trusted-col{
  background: #9A183C !important;
  border: none !important;
}

#trusted-by .trusted-col {
  padding: 30px;
  background: #fff;
  border: 1px solid #DADADA;
  margin-right: 23px;
  border-radius: 5px;
}

#trusted-by .swiper-slide-active span, #trusted-by .swiper-slide-active h3, #trusted-by .swiper-slide-active p{
  color: #fff;
}

.submission-ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}

.submission-ul li::after{
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  background-color: #9A183C;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 10px;
}

.page-template-submission-and-registration .procedure-right {
  padding-left: 60px;
}

.page-template-global-market-access .procedure-right{
  padding-left: 60px;
}

.page-template-global-market-access #we-support .we-offer-col {
  padding-left: 0;
}

.accord-outer.overflow-hidden.active .material-symbols-outlined img {
  rotate: 180deg;
}

.hoem-slide-arrow i {
  background: #fff;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #DBDBDB;
  transition: ease-in-out 0.3s;
}

.hoem-slide-arrow{
  position: absolute;
  left: 0;
  bottom: -55px;
}

.hoem-slide-arrow i:hover{
  background-color: #9A183C;
  border-color: #9A183C;
  color: #fff;
}

/* .service-outer .submenu-item:hover ul li a {
  color: #000 !important;
}
.service-outer .submenu-item li:hover a{
  color: #000 !important;
}
.service-outer .sub-menu li:hover a {
  color: #0b0b0b !important;
} */

.service-outer .sub-menu {
  box-shadow: none;
  border: none;
}

.service-outer .sub-menu li:hover > a {
  color: #9a183c !important;
}

.service-outer .submenu-item a:hover {
  color: #9a183c !important;
}

.service-outer .sub-menu .block {
  color: #000 !important;
}

.service-outer .sub-menu a{
  text-align: left;
}

.service-outer .submenu-item{
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  padding: 0;
}

.service-outer .nested-sub-menu {
  order: 2;
  position: relative;
  height: 40px;
}

.service-outer h3{
  font-family: 'metropolis';
  font-size: 16px;
  color: #9A183C;
  font-weight: 500;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  padding-top: 40px;
  /* border-bottom: 1px solid #DEDEDE; */
  width: 100%;
  padding-left: 40px;
  padding-bottom: 15px;
  /* margin-bottom: 25px; */
}

.service-outer .submenu-item a{
  line-height: 30px;
}

.service-outer .nested-sub-menu .submenu-item::after{
  display: none !important;
}

.service-outer .sub-menu.drop-divide {
  padding: 0;
}

.service-outer .nested-sub-menu {
  padding-left: 40px;
}

.service-outer .drop-divide li::after{
  right: 10px !important;
  z-index: 9999;
}

.service-outer .sub-menu{
  min-width: 100% !important;
}

.service-outer .nested-sub-menu a {
  font-family: 'metropolis';
  font-size: 16px;
  color: #000 !important;
  font-weight: 400 !important;
  letter-spacing: 0.65px;
  text-transform: capitalize !important;
}

.service-outer a:hover {
  color: #9A183C !important;
}

/* .menu-item-has-children .nested-sub-menu{
  background-color: red;
} */

.nested-sub-menu li .nested-sub-menu {
  background: #F8F8F8;
  height: auto;
  padding-left: 0px;
  box-shadow: 0px 4px 4px 0px #00000026;
  border: 1px solid #DEDEDE;
}

.nested-sub-menu li .nested-sub-menu li:hover {
  background-color: #FFF;
  border-radius: 0;
}

.nested-sub-menu li .nested-sub-menu li:hover a{
  color: #000;
}

.testing-outer-nav li:hover{
  background: #F8F8F8;
}

.testing-outer-nav li{
  padding-left: 60px !important;
  padding-right: 0px !important;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}

.testing-outer-nav ul{
  padding-left: 0 !important;
}

.testing-outer-nav .nested-sub-menu li > .nested-sub-menu {
  left: 97% !important;
  z-index: 99999;
  top: -42px;
  padding: 10px 0;
}

.nested-sub-menu li .nested-sub-menu{
  display: none !important;
}

.nested-sub-menu li:hover > .nested-sub-menu{
  display: block !important;
}

.testing-outer-nav ul a{
  padding-top: 6px;
  padding-bottom: 6px;
}

.modeling ul {
  z-index: 1;
}

/* .submenunest-active ul{
  display: block !important;
}
.service-outer .submenunest-active .nested-sub-menu {
    display: block !important;
    margin-top: -15px;
  }
  .service-outer .nested-sub-menu {
  order: 2;
  position: relative;
  height: auto;
}
.service-outer .nested-sub-menu {
  padding-left: 0;
} */

.service-outer h3 i{
  display: none;
}

.service-outer .fa-solid.fa-arrow-right {
  position: absolute;
  right: 35px;
  top: 13px;
}

.testing-outer-nav li:hover::before {
  content: "";
  display: block;
  height: 65%;
  width: 3px;
  background-color: #9F1735;
  position: absolute;
  top: 8px;
  left: 45px;
}

.nested-sub-menu li .nested-sub-menu li {
  padding-left: 16px !important;
}

.nested-sub-menu li .nested-sub-menu li::before{
  display: none;
}

.faq-ul li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  padding-bottom: 5px;
}

.faq-ul {
  padding-left: 72px;
}

.faq-ul li::after{
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background-color: #9F1735;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.accord-content h3 {
  padding-left: 72px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.indus-ul li {
  color: #fff;
  list-style: disc;
  padding-left: 20px;
  padding-top: 6px;
  position: relative;
  padding-bottom: 5px;
}

.indus-ul li::after{
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 0;
}

.single-industries .accord-content h3 {
  color: #fff;
  padding-left: 0;
  font-size: 25px;
}

.service-outer .arrow-wrapper .fa-angle-down{
  display: none;
}

.service-outer .arrow-wrapper{
  width: 100%;
}

.page-id-887 .entry-title{
  display: none;
}

#privacy h2 {
  color: #9a183c;
}

.page-template-emc-testing .we-offer-col {
  position: relative;
  padding-bottom: 90px;
}

.page-template-emc-testing .we-offer-col a{
  position: absolute;
  bottom: 0;
  padding-bottom: 33px;
}

.testi-prev {
  background: #9A183C;
  background-color: rgb(154, 24, 60);
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'metropolis';
  border: 1px solid #9A183C;
  transition: ease-in-out 0.3s;
  opacity: 1;
}

.testi-next {
  background: #9A183C;
  background-color: rgb(154, 24, 60);
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'metropolis';
  border: 1px solid #9A183C;
  transition: ease-in-out 0.3s;
  opacity: 1;
}

.testi-next:hover{
  background-color: #fff;
  color:#9A183C;
}

.testi-prev:hover{
  background-color: #fff;
  color:#9A183C;
}

.zoom-effect img{
  transition: all .2s ease-in-out;
}

.zoom-effect img:hover{
  transform: scale(1.02);
}

.hours-col a:hover p {
  color: #39081b;
  font-weight: 600;
}

#popform .form-col {
  position: relative;
}

.cta-flex .black-btn{
  padding: 14px 14px;
  width: 165px;
  text-align: center;
}

/* Google Language Translator — show EN/FR text instead of flag images */

.google-transalte #flags,
.google-transalte #flags.size18 {
  width: auto !important;
}

.google-transalte #flags ul li a.flag,
.google-transalte #flags.size18 a.flag,
.google-transalte #flags.size18 a {
  background: none !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'metropolis';
  color: #fff;
  text-decoration: none;
  line-height: 1;
  text-transform: uppercase;
}

.google-transalte #flags ul li a.flag.en::after,
.google-transalte #flags.size18 a.flag.en::after {
  content: "EN";
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

.google-transalte #flags ul li a.flag.fr::after,
.google-transalte #flags.size18 a.flag.fr::after {
  content: "FR";
  color: #000;
  font-weight: bold;
  font-size: 16px;
}

/* Complianz cookie consent banner — custom design */

.cmplz-cookiebanner {
  max-width: 580px !important;
  width: calc(100% - 32px) !important;
  padding: 24px 26px !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
  font-family: 'metropolis', sans-serif !important;
  color: #1f2937 !important;
}

.cmplz-cookiebanner .cmplz-header {
  display: grid !important;
  grid-template-columns: 60px 1fr 24px !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  border-bottom: none !important;
  margin-bottom: 14px !important;
}

.cmplz-cookiebanner .cmplz-logo {
  width: 60px !important;
  height: 60px !important;
  background-image: url('/wp-content/uploads/2026/04/header-logo.png') !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: contain !important;
}

.cmplz-cookiebanner .cmplz-logo img {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111827 !important;
  text-align: center !important;
  margin: 0 !important;
}

.cmplz-cookiebanner .cmplz-close {
  width: 20px !important;
  height: 20px !important;
  color: #111827 !important;
  cursor: pointer !important;
  justify-self: end !important;
}

.cmplz-cookiebanner .cmplz-close svg {
  width: 16px !important;
  height: 16px !important;
  fill: #111827 !important;
}

.cmplz-cookiebanner .cmplz-divider,
.cmplz-cookiebanner .cmplz-divider-header,
.cmplz-cookiebanner .cmplz-divider-footer {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-body {
  padding: 0 !important;
  margin-bottom: 18px !important;
}

.cmplz-cookiebanner .cmplz-message {
  font-size: 13.5px !important;
  line-height: 1.55 !important;
  color: #374151 !important;
}

.cmplz-cookiebanner .cmplz-categories,
.cmplz-cookiebanner .cmplz-links,
.cmplz-cookiebanner .cmplz-documents {
  display: none !important;
}

.cmplz-cookiebanner .cmplz-buttons {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cmplz-cookiebanner .cmplz-btn {
  flex: 1 1 0 !important;
  padding: 14px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: 'metropolis', sans-serif !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-height: auto !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept {
  background: #9A183C !important;
  color: #ffffff !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-accept:hover {
  background: #7d1230 !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-deny,
.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences {
  background: #f3f4f6 !important;
  color: #1f2937 !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-deny:hover,
.cmplz-cookiebanner .cmplz-btn.cmplz-view-preferences:hover {
  background: #e5e7eb !important;
}

.cmplz-cookiebanner .cmplz-btn.cmplz-save-preferences {
  display: none !important;
}

.facilty-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.facilty-box span {
  color: #9A183C;
  font-family: 'metropolis';
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 12px;
}

.facilty-box h6 {
  color: #000;
  font-family: 'metropolis';
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 12px;
}

/* .facilty-outer {
  display: flex;
  gap: 90px;
}
.facilty-img, .facilty-content {
  width: 50%;
} */

#facilities .grid-2 {
  gap: 90px;
}

.facilty-box {
  position: relative;
  width: 100%;
  height: 200px;
}

.facilty-box::after {
  content: "";
  display: block;
  height: 1px;
  width: 84%;
  background: #DADADA;
  position: absolute;
  bottom: 26px;
}

.facilty-box:nth-of-type(odd)::before{
  content: "";
  display: block;
  height: 84%;
  width: 1px;
  background: #DADADA;
  position: absolute;
  top: 0px;
  right: 26px;
}

.facilty-box:nth-last-child(-n+2)::after {
  display: none;
}

.globally-col span:hover{
  background-color: #370215 !important;
  color: #fff !important;
}

.pre-complience-ul li {
  font-family: 'whitney-book';
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.pre-complience-ul li::after{
  content: "";
  display: block;
  background-color: #9A183C;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.compliance-matter h3{
  font-size: 30px;
  color: #000;
  font-weight: 500;
  font-family: 'metropolis';
  padding-bottom: 10px;
}

.compliance-matter li {
  font-family: 'whitney-book';
  font-size: 16px;
  color: #000;
  padding-bottom: 18px;
  position: relative;
  padding-left: 20px;
}

.compliance-matter li::after{
  content: "";
  display: block;
  background-color: #9A183C;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.compliance-matter {
  border-bottom: 1px solid #DADADA;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.compliance-faq-ul li {
  font-family: 'whitney-book';
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.compliance-faq-ul li::after{
  content: "";
  display: block;
  background-color: #9A183C;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

#emc-common-issues h3{
  font-size: 30px;
  color:#000;
  font-weight: 500;
  font-family: 'metropolis';
  padding-bottom: 20px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 16px;
  line-height: 1.3;
}

#emc-common-issues p{
  border-bottom: none;
  padding-bottom: 5px;
}

#emc-common-issues li {
  font-family: 'whitney-book';
  font-size: 16px;
  color: #000;
  padding-bottom: 4px;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

#emc-common-issues li::after{
  content: "";
  display: block;
  background-color: #9A183C;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  position: absolute;
  top: 13px;
  left: 0;
}

#emc-common-issues .access-col{
  align-items: self-start;
}

#emc-common-issues .access-col:hover h3{
  color: #fff;
}

#emc-common-issues .access-col:hover li{
  color: #fff;
}

#emc-common-issues .access-col:hover li:after{
  background-color: #fff;
}

.compliance-emc p, .compliance-emc li{
  color: #000000 !important;
  font-size: 16px !important;
}

.compliance-emc h4{
  padding-bottom: 8px;
}

.compliance-emc li:after{
  background-color: #9A183C !important;
}

.process-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 15px;
}

#emc-partner p {
  padding-bottom: 15px;
  padding-top: 6px;
}

#emc-partner h4 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.best-practies h4 {
  padding-bottom: 8px;
}

.best-practies li{
  font-size: 16px;
  color: #000;
  font-family: 'whitney-book';
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}

.best-practies li::after{
  content: "";
  display: block;
  background-color: #7C7C7C;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  position: absolute;
  top: 9px;
  left: 0;
}

.indus-flex {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 25px;
}

.emc-industries-wrap{
  gap: 100px;
}

.indus-content ul{
  padding: 15px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.indus-content {
  border-left: 1px solid #DADADA;
  padding-left: 30px;
  width: 100%;
  max-width: 560px;
}

.indus-flex h4 {
  width: 100%;
  max-width: 185px;
}

.indus-content li {
  font-size: 16px;
  font-family: 'whitney-book';
  color: #000;
  padding-left: 14px;
  position: relative;
}

.indus-content li::after{
  content: "";
  display: block;
  background-color: #9A183C;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 0;
}

.mega-link.is-active::after {
  display: none !important;
}

.page-template-emc-pre-compliance-testing .under-col p{
  max-width: 100%;
}

/* Responsive Start */

@media screen and (min-width: 1023px) {
  .activation > a{
    color: #9A183C !important;
  }

  .activation a::after{
    width: 100% !important;
  }
}

@media screen and (min-width: 992px) {
  #header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

@media screen and (max-width: 1535px){
  .undersatnding-right br {
    display: none;
  }

  .events-deatil-content h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1450px) {
  .footer-contact a br {
    display: none;
  }

  #menu-menu-1 li a{
    font-size: 14px;
  }

  .contact-btn{
    font-size: 14px;
  }

  .events-wrap {
    grid-template-columns: 290px 1fr;
  }

  .event-cta-wrap{
    grid-template-columns: 1fr 754px;
  }

  .cta-flex{
    gap: 15px;
  }

  .cta-input {
    width: 38%;
  }
}

@media screen and (max-width: 1370px) {
  #learn-more p br {
    display: none;
  }

  #menu-menu-1 {
    gap: 40px;
  }

  .contact-outer {
    padding-left: 25px;
  }

  .combine-service{
    padding-left: 50px;
  }

  .stats-col span{
    padding-top: 0px;
    font-size: 13px;
  }

  .hero-img img{
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  #about-stancer{
    padding-left: 15px !important;
  }

  .hours-info {
    width: 53%;
  }

  #lets-connect .form-inner {
    padding-right: 30px;
  }

  .recent-article h3 {
    font-size: 32px;
  }

  .single-tittle h1 {
    font-size: 35px;
  }

  .undersatnding-left {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .user-name span {
    font-size: 18px;
  }

  .trusted-col h3{
    font-size: 19px;
  }

  .events-deatil-content h2 {
    font-size: 21px;
  }

  .facilty-box h6{
    font-size: 30px;
    padding-bottom: 10px;
  }

  .facilty-box:nth-of-type(2n+1)::before{
    right: 16px;
  }
}

@media screen and (max-width: 1250px){
  .header-cta a {
    font-size: 12px;
  }

  #menu-menu-1 li a {
    font-size: 12px;
  }

  .header-logo img {
    width: 100%;
    max-width: 180px;
  }

  .requrest-btn, .outline-btn, .white-btn  {
    font-size: 12px;
    padding: 12px 17px 9px;
    margin-top: 15px;
  }

  .stats-col {
    width: 94%;
  }

  .read-text{
    font-size: 12px;
  }

  .serve-box{
    padding: 28px;
  }

  .recent-article h6{
    font-size: 23px;
  }

  .events-cols-outer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .events-deatil-content h2 {
    font-size: 24px;
  }

  .webinar-img {
    padding-right: 14px;
  }

  .requrest-btn{
    line-height: unset;
  }

  .facilty-box:nth-of-type(2n+1)::before {
    right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  #menu-menu-1 {
    gap: 30px;
  }

  .phone-icon i {
    font-size: 18px;
  }

  .contact-btn{
    padding: 14px 20px;
  }

  .header-logo img {
    width: 100%;
    max-width: 130px;
  }

  .combine-service {
    padding-left: 25px;
    padding-right: 25px;
  }

  .contact-outer {
    padding-left: 4px;
  }

  .footer-col li, .footer-contact a, .footer-logo p{
    font-size: 15px;
  }

  .serve-box h4{
    font-size: 22px;
  }

  .industry-bottom{
    flex-direction: column;
    text-align: center
  }

  .form-tittle h2 {
    font-size: 52px !important;
  }

  .event-cta-wrap {
    grid-template-columns: 1fr;
  }

  .cta-input {
    width: 40%;
  }

  .cta-flex .black-btn {
    width: 100%;
    max-width: 150px;
    text-align: center;
  }

  .event-cta-wrap h2 {
    font-size: 30px;
  }

  .cta-input input{
    padding: 14px 10px;
  }

  .realted-event-outer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .date-icon{
    gap: 16px;
    justify-content: flex-start;
    padding: 20px 0 20px;
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
  }

  #globally-our-process .globally-col {
    grid-template-columns: 250px 370px 1fr;
  }

  #globally-our-process .globally-col h3{
    width: 100%;
    max-width: 270px;
  }

  #facilities .grid-2 {
    gap: 50px;
  }

  .facilty-box p{
    width: 100%;
    max-width: 200px;
  }

  .facilty-box h6 {
    font-size: 28px;
    padding-bottom: 5px;
  }

  .indus-flex h4 {
    width: 100%;
    max-width: 140px;
  }
}

@media screen and (max-width: 1100px){
  .menu-item-has-children > a::after{
    right: -16px;
  }

  #hero-home h1 {
    padding-right: 0%;
  }

  .stats-col span{
    font-size: 11px;
  }

  .indus-desktop{
    display: none;
  }

  .indus-mbl{
    display: block;
    padding: 20px !important;
  }

  .serve-box{
    padding: 20px;
  }

  .insutry-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .empty-col:nth-of-type(1) {
    grid-column: span 1;
  }

  .empty-col:nth-of-type(2) {
    grid-column: span 1;
  }

  .empty-col:nth-of-type(1) .industry-col {
    width: 100%;
  }

  .empty-col:nth-of-type(2) .industry-col {
    width: 100%;
  }

  .form-wrap {
    grid-template-columns: 300px 1fr;
    gap: 55px;
    padding: 40px;
  }

  #glob-banner img {
    height: 300px;
  }

  .accord-tittle h3{
    font-size: 28px;
  }

  .circle-col.relative {
    height: 115px;
  }

  .service-outer h3{
    font-size: 14px;
  }

  .emc-industries-wrap {
    gap: 35px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #emc-industries h2 br {
    display: none;
  }

  #emc-industries h2 {
    padding-bottom: 25px;
  }

  .indus-flex h4 {
    width: 100%;
    max-width: 268px;
  }

  .indus-content {
    max-width: 610px;
  }
}

@media screen and (max-width: 1024px) {
  #menu-menu-1 {
    gap: 30px;
  }

  .phone-icon i {
    font-size: 15px;
  }

  .step-col::after{
    display: none;
  }

  .step-col:nth-of-type(1), .step-col:nth-of-type(2), .step-col:nth-of-type(3), .step-col:nth-of-type(4) {
    padding-bottom: 0px;
  }

  .steps-wrap{
    align-items: center;
    padding: 0px 10px;
    height: 300px;
  }

  .step-col {
    padding-left: 0;
    text-align: center;
  }

  .step-col h5 {
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .close-menu {
    display: block;
    width: 14px;
  }

  .nav-links {
    position: fixed;
    top: 0px;
    left: -300px;
    width: 280px;
    height: 100dvh;
    background: #9A183C;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
    z-index: 999;
  }

  .close-i {
    display: block !important;
  }

  .nav-links.menu-active {
    left: 0;
  }

  #menu-menu-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 25px;
  }

  #menu-menu-1 li {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    position: relative;
    padding-right: 10px;
  }

  #menu-menu-1 li a {
    color: #fff;
  }

  .sub-menu {
    background: #fff;
    color: #000;
    padding: 0;
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
  }

  .close-menu i {
    font-size: 25px;
  }

  .overflow-hide {
    overflow: hidden;
  }

  .contact-i {
    display: none;
  }

  .contact-btn {
    display: block;
  }

  .contact-i i {
    background: #9A183C;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    border-radius: 50px;
    border: 2px solid #9A183C;
    margin-right: 0;
    cursor: pointer;
  }

  .header-cta {
    gap: 30px;
  }

  .contact-i {
    margin-right: 25px;
  }

  i.fa.fa-times.close-i {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 4px 13px;
    font-size: 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .rp {
    padding-top: 40px;
  }

  .rb {
    padding-bottom: 40px;
  }

  .rp-m {
    margin-top: 40px;
  }

  .show-submenu.caret.fa.fa-angle-down.menu-item-dropdown {
    color: #fff !important;
    position: absolute;
    right: 14px;
    top: 10px;
  }

  .fa.fa-times.close-i {
    display: block;
  }

  .submenu-active .sub-menu {
    display: block;
  }

  .sub-menu>li {
    background-color: #fff !important;
  }

  #footer-block .sub-menu>li {
    background-color: #000 !important;
  }

  .sub-menu>li:last-child {
    border-bottom: 0 !important;
  }

  #menu-menu-1 li a {
    font-size: 15px;
  }

  /* Desktop-only hover effects: keep mobile links white (against the
     #9A183C mobile nav background) and hide the underline. */

  #menu-menu-1 li a:hover {
    color: #fff;
  }

  #menu-menu-1>li a::after,
  #menu-menu-1>li a:hover::after {
    display: none;
  }

  #menu-menu-1>li::after {
    display: none;
  }

  .close-i{
    display: block;
  }

  .footer-col-outer{
    grid-template-columns:1fr !important;
    gap: 15px;
  }

  .combine-service {
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }

  #footer-block {
    padding-top: 45px;
  }

  .footer-logo p{
    max-width: 714px;
  }

  .footer-col-outer{
    padding-bottom: 30px;
  }

  .footer-col h3{
    padding-bottom: 14px;
  }

  .stats-col:last-child {
    border-right: 1px solid #7C7C7C;
  }

  .stats-col span {
    font-size: 16px;
  }

  .stats-col:last-child {
    border-right: none;
  }

  .stats-col:nth-of-type(2){
    border-right: none;
  }

  .stats-col {
    width: 84%;
  }

  .offer-col-wrap.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insutry-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .submenu-active .mega-sub-menu-wrapper {
    display: block;
  }

  .mega-sub-menu-wrapper{
    position: relative;
    top: 0;
    padding-top: 10px;
  }

  .industry-outer .drop-divide, .accreditions-outer .drop-divide, .resource-nav-outer .drop-divide{
    grid-template-columns: 1fr !important;
    gap: 0;
    padding: 0
  }

  .drop-divide .submenu-item a {
    gap: 20px;
  }

  .industry-outer .drop-divide .submenu-item a img, .accreditions-outer .drop-divide .submenu-item a img, .resource-nav-outer .drop-divide .submenu-item a img {
    display: none;
  }

  .li-b .drop-divide li {
    border-bottom: 1px solid #9a183c !important;
    border-radius: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 4px !important;
  }

  .drop-divide .submenu-item a{
    gap: 0 !important;
  }

  .drop-divide li{
    height: auto;
  }

  .drop-divide {
    height: 100%;
    min-height: auto;
  }

  .sub-menu.drop-divide li span{
    width: 100%;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-left: 8px;
    font-size: 13px;
  }

  .resource-nav-outer .drop-divide .flex.items-center.gap-3.w-full.no-underline span {
    background: #fff;
    padding: 8px 0px 8px 10px;
    color: #9a183c;
    position: relative;
    margin-top: 0;
  }

  .resource-nav-outer .drop-divide .flex.items-center.gap-3.w-full.no-underline span::after{
    display: none;
  }

  .flex.flex-col {
    padding: 12px;
    margin-bottom: 2px;
  }

  .flex.flex-col .requrest-btn {
    width: 100%;
    max-width: 130px;
    padding: 4px 10px;
  }

  .li-b .drop-divide li::after{
    display: none;
  }

  .h-tittle{
    padding-bottom: 6px;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .h-dec {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .head-a-btn span{
    font-size: 10px !important;
  }

  .company .flex.flex-col .requrest-btn {
    max-width: 165px;
  }

  /* #menu-menu-1 li:hover .mega-sub-menu-wrapper {
   display: none;
  } */

  .menu-item-has-children .mega-sub-menu-wrapper{
    display: none !important;
  }

  .submenu-active > i {
    rotate: 180deg;
    right: 10px !important;
  }

  .sub-menu.drop-divide li span{
    font-weight: 500;
  }

  .submenu-active .mega-sub-menu-wrapper{
    display: block !important;
  }

  .li-b .drop-divide li:last-child{
    border-bottom: 0 !important;
  }

  .service-outer .drop-divide{
    grid-template-columns: 1fr !important;
  }

  .service-outer .nested-sub-menu {
    display: none !important;
  }

  .service-outer h3 {
    font-size: 13px;
    font-weight: 500;
    padding-top: 12px;
    border-bottom: 0;
    width: 100%;
    padding-left: 5px;
    padding-bottom: 10px;
    margin-bottom: 0;
    position: relative;
    display: block;
  }

  .service-outer h3 i {
    position: absolute;
    right: 5px;
    top: 14px;
  }

  .submenunest-active h3 i{
    rotate: 180deg;
  }

  .submenunest-active ul{
    display: block !important;
  }

  .service-outer .submenunest-active .nested-sub-menu {
    display: block !important;
    margin-top: -15px;
  }

  .service-outer .nested-sub-menu {
    order: 2;
    position: relative;
    height: auto;
    padding-left: 0;
  }

  .service-outer .sub-menu li a {
    padding-left: 8px;
    font-size: 14px !important;
    line-height: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
  }

  .service-outer .drop-divide li{
    padding: 0 !important;
  }

  .testing-outer-nav .nested-sub-menu li > .nested-sub-menu{
    left: 0 !important;
    top: 0;
    position: relative;
    margin-top: 0;
    display: none !important;
  }

  .service-outer .sub-menu .block{
    position: relative;
  }

  .service-outer .sub-menu .block i{
    position: absolute;
    right: 5px;
    rotate: 90deg;
    color: #9A183C;
  }

  .service-outer h3 i {
    display: block;
  }

  .service-outer .arrow-wrapper .fa-angle-down {
    display: block;
    font-size: 14px;
    padding-right: 18px;
  }

  .submenunest-active .arrow-wrapper .fa-angle-down{
    rotate: 180deg;
    margin-right: 6px;
  }

  /* .mega-sub-menu-wrapper .submenunest-active ul{
  display: block !important;
 } */

  .testing-outer-nav .nested-sub-menu .submenunest-active > .nested-sub-menu{
    display: block !important;
    box-shadow: none;
    border: 0;
    padding: 0;
  }

  .testing-outer-nav .nested-sub-menu .submenunest-active > .nested-sub-menu li{
    padding-left: 15px !important;
  }

  .submenunest-active .fa-solid.fa-arrow-right {
    position: absolute;
    right: 5px;
    top: 8px;
    rotate: 275deg !important;
  }

  .service-outer .fa-solid.fa-arrow-right{
    rotate: 90deg !important;
  }

  .testing-outer-nav li:hover::before{
    display: none;
  }

  #facilities .grid-2 {
    gap: 30px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .facilty-box:nth-of-type(2n+1)::before {
    right: 32px;
  }

  .mega-links{
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 0px;
    position: relative;
    width: 100%;
    border: 0px;
    border-radius: 0px;
  }

  .mega-link-item {
    margin: 0;
    border-bottom: 1px solid rgb(154, 24, 60) !important;
    border-radius: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 4px !important;
  }

  .mega-link span{
    color: #9A183C;
    font-family: 'metropolis';
    font-weight: 500;
    font-size: 13px;
    text-transform: unset;
  }

  #menu-menu-1 .mega-link::after{
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .requrest-btn, .outline-btn, .white-btn {
    font-size: 10px;
    padding: 11px 17px 9px;
  }

  .stats-col {
    width: 89%;
  }

  .globally-col{
    grid-template-columns: 295px 235px 1fr;
    padding: 15px 0;
  }

  .globally-col h3{
    font-size: 36px;
  }

  .globally-col span {
    font-size: 14px;
  }

  .step-col h5 {
    font-size: 27px;
  }

  .steps-wrap{
    gap: 15px;
  }

  .form-tittle h2 {
    font-size: 37px !important;
  }

  .form-wrap{
    gap: 15px;
  }

  .note-line{
    flex-direction: column;
    text-align: center;
  }

  .input-flex{
    padding-bottom: 20px;
  }

  .material-symbols-outlined img {
    width: 100%;
    max-width: 28px;
  }

  .input-space{
    padding-bottom: 20px;
  }

  #lets-connect .form-inner {
    padding-left: 0;
    padding-right: 15px;
  }

  .accord-tittle h3 {
    font-size: 24px;
  }

  br{
    display: none;
  }

  #testi-reviews .grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .events-wrap {
    grid-template-columns: 1fr;
  }

  .event-sidebar-content h4 {
    font-size: 24px;
  }

  .event-sidebar-content {
    border-radius: 8px;
    padding: 18px;
  }

  .accord-tittle h3{
    width: 100%;
    max-width: 354px;
  }

  #blog h4{
    font-size: 18px;
  }

  #globally-our-process .globally-col h3{
    font-size: 20px;
  }

  #globally-our-process .globally-col {
    grid-template-columns: 250px 231px 1fr;
  }

  #globally-our-process .globally-col h3 {
    width: 100%;
    max-width: 155px;
  }

  .hoem-slide-arrow i{
    height: 35px;
    width: 35px;
  }
}

@media screen and (max-width: 850px){
  .circle-col.relative {
    height: 135px;
  }
}

@media screen and (max-width: 768px) {
  .mbl-layout {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap: 25px;
  }

  .mbl-layout .hero-img{
    order: 0;
  }

  #about-stance-h2 h2 {
    max-width: 100%;
  }

  .single-divide {
    grid-template-columns: 1fr !important;
  }

  #industries-we-serve .hightlight-text {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  #comprehensive-procedure .grid-2 {
    gap: 5px;
  }

  /* .procedure-left {
  order: 1;
  }
  .procedure-right {
   order: 0;
  } */

  .undersatnding-left{
    order: 1;
  }

  .globally-col {
    grid-template-columns: 230px 207px 1fr;
  }

  .btn-titte::after{
    right: 28px;
  }

  .glob-tittle::after{
    right: 35px;
  }

  .glob-tittle{
    height: 58px;
  }

  .single-tittle h1 {
    padding-top: 15px;
  }

  #emission-benifits li{
    font-size: 16px;
  }

  .emission-text {
    order: 0;
  }

  .emission-img {
    order: 1;
  }

  .emission-img img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    max-width: 100%;
  }

  #emision-process .mbl-layout{
    gap: 0;
  }

  .fcc-service-content img {
    border-radius: 8px;
    margin-top: 18px;
    margin-bottom: 2px;
  }

  .ised-content p {
    padding-bottom: 15px;
  }

  .ised-img.hightlight-text {
    order: 0;
  }

  .ised-content {
    order: 1;
    padding-top: 8px;
  }

  #repater-section .repaet-outer:nth-of-type(2n) .hightlight-text {
    order: 0;
  }

  .repaet-outer.grid-2.mbl-layout {
    gap: 28px;
  }

  .repaet-outer {
    padding-bottom: 28px;
  }

  .capabilities-col.shinewrap {
    order: 3;
  }

  .capabilities-col.shinewrap img{
    width: 100%;
  }

  .why-chosoe-capabilities-wrap {
    gap: 4px;
  }

  .capabilities-inner-col{
    margin-bottom: 18px;
  }

  #product-registration .img-box {
    order: 0;
  }

  #product-registration .audio-stancer-content{
    order: 1;
  }

  #fcc-service .align-text {
    text-align: left;
  }

  .quality-content{
    order: 2;
  }

  .webinar-img {
    padding-right: 0px;
  }

  #time-date h4{
    font-size: 25px;
  }

  .time-flex{
    padding: 8px 0;
  }

  .time-content span {
    font-size: 20px;
  }

  .time-flex {
    gap: 34px;
  }

  .time-date-wrap {
    padding-top: 24px;
    margin-bottom: 25px;
    padding-bottom: 18px;
  }

  #our-speaker .webinar-deatils-wrap {
    padding-top: 35px;
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

  #popform h2 {
    font-size: 32px;
  }

  .realted-event-outer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #antenna-measurement h2, #antenna-measurement p  {
    text-align: left;
  }

  .postid-594 .em-img {
    padding-top: 40px;
  }

  .single-services .audio-stancer-testing-wrap .img-box.shinewrap{
    order: 2;
  }

  .page-template-submission-and-registration .procedure-right {
    padding-left: 0px;
  }

  .page-template-global-market-access .procedure-right{
    padding-left: 0px;
  }

  .page-template-global-market-access #we-support .we-offer-col {
    padding-left: 0;
    padding-top: 4px;
    padding-bottom: 9px;
  }

  .page-template-global-market-access #we-support {
    padding-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  br {
    display: none;
  }

  .rp {
    padding-top: 35px;
  }

  .rb {
    padding-bottom: 35px;
  }

  .rp-m, .page-template-vcci #fcc-service  {
    margin-top: 35px;
  }

  .container-wrapper{
    padding: 0 20px;
  }

  .hero-content {
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
  }

  .stats-col:last-child {
    border-right: none;
  }

  .stats-col:nth-of-type(2){
    border-right: none;
  }

  .stats-col {
    width: 72%;
  }

  #hero-home p {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .step-col{
    width: 48%;
  }

  .steps-wrap{
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    padding: 35px 10px;
    height: 286px;
  }

  .step-col p{
    margin: auto;
  }

  .form-wrap{
    grid-template-columns: 1fr;
  }

  .note-line {
    flex-direction: revert;
    text-align: center;
  }

  #glob-banner .box-inner h1{
    background-color: rgba(255, 255, 255, 0.71);
    color: #9a183c;
    font-size: 26px !important;
    padding: 35px 14px;
    min-width: 91%;
    text-align: center;
  }

  #hero-home .emc-text h2 {
    padding-right: 0;
    padding-top: 15px;
  }

  .accord-tittle h3{
    font-size: 24px;
  }

  #lets-connect .form-inner {
    padding-right: 0;
  }

  .close-menu i{
    padding-right: 15px;
  }

  .recent-article {
    padding-top: 20px;
  }

  .recent-article h3{
    padding-bottom: 0;
  }

  #conformity .img-box {
    padding-top: 20px;
  }

  #testing-capabilities .custom-table thead th{
    padding: 12px 18px;
    font-size: 18px;
  }

  #testing-capabilities .custom-table tbody td{
    padding: 12px 18px;
    font-size: 14px;
  }

  #testing-capabilities .table-wrapper {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin-top: 10px;
  }

  #blog h4 {
    font-size: 20px;
  }

  /* #globally-our-process .globally-col {
    grid-template-columns: 1fr;
  } */

  .indus-flex h4 {
    width: 100%;
    max-width: 180px;
  }

  .postid-625 #emission-benifits{
    padding-top: 30px;
  }
}

@media screen and (max-width: 639px) {
  .topbar-outer {
    flex-direction: column;
    gap: 5px;
  }

  .topbar-left p {
    font-size: 12px;
  }

  .topbar-right li {
    font-size: 12px;
  }

  .topbar-right li img {
    width: 100%;
    max-width: 20px;
  }

  .topbar-right {
    max-width: 250px;
  }

  .contact-info-flex p,
  #menu-footer-menu a {
    font-size: 15px;
  }

  #menu-footer-menu a::after {
    top: 5px;
  }

  .after-close {
    font-size: 25px;
    height: 25px;
    width: 25px;
    top: -14px;
    right: -7px;
  }

  .header-cta {
    gap: 0px;
  }

  .tel-link {
    display: none;
  }

  .header-cta a {
    margin-right: 20px;
    font-size: 12px;
  }

  .input-flex {
    gap: 0px;
    flex-direction: column;
  }

  #footer-block nav,
#footer-block .footer-contact {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  #footer-block nav.footer-nav-active,
#footer-block .footer-contact.footer-nav-active {
    max-height: 500px;
  }

  .combine-service {
    gap: 0;
  }

  .footer-col h3{
    font-size: 18px;
    position: relative;
    padding-bottom: 0;
    cursor: pointer;
  }

  .footer-col h3::after{
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-image: url(/wp-content/uploads/2026/04/down-filled-arrow.png);
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 12px;
    background-repeat: no-repeat;
  }

  .mbl-active::after{
    background-image: url(/wp-content/uploads/2026/04/up-filled-arrow.png) !important;
  }

  .border-mbl{
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .footer-logo-img img {
    width: 100%;
    max-width: 210px;
  }

  .footer-logo p {
    max-width: 100%;
    line-height: 28px;
    font-size: 16px;
    padding-top: 20px;
  }

  .footer-col-outer {
    padding-bottom: 0;
    border: 0;
  }

  .footer-col.resource.border-mbl {
    margin-bottom: 0;
  }

  .footer-col.resource h3 {
    margin-bottom: 0;
    padding-bottom: 0px;
  }

  .w-full.contact-outer h3 {
    margin-bottom: 0px;
  }

  #footer-block{
    padding-bottom: 0;
  }

  .contact-flex{
    margin-bottom: 0;
    margin-top: 15px;
  }

  .mbl-active {
    color: #9A183C !important;
    font-weight: 500 !important;
  }

  .footer-col ul {
    padding-top: 10px;
  }

  #footer-block .sub-menu{
    width: 100%;
    max-width: 100px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .offer-col-wrap.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }

  .globally-col{
    grid-template-columns: 1fr;
    padding: 20px 0;
  }

  .btn-titte::after, .glob-tittle::after{
    display: none;
  }

  .globally-col h3 {
    font-size: 32px;
  }

  .serve-flex{
    flex-direction: column;
  }

  .serve-flex span{
    width: 100%;
    height: auto;
    padding-right: 0;
    border-right: 0;
  }

  .serve-flex p{
    padding-left: 0;
  }

  .serve-box {
    height: 100%;
  }

  .industry-col {
    height: 100%;
  }

  .serve-box h4 {
    font-size: 19px;
  }

  .contact-flex a {
    display: block;
    padding-bottom: 8px;
  }

  .input-flex, .form-inner textarea {
    padding-bottom: 0;
  }

  .form-inner input{
    padding-bottom: 10px;
    margin-bottom: 18px;
  }

  .form-wrap{
    padding: 15px;
  }

  .form-tittle h2 {
    font-size: 29px !important;
  }

  #glob-banner img {
    height: 200px;
  }

  .input-space{
    padding-bottom: 0px;
  }

  #lets-connect .form-inner{
    padding: 20px 0px 10px;
  }

  #lets-connect .input-flex {
    gap: 0;
  }

  #lets-connect iframe {
    height: 250px;
  }

  #faqs .accord-content p {
    padding-left: 40px;
    padding-right: 20px;
  }

  #faqs .accord-tittle {
    gap: 15px;
  }

  #faqs .accord-tittle img {
    width: 100%;
    max-width: 25px;
    padding-top: 4px;
  }

  #faqs .accord-tittle{
    align-items: self-start;
  }

  #faqs .material-symbols-outlined img {
    width: 100%;
    max-width: 47px;
  }

  #faqs .accord-outer:nth-of-type(1){
    margin-top: 5px;
  }

  .date-icon{
    gap: 14px;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  .form-inner{
    padding: 18px;
  }

  .single-tittle h1 {
    font-size: 28px;
  }

  .article-content h2 {
    font-size: 25px;
    padding-bottom: 6px;
  }

  .article-content p{
    padding-bottom: 15px;
  }

  #single-content img{
    margin-bottom: 15px;
  }

  .tick-icon i{
    height: 90px;
    width: 90px;
    font-size: 40px;
  }

  #globally-our-process .globally-col span{
    margin-left: 0;
  }

  .capabilities-inner-col{
    padding: 24px;
  }

  .capabilities-inner-col img {
    max-width: 56px;
    padding-bottom: 18px;
  }

  #testi-reviews .grid-3{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .events-cols-outer {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .events-col {
    border-radius: 28px;
  }

  .cta-flex {
    flex-direction: column;
  }

  .cta-input {
    width: 100%;
  }

  .event-cta-wrap h2 {
    font-size: 24px;
  }

  #popform .input-flex, #popform .comp {
    padding-bottom: 0;
  }

  .realted-event-outer{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .beofiit-with-p h4{
    font-size: 20px;
  }

  .benfiit-with-ttl h4{
    font-size: 20px;
  }

  .emission-text.hightlight-text h4 {
    font-size: 20px;
  }

  .date-icon{
    padding: 20px 0 10px;
  }

  #globally-our-process .globally-col {
    grid-template-columns: 1fr;
  }

  #globally-our-process .globally-col h3{
    height: auto !important;
    max-width: 100%;
  }

  #globally-our-process .glob-tittle {
    height: auto;
  }

  #globally-our-process .btn-titte{
    height: 68px;
  }

  .under-col p{
    max-width: 183px;
  }

  .hoem-slide-arrow {
    bottom: 0px;
    width: 100%;
    justify-content: space-between;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    margin-top: 0;
    align-items: center;
  }

  .hoem-slide-arrow i {
    height: 30px;
    width: 30px;
  }

  .trusted-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  #trusted-by .trusted-col {
    padding: 30px 50px;
  }

  .faq-ul, .accord-content h3 {
    padding-left: 40px;
  }

  #flags {
    width: 45px !important;
  }

  .facilty-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }

  .facilty-box p {
    max-width: 100%;
  }

  .facilty-box {
    margin-bottom: 20px;
    height: auto;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 20px;
  }

  .facilty-box:nth-of-type(2n+1)::before, .facilty-box::after{
    display: none;
  }

  .indus-flex{
    flex-direction: column;
  }

  .indus-flex h4 {
    max-width: 100%;
  }

  .indus-content ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }

  #emc-common-issues p > p {
    text-align: left;
  }
}

@media screen and (max-width: 535px) {
  .stats-col {
    width: 81%;
  }

  .stats-col span {
    font-size: 14px;
  }

  .insutry-grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }

  .serve-flex p {
    max-width: 100%;
  }

  .serve-box h4{
    padding-bottom: 8px;
    margin-bottom: 8px;
  }

  .industries-we-serve-wrap{
    background-position: top;
  }

  #glob-banner .box-inner h1{
    font-size: 23px !important;
  }

  .accord-tittle h3 {
    font-size: 18px;
  }

  .access-col {
    align-items: self-start;
    gap: 19px;
    flex-direction: column;
  }

  .event-cta-wrap{
    padding: 20px;
  }

  #time-date h4 {
    font-size: 20px;
  }

  #popform h2 {
    font-size: 28px;
  }

  .process-steps-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 4px;
  }

  .undersatnding-left{
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .under-col:nth-of-type(1) .circle-col:nth-of-type(1)::after, .under-col:nth-of-type(2) .circle-col:nth-of-type(1)::before, .under-col:nth-of-type(4)::before, .under-col:nth-of-type(4) .circle-col:nth-of-type(1)::before, .under-col:nth-of-type(2)::before, .under-col:nth-of-type(1)::after, .under-col:nth-of-type(2) .circle-col:nth-of-type(1)::after, .under-col:nth-of-type(2)::after{
    display: none;
  }

  .under-col p {
    max-width: 100%;
  }

  .under-col:after{
    content: "" !important;
    display: block !important;
    background: #AEAEAE !important;
    height: 1px !important;
    width: 100% !important;
    position: absolute !important;
    bottom: -21px !important;
  }

  .under-col .circle-col:before{
    content: "" !important;
    display: block !important;
    height: 10px !important;
    width: 10px !important;
    background: #9A183C !important;
    border-radius: 50px !important;
    position: absolute !important;
    bottom: -25px !important;
    z-index: 9999 !important;
    left: 0px !important;
  }

  .under-col:nth-of-type(2) .circle-col:nth-of-type(1)::before{
    bottom: -24px !important;
    top: unset;
  }

  .circle-col.relative {
    height: auto;
  }

  .compliance-matter li{
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 470px) {
  .contact-i {
    display: block;
  }

  .contact-i i{
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-btn {
    display: none;
  }

  .stats-col {
    width: 88%;
  }

  .stats-col span {
    font-size: 14px;
  }

  .insutry-grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }

  .steps-wrap{
    height: auto;
    gap: 20px;
  }

  .step-col {
    width: 100%;
  }

  .note-line {
    flex-direction: column;
  }

  .recent-article-flex {
    align-items: self-start;
    gap: 2px;
    flex-direction: column;
    text-align: left;
    padding-bottom: 18px;
  }

  .recent-article h6 {
    font-size: 18px;
  }

  .recent-img {
    max-width: 100%;
  }

  .recent-img img{
    width: 100%;
    height: auto;
  }

  .emisson-process-accrodian h3 {
    width: 100%;
    max-width: 274px;
  }

  .accord-tittle h3 {
    width: 100%;
    max-width: 280px;
  }

  .circle-col.relative {
    height: 145px;
  }

  .footer-col .footer-sub-active li::after{
    height: 15px;
    width: 15px;
  }
}

@media screen and (max-width: 390px){
  .hero-btns {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  .requrest-btn, .outline-btn, .white-btn  {
    font-size: 13px;
    padding: 13px 17px 10px;
  }

  .stats-col {
    width: 93%;
  }

  .undersatnding-left{
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .under-col:nth-of-type(1) .circle-col:nth-of-type(1)::after, .under-col:nth-of-type(2) .circle-col:nth-of-type(1)::before, .under-col:nth-of-type(4)::before, .under-col:nth-of-type(4) .circle-col:nth-of-type(1)::before, .under-col:nth-of-type(2)::before, .under-col:nth-of-type(1)::after, .under-col:nth-of-type(2) .circle-col:nth-of-type(1)::after, .under-col:nth-of-type(2)::after{
    display: none;
  }

  .under-col p {
    max-width: 100%;
  }

  .under-col:after{
    content: "" !important;
    display: block !important;
    background: #AEAEAE !important;
    height: 1px !important;
    width: 100% !important;
    position: absolute !important;
    bottom: -21px !important;
  }

  .under-col .circle-col:before{
    content: "" !important;
    display: block !important;
    height: 10px !important;
    width: 10px !important;
    background: #9A183C !important;
    border-radius: 50px !important;
    position: absolute !important;
    bottom: -25px !important;
    z-index: 9999 !important;
    left: 0px !important;
  }

  .under-col:nth-of-type(2) .circle-col:nth-of-type(1)::before{
    bottom: -24px !important;
    top: unset;
  }

  .circle-col.relative {
    height: auto;
  }
}

@media (max-width: 560px) {
  .cmplz-cookiebanner .cmplz-buttons {
    flex-wrap: wrap !important;
  }

  .cmplz-cookiebanner .cmplz-btn {
    flex: 1 1 100% !important;
  }

  .cmplz-cookiebanner .cmplz-header {
    grid-template-columns: 48px 1fr 24px !important;
  }

  .cmplz-cookiebanner .cmplz-logo {
    width: 48px !important;
    height: 48px !important;
  }
}

/*==================================================================*\
    EMC PRE-COMPLIANCE TESTING — page-specific styles
    Scoped to body.page-template-emc-pre-compliance-testing so none of
    these rules leak into the reused templates' other pages.
\*==================================================================*/

/* --- Section 2: optional bottom content area --- */

.page-template-emc-pre-compliance-testing .emc-intro-bottom h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-template-emc-pre-compliance-testing .emc-intro-bottom h3 {
    font-size: 26px;
  }
}

@media (min-width: 1536px) {
  .page-template-emc-pre-compliance-testing .emc-intro-bottom h3 {
    font-size: 30px;
  }
}

.page-template-emc-pre-compliance-testing .emc-intro-bottom h3 {
  font-family: 'metropolis';
}

/* --- Section 4: Why EMC Pre-Compliance Matters --- */

.page-template-emc-pre-compliance-testing .emc-why-content p {
  padding-bottom: 14px;
}

.page-template-emc-pre-compliance-testing .emc-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-template-emc-pre-compliance-testing .emc-benefit-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.page-template-emc-pre-compliance-testing .emc-benefit-marker {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-top: 8px;
  border-radius: 50%;
  background: #9A183C;
}

.page-template-emc-pre-compliance-testing .emc-benefit-body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-template-emc-pre-compliance-testing .emc-benefit-body h3 {
    font-size: 22px;
  }
}

@media (min-width: 1536px) {
  .page-template-emc-pre-compliance-testing .emc-benefit-body h3 {
    font-size: 24px;
  }
}

.page-template-emc-pre-compliance-testing .emc-benefit-body h3 {
  font-family: 'metropolis';
  margin-bottom: 6px;
}

/* --- Section 5: 3-column comparison table (inherits #testing-capabilities) --- */

.page-template-emc-pre-compliance-testing .emc-3-col thead th:not(:first-child),
.page-template-emc-pre-compliance-testing .emc-3-col tbody td:not(:first-child) {
  text-align: center;
}

.page-template-emc-pre-compliance-testing .emc-3-col tbody tr:nth-child(even) td {
  background: #fff;
}

.page-template-emc-pre-compliance-testing .emc-3-col tbody tr:nth-child(odd) td {
  background: #fff;
}

/* --- Section 7: common issues cards (white cards on dark section) --- */

.page-template-emc-pre-compliance-testing .emc-issues-list ul {
  list-style: disc;
  padding-left: 22px;
}

.page-template-emc-pre-compliance-testing .emc-issues-list li,
.page-template-emc-pre-compliance-testing .emc-issues-list p {
  color: #fff !important;
  padding-bottom: 8px;
}

.page-template-emc-pre-compliance-testing .emc-issue-card {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 30px 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  transition: all 0.4s ease;
}

.page-template-emc-pre-compliance-testing .emc-issue-card:hover {
  transform: translateY(-8px);
}

.page-template-emc-pre-compliance-testing .emc-issue-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}

.page-template-emc-pre-compliance-testing .emc-issue-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-template-emc-pre-compliance-testing .emc-issue-card h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-template-emc-pre-compliance-testing .emc-issue-card h4 {
    font-size: 22px;
  }
}

.page-template-emc-pre-compliance-testing .emc-issue-card h4 {
  font-family: 'metropolis';
  margin-bottom: 10px;
}

.page-template-emc-pre-compliance-testing .emc-issue-card p {
  color: #000000 !important;
}

/* --- Section 8: Industries that benefit --- */

.page-template-emc-pre-compliance-testing .emc-industries-img img {
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-emc-pre-compliance-testing .emc-industry-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-template-emc-pre-compliance-testing .emc-industry-card {
  background: #FFFFFF;
  border-radius: 18px;
  padding: 22px 25px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.10);
  transition: all 0.4s ease;
}

.page-template-emc-pre-compliance-testing .emc-industry-card:hover {
  transform: translateY(-6px);
}

.page-template-emc-pre-compliance-testing .emc-industry-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-template-emc-pre-compliance-testing .emc-industry-card h3 {
    font-size: 22px;
  }
}

.page-template-emc-pre-compliance-testing .emc-industry-card h3 {
  font-family: 'metropolis';
  margin-bottom: 6px;
}

/* --- Section 11: Partner with Stancer Testing-Lab --- */

.page-template-emc-pre-compliance-testing .emc-partner-features {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-template-emc-pre-compliance-testing .emc-partner-feature {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #FFFFFF;
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.page-template-emc-pre-compliance-testing .emc-partner-feature-num {
  flex: 0 0 auto;
  font-family: 'metropolis';
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #9A183C;
}

.page-template-emc-pre-compliance-testing .emc-partner-feature-body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page-template-emc-pre-compliance-testing .emc-partner-feature-body h3 {
    font-size: 22px;
  }
}

.page-template-emc-pre-compliance-testing .emc-partner-feature-body h3 {
  font-family: 'metropolis';
  margin-bottom: 6px;
}

/* --- Responsive: tablet & below --- */

@media (max-width: 1199px) {
  .page-template-emc-pre-compliance-testing .emc-3-col {
    min-width: 720px;
  }

  .page-template-emc-pre-compliance-testing #testing-capabilities .table-wrapper {
    overflow-x: auto;
  }
}

@media (max-width: 767px) {
  .page-template-emc-pre-compliance-testing .emc-3-col thead th,
  .page-template-emc-pre-compliance-testing .emc-3-col tbody td {
    padding: 16px 18px !important;
    font-size: 15px !important;
  }

  .page-template-emc-pre-compliance-testing .emc-partner-feature {
    padding: 18px 20px;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#fe6468\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 100 104 / var(--tw-text-opacity, 1));
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 640px) {
  .sm\:inline {
    display: inline;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-\[20px\] {
    font-size: 20px;
  }

  .sm\:text-\[80px\] {
    font-size: 80px;
  }

  .sm\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mt-\[100px\] {
    margin-top: -100px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mt-\[0px\] {
    margin-top: 0px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_350px\] {
    grid-template-columns: 1fr 350px;
  }

  .md\:grid-cols-\[1fr_365px\] {
    grid-template-columns: 1fr 365px;
  }

  .md\:grid-cols-\[47\%_1fr\] {
    grid-template-columns: 47% 1fr;
  }

  .md\:grid-cols-\[56\%_1fr\] {
    grid-template-columns: 56% 1fr;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[75px\] {
    gap: 75px;
  }

  .md\:p-\[25px\] {
    padding: 25px;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:p-\[40px\] {
    padding: 40px;
  }

  .md\:p-\[60px\] {
    padding: 60px;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-\[0px\] {
    padding-bottom: 0px;
  }

  .md\:pb-\[14px\] {
    padding-bottom: 14px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .md\:pb-\[4px\] {
    padding-bottom: 4px;
  }

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pt-\[14px\] {
    padding-top: 14px;
  }

  .md\:pt-\[15px\] {
    padding-top: 15px;
  }

  .md\:pt-\[20px\] {
    padding-top: 20px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

  .md\:pt-\[80px\] {
    padding-top: 80px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[35px\] {
    font-size: 35px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_440px\] {
    grid-template-columns: 1fr 440px;
  }

  .lg\:grid-cols-\[27\%_50\%_20\%\] {
    grid-template-columns: 27% 50% 20%;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .lg\:text-\[126px\] {
    font-size: 126px;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-\[1fr_439px\] {
    grid-template-columns: 1fr 439px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32xl\:grid-cols-\[1fr_555px\] {
    grid-template-columns: 1fr 555px;
  }

  .\32xl\:gap-\[100px\] {
    gap: 100px;
  }

  .\32xl\:gap-\[75px\] {
    gap: 75px;
  }

  .\32xl\:p-\[35px\] {
    padding: 35px;
  }

  .\32xl\:p-\[45px\] {
    padding: 45px;
  }

  .\32xl\:p-\[50px\] {
    padding: 50px;
  }

  .\32xl\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .\32xl\:pt-\[40px\] {
    padding-top: 40px;
  }

  .\32xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .\32xl\:pt-\[75px\] {
    padding-top: 75px;
  }

  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }
}