*, ::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.13 | 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] {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
/* Ensure iframe container is on top */
.sketchfab-embed-wrapper {
  position: relative;
  z-index: 50;
}

/* Disable pointer events on overlapping elements */
.overlapping-element {
  pointer-events: none;
}

/* Ensure iframe is visible */
iframe {
  display: block;
  visibility: visible;
  opacity: 1;
}

.aspect-video {
  aspect-ratio: 3 / 1.1; /* Sets a 16:9 aspect ratio */
  width: 100%; /* Ensures the container takes full width */
  position: relative; /* Helps with positioning child elements */
}


section.sec_new_3 {
  background-image: url(../images/peb_bg_2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1027px;
  display: flex;
  align-items: center;
  margin: -490px 0 0 0;
  /* z-index: -1; */
  position: relative;
  margin-bottom: 350px;
}
.home_global {
  position: relative;
  bottom: -480px;
}

@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;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

.bottom-\[-38px\] {
  bottom: -38px;
}

.bottom-\[24px\] {
  bottom: 24px;
}

.bottom-\[-120px\] {
  bottom: -120px;
}

.bottom-\[-80px\] {
  bottom: -120px;
}

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-7 {
  right: 1.75rem;
}

.right-\[24px\] {
  right: 24px;
}

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

.right-\[7px\] {
  right: 7px;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

.top-\[7px\] {
  top: 7px;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.-mt-\[60\%\] {
  margin-top: -60%;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.mb-20 {
  margin-bottom: 5rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-\[-10px\] {
  margin-right: -10px;
}

.mt-auto {
  margin-top: auto;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.mt-20 {
  margin-top: 5rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[120px\] {
  height: 120px;
}
.h-\[180px\] {
  height: 180px;
}

.h-\[13\.51px\] {
  height: 13.51px;
}

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

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

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

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

.h-\[50\%\] {
  height: 50%;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-svh {
  height: 100svh;
}

.h-8 {
  height: 2rem;
}

.max-h-20 {
  max-height: 5rem;
}

.min-h-36 {
  min-height: 9rem;
}

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

.min-h-32 {
  min-height: 8rem;
}

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

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

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


.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

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

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}
.w-32 {
  width: 8rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-\[13\.51px\] {
  width: 13.51px;
}

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

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

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

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

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

.w-\[50\%\] {
  width: 50%;
}

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

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

.w-\[80px\] {
  width: 80px;
}
.space-x-4  {
  margin-left: 1rem; /* 1rem = 16px */
}
.truncate {
  overflow: hidden;       /* Hide overflowing text */  /* Prevent text from wrapping */
  text-overflow: ellipsis; /* Add ellipsis (...) for truncated text */
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-\[130px\] {
  max-width: 130px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 1100px;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --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)) scaleY(var(--tw-scale-y));
}

.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));
}

.list-inside {
  list-style-position: inside;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.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)));
}

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

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

.self-end {
  align-self: flex-end;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

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

.border-l {
  border-left-width: 1px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

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

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

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

.border-dashed {
  border-style: dashed;
}

.border-\[\#009FE3\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 159 227 / var(--tw-border-opacity));
}

.border-\[\#22498C\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 73 140 / var(--tw-border-opacity));
}

.border-\[\#314888\] {
  --tw-border-opacity: 1;
  border-color: rgb(49 72 136 / var(--tw-border-opacity));
}

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

.border-\[\#7CB6F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(124 182 242 / var(--tw-border-opacity));
}

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

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

.border-\[\#8EBEE5\] {
  --tw-border-opacity: 1;
  border-color: rgb(142 190 229 / var(--tw-border-opacity));
}

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

.border-\[\#B9C0C4\] {
  --tw-border-opacity: 1;
  border-color: rgb(185 192 196 / var(--tw-border-opacity));
}

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

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

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

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

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

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

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.border-clmx-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 159 227 / var(--tw-border-opacity));
}

.border-clmx-red {
  --tw-border-opacity: 1;
  border-color: rgb(227 6 19 / var(--tw-border-opacity));
}

.border-clmx-green {
  --tw-border-opacity: 1;
  border-color: rgb(11 125 26 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

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

.bg-\[\#009FE3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity));
}
.bg-\[\#009FE3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity));
}

.bg-\[\#0B7D1A\] {
  --tw-bg-opacity: 1;
  background-color: #0B7D1A;
}

.bg-\[\#F03653\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 54 83 / var(--tw-bg-opacity));
}

.bg-\[\#224E90\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 78 144 / var(--tw-bg-opacity));
}

.bg-\[\#22498C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 73 140 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}

.bg-clmx-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity));
}

.bg-clmx-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 255 / var(--tw-bg-opacity));
}

.bg-clmx-red {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

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

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/peb_bg_2\.png\'\)\] {
  background-image: url('../../assets/images/peb_bg_2.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/bg-about\.png\'\)\] {
  background-image: url('../../assets/images/bg-about.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/bg-contact\.jpg\'\)\] {
  background-image: url('../../assets/images/bg-contact.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/bg-mip\.png\'\)\] {
  background-image: url('../../assets/images/bg-mip.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/bg-symbol\.png\'\)\] {
  background-image: url('../../assets/images/bg-symbol.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/bg\.jpg\'\)\] {
  background-image: url('../../assets/images/bg.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/electromax\/e-bg\.png\'\)\] {
  background-image: url('../../assets/images/electromax/e-bg.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/electromax\/electromax-hero\.png\'\)\] {
  background-image: url('../../assets/images/electromax/electromax-hero.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/flowmax\/hero\.png\'\)\] {
  background-image: url('../../assets/images/flowmax/hero.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/iceland\/hero\.png\'\)\] {
  background-image: url('../../assets/images/iceland/hero.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/page-header-blogs\.png\'\)\] {
  background-image: url('../../assets/images/page-header-blogs.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/page-header-careers\.png\'\)\] {
  background-image: url('../../assets/images/page-header-careers.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/page-header-contact-us\.png\'\)\] {
  background-image: url('../../assets/images/page-header-contact-us.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/page-header-privacy\.png\'\)\] {
  background-image: url('../../assets/images/page-header-privacy.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/page-header-projects\.png\'\)\] {
  background-image: url('../../assets/images/page-header-projects.png');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#08274D\] {
  --tw-gradient-from: #08274D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 39 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#22498C\] {
  --tw-gradient-from: #22498C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 73 140 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#224E90\] {
  --tw-gradient-from: #224E90 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 78 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#3480AB\] {
  --tw-gradient-from: #3480AB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 128 171 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(255\2c 255\2c 255\2c 0\)\] {
  --tw-gradient-from: rgba(255,255,255,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.via-\[rgba\(36\2c 106\2c 169\2c \.9\)\] {
  --tw-gradient-to: rgba(36, 106, 169, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(36,106,169,.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[rgba\(63\2c 183\2c 234\2c 0\.8\)\] {
  --tw-gradient-to: rgba(63, 183, 234, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(63,183,234,0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[rgba\(34\2c 73\2c 140\2c 0\.8\)\] {
  --tw-gradient-to: rgba(34,73,140,0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(34,73,140,0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[rgba\(240\2c 54\2c 83\2c 0\.8\)\] {
  --tw-gradient-to: rgba(240,54,83,0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(240,54,83,0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[rgba\(80\2c 45\2c 51\2c 0\.8\)\] {
  --tw-gradient-to: rgba(80,45,51,0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(80,45,51,0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#22498C\] {
  --tw-gradient-to: #22498C var(--tw-gradient-to-position);
}

.to-\[\#F03653\] {
  --tw-gradient-to: #F03653 var(--tw-gradient-to-position);
}

.to-\[\#502D33\] {
  --tw-gradient-to: #502D33 var(--tw-gradient-to-position);
}

.to-\[\#009FE3\] {
  --tw-gradient-to: #009FE3 var(--tw-gradient-to-position);
}

.to-\[\#07264C\] {
  --tw-gradient-to: #07264C var(--tw-gradient-to-position);
}

.to-\[\#22498c00\] {
  --tw-gradient-to: #22498c00 var(--tw-gradient-to-position);
}

.to-\[rgba\(38\2c 168\2c 224\2c 0\)\] {
  --tw-gradient-to: rgba(38,168,224,0) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

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

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

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

.fill-\[\#333333\] {
  fill: #333333;
}

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-44 {
  padding-bottom: 11rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 0.65rem;
}


.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-4 {
  padding-right: 0.2rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[150px\] {
  padding-right: 150px;
}
.pl-\[150px\] {
  padding-right: 150px;
}


.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-light {
  font-weight: 300;
}

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

.text-\[\#009FE3\] {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity));
}

.text-\[\#024FA1\] {
  --tw-text-opacity: 1;
  color: rgb(2 79 161 / var(--tw-text-opacity));
}

.text-\[\#22498C\] {
  --tw-text-opacity: 1;
  color: rgb(34 73 140 / var(--tw-text-opacity));
}

.text-\[\#22498c\] {
  --tw-text-opacity: 1;
  color: rgb(34 73 140 / var(--tw-text-opacity));
}

.text-\[\#2B388F\] {
  --tw-text-opacity: 1;
  color: rgb(43 56 143 / var(--tw-text-opacity));
}

.text-\[\#314888\] {
  --tw-text-opacity: 1;
  color: rgb(49 72 136 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#5A5A5A\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.text-\[\#706F6F\] {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

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

.text-\[\#96C0FF\] {
  --tw-text-opacity: 1;
  color: rgb(150 192 255 / var(--tw-text-opacity));
}

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

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

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

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

.text-\[\#E30613\] {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}

.text-\[\#F9FCFD\] {
  --tw-text-opacity: 1;
  color: rgb(249 252 253 / var(--tw-text-opacity));
}

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

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

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-clmx-blue {
  --tw-text-opacity: 1;
  color: rgb(0 159 227 / var(--tw-text-opacity));
}

.text-clmx-green {
  --tw-text-opacity: 1;
  color: rgb(11 125 26 / var(--tw-text-opacity));
}

.text-clmx-darkgray {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));
}
.text-darkgray {
  --tw-text-opacity: 1;
  color: #303030;
}

.text-clmx-gray {
  --tw-text-opacity: 1;
  color: rgb(112 111 111 / var(--tw-text-opacity));
}

.text-clmx-red {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

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

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

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0px_4px_13\.3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\;\] {
  --tw-shadow: 0px 4px 13.3px rgba(0,0,0,0.07);;
  --tw-shadow-colored: 0px 4px 13.3px 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-\[0px_4px_25\.1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 4px 25.1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 4px 25.1px 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-\[0px_4px_36px_11px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 4px 36px 11px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 4px 36px 11px 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-\[0px_4px_44px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0px 4px 44px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0px 4px 44px 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-\[0px_4px_57px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0px 4px 57px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0px 4px 57px 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);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.123);
  --tw-shadow-colored: 0 1px 2px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

body {
  font-family: "Open Sans", sans-serif;
}

body #magicPointer {
  background: #009FE3 !important;
  width: 8px !important;
  height: 8px !important;
}

body #magicMouseCursor {
  /* background: #009FE3; */
  border-color: #009FE3 !important;
}

/* Optional: Ensure no overflow on smaller screens */

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
}

header.site-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
}

/* General styles for the section */

.brands-section {
  position: relative;
  /* height: 100vh;  */
  overflow: hidden;
  /* Hide overflowing content */
  width: 100%;
}

/* .brands-section.fixed{
  position: fixed;
  top: 0;
  z-index: 4;
} */

.active-tab {
  border-left: 5px solid #1fabe7;
  font-weight: bold;
  background-color: #ebfbff50;
  color: #1fabe7;
}

.slick-track {
  padding: 40px 0;
}

.partner-icons-wrapper {
  display: flex;
  /* // gap: 110px; */
  width: -moz-fit-content;
  width: fit-content;
}

.partner-icons-section {
  animation: inifinite-loop-left 60s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  padding: 0;
  animation-play-state: running;
  /* Animation is running by default */
}

.partner-icons-section-to-right {
  animation: inifinite-loop-right 60s linear infinite;
  animation-play-state: running;
  /* Animation is running by default */
}

.partner-icons-wrapper:hover .partner-icons-section {
  animation-play-state: paused;
  /* Pause animation on hover */
}

.partner-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #c3edff;
  transition: all 300ms ease-in-out;
}

.partner-icon:hover {
  background: #c3edff;
  transition: all 300ms ease-in-out;
}

.partner-icon img {
  min-height: 71px;
  max-height: 71px;
  width: auto;
}

#video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  background: transparent url("../assets/images/bg.jpg") no-repeat;
  background-size: cover;
}

video {
  display: block;
}

.video-container {
  width: 100%;
  overflow: hidden;
  top: 0;
  right: 0;
}

@keyframes inifinite-loop-left {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes inifinite-loop-right {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* Position the map and the pins */

#map {
  position: relative;
  max-width: 500px;
  /* adjust as per your need */
}

.electromax-map #map {
  position: relative;
  max-width: 650px;
  /* adjust as per your need */
}

.electromax-map #map .details-box {
  bottom: 15px;
  right: -6px;
}

.international-map #map {
  position: relative;
  max-width: 1000px;
  /* adjust as per your need */
}

.international-map #map .details-box {
  bottom: 15px;
  right: -6px;
}

.buildmax-map #map {
  position: relative;
  max-width: 1200px;
  /* adjust as per your need */
}

.buildmax-map #map .details-box {
  bottom: 15px;
  right: -6px;
}

.flowmax-map #map {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  /* adjust as per your need */
}

.carousel-modal{
  padding: 0;
}

.fancybox__backdrop {
  background: transparent !important;
  /* Make the backdrop invisible */
}

.carousel__button{
  background-color: #009fe356;
}

.carousel__button svg{
  stroke: #005ec0;
}

@media (min-width: 1600px){
  .carousel-modal{
    width: 1500px;
  }
}

@media (max-width: 500px) {
  #map {
    margin: 0 auto;
    max-width: 300px;
  }

  div#karachi-pin {
    top: 99px !important;
    left: 67px !important;
  }

  div#lahore-pin {
    top: 59px !important;
    left: 157px !important;
  }

  div#islamabad-pin {
    top: 35px !important;
    left: 175px !important;
  }

  .electromax-map #map {
    margin: 0 auto;
    max-width: 300px;
  }

  .international-map #map {
    margin: 0 auto;
    max-width: 300px;
  }

  .buildmax-map #map {
    margin: 0 auto;
    max-width: 300px;
  }

  .electromax-map #map div#karachi-pin {
    top: 64px !important;
    left: 97px !important;
  }

  .electromax-map #map div#lahore-pin {
    top: 38px !important;
    left: 230px !important;
  }

  .electromax-map #map div#islamabad-pin {
    top: 198px !important;
    left: 221px !important;
  }

  .international-map #map div#karachi-pin {
    top: 64px !important;
    left: 97px !important;
  }

  .international-map #map div#lahore-pin {
    top: 38px !important;
    left: 230px !important;
  }

  .international-map #map div#islamabad-pin {
    top: 198px !important;
    left: 221px !important;
  }

  .buildmax-map #map div#karachi-pin {
    top: 64px !important;
    left: 97px !important;
  }

  .buildmax-map #map div#lahore-pin {
    top: 38px !important;
    left: 230px !important;
  }

  .buildmax-map #map div#islamabad-pin {
    top: 198px !important;
    left: 221px !important;
  }

  .electromax-map #map .details-box {
    bottom: 15px;
    right: -6px;
    left: -110px;
  }
  .international-map #map .details-box {
    bottom: 15px;
    right: -6px;
    left: -110px;
  }

  .buildmax-map #map .details-box {
    bottom: 15px;
    right: -6px;
    left: -110px;
  }

  .flowmax-map #map div#karachi-pin {
    bottom: 14px !important;
    left: 97px !important;
    top: inherit !important;
  }

  .flowmax-map #map div#lahore-pin {
    bottom: -22px !important;
    left: 50% !important;
    top: inherit !important;
  }

  .flowmax-map #map div#islamabad-pin {
    bottom: 14px !important;
    right: 0px !important;
    left: inherit !important;
    top: inherit !important;
  }

  .flowmax-map #map .details-box {
    bottom: 15px;
    right: -6px;
    left: -110px;
  }

  .flowmax-map #map .details-box#islamabad-details{
    left: inherit;
  }

  .pin img {
    height: 25px;
  }
}

.pin {
  position: absolute;
  cursor: pointer;
}

.details-box {
  position: absolute;
  z-index: 100;
  background: white;
  box-shadow: 0px 4px 36px 11px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 20px;
  max-width: 300px;
  min-width: 280px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: scale(0.95);
  /* Initial shrink */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  /* Delayed visibility */
  bottom: 70px;
  /* top: -67px; */
  right: -10px;
}

.details-box.show {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  /* Grow on hover */
  transition-delay: 0s;
  /* Reset visibility delay */
}

.details-box img {
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-slider .slick-track{
  padding: 0;
}

@media (max-width: 768px) {
  .details-box.karachi {
    right: -134px;
  }
}

.products-wrapper {
  max-width: 1600px;
  position: relative;
  z-index: 1;
}

/* Dashed lines */

.dashed-line {
  border: 1px dashed #005ec08c;
  width: 0;
  height: 100%;
}

/* Down arrow */

.arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1e3a8a;
}

/* Custom style for logo images */

.product-logo {
  width: 180px;
  height: auto;
  min-height: 50px;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 !important;
}


.path-line {
  padding: 0;
  border: 1px dashed #005ec0;
  border-top: 0;
  border-radius: 0px 0px 50px 50px;
  height: 60px;
  max-width: 88%;
  position: relative;
  margin: 0 auto;
  z-index: 50;
}

.brands-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  margin: 0 auto;
  max-width: 1010px !important;
}

/* @media (min-width:768px ) and (max-width: 1023px) {
  .path-line{
    max-width: 815px;
  }
} */

.is-accordion-submenu-parent[aria-expanded="true"]>a {
  color: #009FE3;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .path-line {
    max-width: 815px;
  }
}

@media (max-width: 767px) {
  .brands-container {
    max-height: none !important;
    height: auto !important;
  }
}


@media (min-width: 1201px) and (max-width: 1300px) {
  .brands-container {
    max-width: 1250px !important;
  }
}

.left-container,
.right-container {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  .left-container,
  .right-container {
    width: 90%;
  }
}

.right-content {
  width: 100%;
  /* border: 1px solid cyan; */
}

.right-element {
  width: 100%;
  height: 100vh;
  /* border: 1px solid red; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 100px;
  flex-direction: column;
}

.left-container {
  display: flex;
  /* align-items: center; */
  height: auto;
}

.left-content {
  /* width: 100%; */
  /* max-width: 400px; */
  height: 100%;
  /* max-height: 400px; */
  position: relative;
  overflow: hidden;
}

.play-btn {
  box-shadow: 0px 4px 41.4px #009fe3;
  min-width: 80px;
  min-height: 80px;
}

.play-btn i {
  color: #009fe3;
}

.play-btn-buildmax {

  min-width: 80px;
  min-height: 80px;
}

.play-btn-buildmax i {
  color: #009fe3;
}


.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #009FE3;
  /* Blue scrollbar */
  border-radius: 10px;
}

.tab-item{
  padding: 20px 27px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  border-radius: 13px;
}

.tab-item.normal{
  color: #878787;
  background: #EBEBEB20;
  transition: all 150ms ease-in-out;
}

.tab-item:hover, .tab-item.active{
  color: #009FE3;
  background: #009FE320;
  transition: all 150ms ease-in-out;
}

.accordions-wrapper {
  display: flex;
  border-left: 1px solid #ffffff50;
  border-right: 1px solid #ffffff50;
}

.accordion-item {
  width: 25%;
  transition: all 300ms ease-in-out;
  padding: 0 20px;
  border-right: 1px solid #ffffff50;
  overflow: hidden;
}

.accordion-item:last-child {
  border-right: 0;
}

.accordion-item:hover {
  width: 85%;
  transition: all 300ms ease-in-out;
}

.accordion-item .full {
}

.accordion-item .content{
  width: 300px;
  transform: translateX(20%);
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.accordion-item:hover .content{
  width: 300px;
  transform: translateX(0%);
  opacity: 1;
  transition: all 300ms ease-in-out;
}

.text-stroke{
  -webkit-text-stroke: 1px #009FE3;
  /* Stroke width and color */
  /* text-shadow: 2px 2px 0 #009FE3;  */
  color:white;
}

.pl-btn {
  display: block;
}

.video-container:hover .pause-btn {
  display: block;
}

.role-item {
  background: #FFFFFF;
  border: 1px solid #ADADAD;
  box-shadow: 0px 4px 7.7px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  overflow: hidden;
}

.role-item:not(:last-child) {
  margin-bottom: 20px;
}

.role-item .role-header{
  padding: 15px 30px;
  color: #999999;
  transition: all 300ms ease-in-out;
}

.role-item .role-header .role-name{
  color: #999999;
  font-size: 18px;
}

.role-item .role-header .role-desc{
  font-size: 12px;
  color: #fff;
  transition: all 300ms ease-in-out;
  opacity: 0;
  height: 0;
}

.role-item .role-header .role-location{
  color: #999999;
  font-size: 11px;
}

.role-item .role-header.active{
  background: #22498C;
  transition: all 300ms ease-in-out;
}

.role-item .role-header.active .role-desc{
  transition: all 300ms ease-in-out;
  opacity: 1;
  height:auto;
}

.role-item .role-header.active .role-name{
  color: #fff;
}

.role-item .role-header.active .role-location{
  color: #fff;
}

.role-item .role-content{
  padding: 30px;
}

.iceland-roles-wrapper.roles-wrapper .role-item .role-header.active{
  background: #009FE3;
}

.iceland-roles-wrapper.roles-wrapper .role-item .menu{
}

.iceland-roles-wrapper.roles-wrapper .role-item .menu>li{
  position: relative;
}

.iceland-roles-wrapper.roles-wrapper .role-item .menu>li:not(.submenu .is-submenu-item):before{
  content: '';
  width: 3px;
  height: 3px;
  position: absolute;
  background: #878787;
  border-radius:100px;
  top: 20px;
}

.iceland-roles-wrapper.roles-wrapper .role-item .menu .is-accordion-submenu-parent[aria-expanded="true"]::before{
  background: #009FE3 !important;
}

.brand-logo{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.image-block-item{
  border-radius: 59px;
}

.da-card {
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

/* Slight parallax effect on hover */

.da-card:hover .dac-content {
  /* transform: translateZ(24px);
  overflow: hidden; */
}

.dac-content {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
  border-radius: 39px;
  overflow: hidden;
}

.video-modal2{
  padding: 0 !important;
  border: 0;
}
.video-modal.custom{
  width: 100%;
  height: calc(100vh - 40px);
  max-width: none;
}
.video-modal.custom iframe{
  width: 100%;
  height: 100%;
  max-width: none;
}
.reveal-overlay{
  padding: 20px; 
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #565656;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #EBFBFF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Video Modal Styles */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.3s ease, visibility 0.3s ease; */
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.video-modal__content {
  position: relative;
  width: 90vw;
  max-width: 1200px;
  height: 80vh;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  z-index: -1;
}

.video-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 24px;
  transition: background 0.3s ease;
}

.video-modal__close:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Play Button Styles */
.play-btn {
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.play-btn:hover {
  transform: scale(1.05);
  background: #f0f0f0;
}

.operations-maintenance{
  position:relative;
}

.operations-maintenance::before {
  content: '';
  height: 100%;
  width: 60%;
  border: 2px dashed #009FE3;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 0;
}

@media (max-width: 768px) {
  .image-block-item {
    border-radius: 39px;
  }

  .page-header{
    background-position: left center !important;
  }

  .accordions-wrapper{
    flex-direction: column;
    border-left: 0px solid #ffffff50;
    border-right: 0px solid #ffffff50;
    border-top: 1px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
  }

  .accordion-item {
    width: 100%;
    transition: all 300ms ease-in-out;
    padding: 20px 20px;
    border-right: 0px solid #ffffff50;
    border-bottom: 1px solid #ffffff50;
    overflow: hidden;
  }

  .accordion-item:last-child {
    border-bottom: 0px solid #ffffff50;
  }

  .accordion-item:hover {
    width: 100%;
    transition: all 300ms ease-in-out;
  }

  .accordion-item .full {
  }

  .accordion-item .content{
    width: 100%;
    transform: translateX(0);
    opacity: 1;
    transition: all 300ms ease-in-out;
  }

  .accordion-item:hover .content{
    width: 100%;
    transform: translateX(0%);
    opacity: 1;
    transition: all 300ms ease-in-out;
  }

  .right-element {
    height: auto;
  }

  .right-container {
    height: auto;
  }

  section.section.hero-section {
    /* padding-top: 210px !important; */
    max-height: 650px !important;
    padding-bottom: 140px;
  }

  section.section.hero-section.inner-page-hero-section {
    /* padding-top: 210px !important; */
    max-height: none !important;
    /* padding-bottom: 140px; */
  }

  img.certifications-hero {
    min-height: 50px;
    width: auto;
    margin: 0 auto;
  }

  header.site-header {
    z-index: 100;
    /* position: relative; */
  }

  #mobile-menu {
    background: #fff;
    max-width: 300px;
    height: 100vh;
    z-index: 100;
    top: 112px;
    box-shadow: 3px 4px 13px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
    /* Initially off-screen */
    transition: transform 0.3s ease-in-out;
    /* Add transition for smooth slide */
  }

  #mobile-menu.hide-menu {
    transform: translateX(-320px);
    /* Move it into view when not hidden */
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1023px) {
  .play-btn {
    min-width: 45px;
    min-height: 45px;
    max-width: 45px;
    max-height: 45px;
  }

  section.section.hero-section {
    padding-top: 140px;
    max-height: 770px;
    padding-bottom: 140px;
  }
}

.left-content ul {
  border-left: 1px solid #e9e9e9;
}

.left-content ul li {
  border-left: 5px solid transparent;
  padding: 10px;
  color: #878787;
  cursor: pointer;
}

.left-content ul li.selected {
  color: #1fabe7;
  border-color: #1fabe7;
  background-color: #ebfbff50;
  font-weight: bold;
}

.scrolling-content-item {
  min-height: 100vh;
  padding: 19vh 0;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.home-sticky-slider-hold-inside {
  height: 100vh;
}

.home-sticky-slider-hold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.home-sticky-slider-items {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-sticky-slider-item {
  top: 0%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  transition: 0.2s 0.2s linear;
}

.home-sticky-slider-item.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.2s linear;
}

.technology-left,
.technology-right {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.home-sticky-slider-item.is-active .technology-left,
.home-sticky-slider-item.is-active .technology-right {
  opacity: 1;
  visibility: visible;
  transition: 0.4s 0.3s;
}

.scrolling-content-item-content-logo {
  margin-bottom: 80px;
}

.thyroid-section {
  position: relative;
  min-height: 100vh;
  padding: 24px 0;
}

.scrolling-content-over-images-section {
  /* background: #edf2f6 */
}

.home-sticky-contents-hold {
  pointer-events: none;
}

.home-sticky-slider-item .section-top {
  max-width: 920px;
}

.technology-hold {
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
  margin-top: 20px;
}

.technology-left {
  width: 50%;
  /* padding-top: 44px */
}

.technology-right {
  width: calc(100% - 50%);
  /* padding-left: 2.42%; */
  height: calc(100vh - 173px);
  position: absolute;
  bottom: 0;
  right: 0;
}

.technology-image-hold {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.technology-image {
  /* padding-bottom: 72.393% */
}

.technology-image.has-video {
  padding-bottom: 56.25%;
  position: relative;
}

.technology-image.has-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-30 {
  color: #274ea9;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.9px;
}

.technology-left .title-30 {
  margin-bottom: 10px;
  max-width: 200px;
}

.technology-link {
  margin-top: 30px;
}

.home-section-sticky-slider-dots {
  position: absolute;
  /* bottom: 10.5%;
  left: 10.5%; */
  z-index: 11;
}

.home-section-sticky-slider-dots:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  background: #e9e9e9;
}

.home-section-sticky-slider-dots ul li a {
  display: inline-block;
  padding: 10px 15px;
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
  position: relative;
  transition: 0.4s;
}

.home-section-sticky-slider-dots ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 4px;
  background: #1fabe7;
  opacity: 0;
  transition: 0.4s;
}

.home-section-sticky-slider-dots ul li.is-active a {
  color: #1fabe7;
  background: #ebfbff50;
  transition: 0.4s;
}

.home-section-sticky-slider-dots ul li.is-active a:before {
  opacity: 1;
  transition: 0.4s;
}

/* .grid-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 10
}

.grid-container.grid-container-md {
  max-width: 1340px
}
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
} */

#prev {
  left: -25px;
}

#next {
  right: -25px;
}

.news-card {
  border-radius: 26px;
}

.news-card img {
  border-radius: 26px;
}

@media (min-width: 1023px) and (max-width: 1279px) {
  .product-logo {
    width: 150px;
  }
}

@media (min-width: 1440px) {
  .home-section-sticky-slider-dots ul li a {
    font-size: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  .home-section-sticky-slider-dots ul li a {
    font-size: 12px;
    padding: 5px 10px;
  }

  .home-section-sticky-slider-dots {
    bottom: 20px;
  }

  .thyroid-section .section-top{
    max-width: 40%;
  }

  .thyroid-section .section-top p{
    font-size: 12px;
  }
}

@media (min-width: 1023px) {
  .technology-left {
    width: 40%;
    /* padding-top: 44px; */
  }

  .technology-right {
    width: calc(100% - 40%);
    /* padding-top: 44px; */
  }
}

@media (max-height: 800px) {
  /* .home-section-sticky-slider-dots ul li a {
    font-size: 12px;
    padding: 4px 10px;
  } */
}

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

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

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

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

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

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

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}

.hover\:border-\[\#22498C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 73 140 / var(--tw-border-opacity));
}

.hover\:border-\[\#22498c\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 73 140 / var(--tw-border-opacity));
}

.hover\:bg-\[\#024FA1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 79 161 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#22498C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 73 140 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#E9F8FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#EBFBFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 251 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#EEFAFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 250 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FFF7F8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 248 / var(--tw-bg-opacity));
}

.hover\:bg-clmx-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#064e0f\]:hover {
  --tw-bg-opacity: 1;
  background-color: #064e0f;
}
.hover\:bg-\[\#0B7D1A\]:hover {
  --tw-bg-opacity: 1;
  background-color: #0B7D1A;
}

.hover\:bg-\[\#af1e34\]:hover {
  --tw-bg-opacity: 1;
  background-color: #af1e34;
}
.hover\:bg-\[\#F03653\]:hover {
  --tw-bg-opacity: 1;
  background-color: #F03653;
}

.hover\:bg-\[\#FFF1F2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

.hover\:bg-clmx-darkblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 73 140 / var(--tw-bg-opacity));
}

.hover\:bg-clmx-lightblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 250 255 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

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

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

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

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --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);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

.group:hover .group-hover\:bg-\[\#DBF4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 244 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-clmx-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 159 227 / var(--tw-bg-opacity));
}

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

.group:hover .group-hover\:fill-\[\#009FE3\] {
  fill: #009FE3;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

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

@media (min-width: 640px) {
  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-\[160px\] {
    width: 160px;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:max-w-lg {
    max-width: 992px;
  }

  .md\:max-w-md {
    max-width: 1100px;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:ms-0 {
    margin-inline-start: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mt-56 {
    margin-top: 14rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-\[120px\] {
    height: 120px;
  }

  .lg\:h-\[160px\] {
    height: 160px;
  }

  .lg\:h-\[180px\] {
    height: 180px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:max-h-\[768px\] {
    max-height: 768px;
  }

  .lg\:min-h-\[132px\] {
    min-height: 132px;
  }
  
  .lg\:min-h-\[480px\] {
    min-height: 480px;
  }

  .lg\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .lg\:w-1\/2 {
    width: 80%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-\[120px\] {
    width: 120px;
  }

  .lg\:w-\[160px\] {
    width: 160px;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[360px\] {
    width: 360px;
  }

  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-100 {
    width: 10rem;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

  .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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .lg\:leading-5 {
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:h-\[220px\] {
    height: 220px;
  }

  .xl\:h-\[250px\] {
    height: 250px;
  }

  .xl\:w-\[220px\] {
    width: 220px;
  }

  .xl\:w-\[250px\] {
    width: 250px;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-\[510px\] {
    max-width: 510px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-xl {
    max-width: 80%;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-1\/2 {
    width: 50%;
  }

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

  .\32xl\:gap-9 {
    gap: 2.25rem;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
  transition: all 0.3s ease;
}

.whatsapp-float__icon {
  font-size: 28px;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1) translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .whatsapp-float {
    width: 44px;
    height: 44px;
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-float__icon {
    font-size: 24px;
  }
}

/* obaid */

section.sec_1 {
  padding: 200px 0 100px 0;
  background-image: url(../images/build-max_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.8) !important;
}