@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
*, ::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.17 | 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 */ /* 3 */
  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::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;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-\[20px\] {
  right: 20px;
}
.top-4 {
  top: 1rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[28px\] {
  top: 28px;
}
.top-\[300px\] {
  top: 300px;
}
.top-\[350px\] {
  top: 350px;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 1.25rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-\[100px\] {
  margin-top: -100px;
}
.-mt-\[300px\] {
  margin-top: -300px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.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-8 {
  margin-bottom: 2rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[auto\] {
  height: auto;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.min-h-\[40vh\] {
  min-height: 40vh;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[95\%\] {
  width: 95%;
}
.w-full {
  width: 100%;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -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));
}
.translate-y-\[-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)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.columns-1 {
  columns: 1;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 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;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-10 {
  column-gap: 2.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.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-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 1rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-none {
  border-style: none;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / 1);
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 1);
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / 1);
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-\[rgba\(14\2c 102\2c 143\2c 0\.42\)\] {
  background-color: rgba(14,102,143,0.42);
}
.bg-\[rgba\(14\2c 102\2c 143\2c 0\.75\)\] {
  background-color: rgba(14,102,143,0.75);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / 1);
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 1);
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / 1);
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / 1);
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 1);
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 1);
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-security-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / 1);
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / 1);
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / 1);
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#0E668FCC\] {
  --tw-gradient-from: #0E668FCC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 102 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1694CE\] {
  --tw-gradient-from: #1694CE var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 148 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#071326\] {
  --tw-gradient-to: #071326 var(--tw-gradient-to-position);
}
.to-\[\#0B2142CC\] {
  --tw-gradient-to: #0B2142CC var(--tw-gradient-to-position);
}
.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}
.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}
.to-security-blue-light {
  --tw-gradient-to: #E6F0FF var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Inter\'\] {
  font-family: 'Inter';
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.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-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.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-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#0E668F\] {
  --tw-text-opacity: 1;
  color: rgb(14 102 143 / 1);
  color: rgb(14 102 143 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / 1);
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-accent-red {
  --tw-text-opacity: 1;
  color: rgb(255 75 85 / 1);
  color: rgb(255 75 85 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / 1);
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / 1);
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 1);
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 1);
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 1);
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 1);
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / 1);
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 1);
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / 1);
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / 1);
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-security-blue {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / 1);
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  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 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


:root{
  --nav-button:#404ad8;
  --nav-active:#1652f0;
  --nav-letter:#4a4a4a;
  --nav-menu-open:#ffffffeb;
  --highlight-title:#20367d;
  --description-para: #beb7b7;
  --text-color: white;
  --card-text:#0052cc;
  --box-shadow:rgba(0, 0, 0, 0.1);
  --card-back:rgba(249, 249, 249, 0.311);
  --card-text:#4cc9f0;
  --back-color:#0a2647;
  --card-border:#f4f1f1;
  --carousel-border:rgb(212, 210, 210);
  --icon-styles:rgb(156, 155, 153);
  
  /* WhyChooseUs Component Variables */
  --dgft-primary: #404ad8;
  --dgft-secondary: #1652f0;
  --dgft-light: #f9f9f9;
  --dgft-text: #4a4a4a;

  /* Additional variables for enhanced styling */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-xxl: 3rem;
  
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-xxl: 2rem;
  
  --border-radius-sm: 0.25rem;
  --border-radius-md: 0.375rem;
  --border-radius-lg: 0.5rem;
  
  --transition-speed: 0.3s;
}
html {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
  margin: 0rem;
  /* background-color: var(--primary); */
  background-color: #f9f9f9;
  background-color: var(--dgft-light);

  padding: 0rem;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.rdrDefinedRangesWrapper {
  display: none;
  visibility: hidden;
  width: 0rem !important;
}

*,
*::after,
*::before {
  -ms-overflow-style: auto;  /* IE and Edge */
  scrollbar-width: auto;  /* Firefox */
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html:-webkit-scrollbar {
  display: none !important;
}

body{
  min-height: 100vh !important;
  overflow-x: hidden; 
  background-attachment: scroll;
  background-size: cover;
  /* background-position:bottom center; */
  /* color: var(--secondary) !important; */
  color: #4a4a4a !important;
  color: var(--dgft-text) !important;

  transition: all .3s ease-in-out;
  padding-right: 0rem !important;
}
.wrapper{
  min-height: 100vh !important;
  overflow-x: hidden;
  background-attachment: scroll;
  background-size: cover;
  color: #4a4a4a !important;
  color: var(--dgft-text) !important;
  padding-right: 0rem !important;
  transition: background-image 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}
*,
*::before,
*::after {
  scrollbar-width: none; 
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  display: none;
}
a{
  cursor: pointer;
  text-decoration: none;
  color: #404ad8;
  color: var(--dgft-primary);
  transition: color 0.3s ease;
  transition: color var(--transition-speed) ease;
}

a:hover {
  color: #1652f0;
  color: var(--dgft-secondary);
}

.view-details-btn {
  background-color: #404ad8;
  background-color: var(--dgft-primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;

}

.view-details-btn:hover {
  background-color: #1652f0;
  background-color: var(--dgft-secondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Layout */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0 var(--spacing-md);
}

/* Add adjustment for back-to-top button when cookie banner is visible */
body.cookie-banner-visible .back-to-top {
  bottom: 80px !important;
}

@media (max-width: 600px) {
  body.cookie-banner-visible .back-to-top {
    bottom: 120px !important; /* More space on mobile for the taller cookie banner */
  }
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 1);
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / 1);
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

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

.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-blue-100:hover {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

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

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  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));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  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));
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

@media (min-width: 640px) {

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-\[68px\] {
    left: 68px;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:top-\[420px\] {
    top: 420px;
  }

  .sm\:top-\[465px\] {
    top: 465px;
  }

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

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

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

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

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

  .sm\:max-h-\[450px\] {
    max-height: 450px;
  }

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

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

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

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem;
    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));
  }

  .sm\:columns-2 {
    columns: 2;
  }

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

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

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

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

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

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

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

  .sm\:pt-20 {
    padding-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

  .md\:left-\[0px\] {
    left: 0px;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:max-h-\[600px\] {
    max-height: 600px;
  }

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

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

  .md\:columns-3 {
    columns: 3;
  }

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

  .md\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

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

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

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

  .lg\:max-w-fit {
    max-width: fit-content;
  }

  .lg\:columns-4 {
    columns: 4;
  }

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

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

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

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

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

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

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

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}
/* Blog Section Styles */
.blogSection_blogSectionWrapper__AUDqU {
  position: relative; /* Add this */
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogSection_blogNavButton__onI6Y {
  transform: translateY(-50%);
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.blogSection_blogNavButton__onI6Y:hover {
  background: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.blogSection_blogNavButton__onI6Y:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #e0e0e0;
}

.blogSection_prevButton__JvvI2 {
  left: 10px;
}

.blogSection_nextButton__7H\+r\+ {
  right: 10px;
}

/* UPDATED BLOG SECTION STYLES */
.blogSection_customBlogSection__1uXEF {
  padding: 4rem 2rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.blogSection_blogSectionTitle__8mzEq {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.blogSection_blogSectionTitle__8mzEq span {
  color: var(--highlight-title);
}

.blogSection_blogCardsOuterContainer__jWXai {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: 10px;
}

.blogSection_blogCardsContainer__4eXQd {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.blogSection_blogCardWrapper__G0hZl {
  min-width: calc(100% / 3);
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% / 3);
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.blogSection_blogCardWrapper__G0hZl:hover {
  transform: translateY(-5px);
}

.blogSection_blogCard__ADlxY {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blogSection_cardImage__Gg1Kn {
  height: 200px;
  overflow: hidden;
}

.blogSection_cardImage__Gg1Kn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blogSection_blogCard__ADlxY:hover .blogSection_cardImage__Gg1Kn img {
  transform: scale(1.05);
}

.blogSection_cardContent__Vfswe {
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blogSection_cardContent__Vfswe h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  flex-grow: 1;
}

.blogSection_buttonContainer__Etkls {
  margin-top: auto;
}

.blogSection_readMoreBtn__wdVmW {
  background: var(--nav-button);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 100%;  /* Make button full width on mobile */
  font-size: 1rem;
}

.blogSection_readMoreBtn__wdVmW:hover {
  background: var(--highlight-title);
}

.blogSection_allBlogsCta__Q\+X9B {
  margin-top: 2rem;
}

.blogSection_viewAllBtn__LWDw6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: var(--nav-button);
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.blogSection_viewAllBtn__LWDw6:hover {
  background: var(--highlight-title);
}

/* IMPROVED RESPONSIVE STYLES */
@media (max-width: 992px) {
  .blogSection_blogCardWrapper__G0hZl {
    min-width: 50%;
    flex: 0 0 50%;
  }
  
  .blogSection_cardContent__Vfswe h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .blogSection_customBlogSection__1uXEF {
    padding: 3rem 1rem;
  }
  
  .blogSection_blogSectionTitle__8mzEq {
    font-size: 2rem;
  }
  
  .blogSection_blogNavButton__onI6Y {
    width: 36px;
    height: 36px;
  }
  
  .blogSection_blogSectionWrapper__AUDqU {
    padding: 0 15px;
  }
  
  .blogSection_readMoreBtn__wdVmW {
    padding: 0.7rem 1.2rem;
  }
}

/* MOBILE OPTIMIZATIONS */
@media (max-width: 480px) {
  .blogSection_customBlogSection__1uXEF {
    padding: 2rem 0.5rem;
  }
  
  .blogSection_blogSectionTitle__8mzEq {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .blogSection_blogCardWrapper__G0hZl {
    min-width: 100%;  /* Full width cards on mobile */
    flex: 0 0 100%;
    padding: 0 8px;
  }
  
  .blogSection_blogCard__ADlxY {
    width: 100%;  /* Full width card */
  }
  
  .blogSection_cardImage__Gg1Kn {
    height: 180px;  /* Slightly smaller images on mobile */
  }
  
  .blogSection_cardContent__Vfswe {
    padding: 1.2rem;
  }
  
  .blogSection_cardContent__Vfswe h3 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  
  .blogSection_readMoreBtn__wdVmW {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
    width: 100%;  /* Full width button */
  }
  
  .blogSection_viewAllBtn__LWDw6 {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .blogSection_blogNavButton__onI6Y {
    width: 32px;
    height: 32px;
  }
  
  .blogSection_prevButton__JvvI2 {
    left: 5px;
  }
  
  .blogSection_nextButton__7H\+r\+ {
    right: 5px;
  }
} 
.common_servicesMainContainer__PJ\+18 {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  padding: 10px;
  overflow-x: hidden;
}

.common_servicesImageContainer__M8Nuc {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  background: url(/static/media/background.a97febeae1397af1c2d1.webp);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: visible;
  min-height: 860px;
}

.common_servicesOverlay__G-LxJ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 36, 68, 0.8);
  border-radius: 24px;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.common_servicesOverlay__G-LxJ h2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 2px;
}

.common_serviceCards__M1ltT {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  justify-content: center;
  margin: 60px auto 0;
  position: relative;
  z-index: 2;
}

.common_serviceCard__rInVt {
  position: relative;
  width: calc(25% - 22.5px);
  min-width: 220px;
  height: auto;
  min-height: 280px;
  background: rgba(255, 255, 255, 0.326);
  border-radius: 6px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  overflow: hidden;
  word-break: break-word;
}

.common_serviceCard__rInVt h3 {
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1FCBED;
  margin: 0;
  height: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.common_subheading__I15dm p{
width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1FCBED;
  margin: 0;
  height: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.common_serviceCard__rInVt hr {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1.5px solid #929292;
  margin: 14px 0;
}

.common_serviceCard__rInVt p {
  width: 100%;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.common_strikeThrough__qFIuM {
  text-decoration: line-through;
}

@media (max-width: 1440px) {
  .common_servicesMainContainer__PJ\+18 {
      width: 100%;
  }
  
  .common_servicesImageContainer__M8Nuc {
      width: 90%;
  }
  
  .common_servicesOverlay__G-LxJ {
      width: 100%;
      padding: 60px 40px;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      width: 100%;
      max-width: 1050px;
      font-size: 38px;
      line-height: 52px;
  }
  
  .common_serviceCards__M1ltT {
      max-width: 960px;
      gap: 20px;
  }
}

@media (max-width: 1300px) {
  .common_serviceCards__M1ltT {
      max-width: 900px;
      gap: 25px;
  }
  
  .common_serviceCard__rInVt {
      width: 200px;
  }
}

@media (max-width: 1200px) {
  .common_serviceCards__M1ltT {
      max-width: 1000px;
      gap: 20px;
  }
  
  .common_serviceCard__rInVt {
      width: calc(25% - 15px);
      min-width: 200px;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 34px;
      line-height: 48px;
  }
}

@media (max-width: 992px) {
  .common_serviceCards__M1ltT {
      max-width: 800px;
      gap: 20px;
  }
  
  .common_serviceCard__rInVt {
      width: calc(25% - 15px);
      min-width: 180px;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 32px;
      line-height: 44px;
      padding-top: 30px;
  }
}

@media (max-width: 900px) {
  .common_serviceCards__M1ltT {
      margin: 60px auto 0;
      gap: 15px;
  }
  
  .common_serviceCard__rInVt {
      width: calc(25% - 11.25px);
      min-width: 200px;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 30px;
      line-height: 42px;
      padding-top: 60px;
  }
}

@media (max-width: 850px) {
  .common_serviceCards__M1ltT {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      gap: 20px;
      max-width: 600px;
      margin: 40px auto 0;
  }
  
  .common_serviceCard__rInVt {
      width: 100%;
      min-height: 250px;
  }
}

@media (max-width: 768px) {
  .common_servicesMainContainer__PJ\+18 {
      padding: 15px 0;
  }
  
  .common_serviceCards__M1ltT {
      margin: 40px auto 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
      gap: 15px;
  }
  
  .common_servicesImageContainer__M8Nuc {
      width: 95%;
      min-height: auto;
  }
  
  .common_servicesOverlay__G-LxJ {
      position: relative;
      padding: 40px 20px 60px;
      height: auto;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 28px;
      line-height: 40px;
      padding-top: 40px;
      margin-bottom: 30px;
      padding: 0 10px;
  }
  
  .common_serviceCard__rInVt {
      width: 100%;
      min-height: auto;
  }
  
 
  .common_clientCardsContainer__5abxL {
      max-width: 100%;
      padding: 10px 20px;
      margin: 1rem auto;
  }

  .common_clientCardsWrapper__NTCRf {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
      gap: 1rem;
  }

  .common_clientCard__Tj-tY {
      min-width: 100%;
      margin-bottom: 1rem;
      height: auto;
      min-height: 300px;
  }

  .common_clientContent__AutwE {
      height: auto;
      min-height: 250px;
      padding: 16px;
      margin: 0;
  }

  .common_clientContent__AutwE h3 {
      font-size: 18px;
      margin-bottom: 8px;
  }

  .common_clientContent__AutwE p {
      font-size: 13px;
      margin-bottom: 8px;
      line-height: 1.4;
  }

  .common_clientDescp__bTxEV {
      margin-bottom: 8px;
      flex-grow: 1;
  }
  
  .common_singleCardContainer__nEFgB {
      width: 100% !important;
      padding: 0 0.5rem !important;
      box-sizing: border-box !important;
  }
  
  .common_clientCardWrapper__Ykurm {
      width: 100% !important;
  }
  
  .common_clientCard__Tj-tY.common_card1__8vO3O,
  .common_clientCard__Tj-tY.common_card2__E1SFF,
  .common_clientCard__Tj-tY.common_card3__xrCrL,
  .common_clientCard__Tj-tY.common_card4__qNdXh,
  .common_clientCard__Tj-tY.common_card5__IdIwz,
  .common_clientCard__Tj-tY.common_card6__6Ibz3 {
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      min-height: 300px !important;
      margin: 0 auto 1rem !important;
  }
}

@media (max-width: 600px) {
  .common_mobileServiceCards__4lyQL {
      flex-direction: column;
      align-items: center;
      height: auto;
      overflow: visible;
  }

  .common_servicesImageContainer__M8Nuc {
      min-height: auto;
      height: auto !important;
      max-height: none !important;
      margin-bottom: 20px;
      overflow: visible;
  }
  
  .common_servicesOverlay__G-LxJ {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100% !important;
      max-height: none !important;
      overflow: visible;
      padding-bottom: 50px;
  }

  .common_serviceCards__M1ltT {
      grid-template-columns: 1fr;
      width: 90%;
  }
  
  .common_serviceCard__rInVt {
      max-width: 320px;
      margin: 0 auto 15px;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 22px;
      line-height: 30px;
      padding-top: 30px;
      margin-bottom: 25px;
      padding: 0 5px;
  }
  
  .common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE h3,
  .common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE h3,
  .common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE h3,
  .common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE h3,
  .common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE h3,
  .common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE h3 {
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
  }
  
  .common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE p,
  .common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE p,
  .common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE p,
  .common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE p,
  .common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE p,
  .common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE p {
      font-size: 0.85rem;
      line-height: 1.3;
  }
}


@media (min-width: 481px) and (max-width: 616px) {
  .common_servicesMainContainer__PJ\+18 {
      margin-bottom: 30px;
  }
  
  .common_servicesImageContainer__M8Nuc {
      max-height: 450px;
      margin-bottom: 30px;
  }
  
  .common_servicesOverlay__G-LxJ {
      max-height: 450px;
      padding-bottom: 30px;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 20px;
  }
  
  .common_serviceCards__M1ltT {
      margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .common_servicesMainContainer__PJ\+18 {
      padding: 10px 0;
  }
  
  .common_serviceCards__M1ltT {
      margin: 30px auto 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: visible;
      max-height: none;
      height: auto;
  }
  
  .common_servicesImageContainer__M8Nuc {
      width: 92%;
      border-radius: 16px;
      min-height: auto;
      max-height: none;
      height: auto !important;
      overflow: visible;
  }
  
  .common_servicesOverlay__G-LxJ {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 30px 10px 60px;
      border-radius: 16px;
      max-height: none;
      overflow: visible;
      height: 100% !important;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 22px;
      line-height: 30px;
      padding-top: 30px;
      margin-bottom: 25px;
      padding: 0 5px;
  }
  
  .common_serviceCard__rInVt {
      padding: 15px;
      width: 100%;
      max-width: 260px;
      margin: 0 auto 12px;
      display: block;
  }
  
  .common_serviceCard__rInVt h3 {
      font-size: 15px;
      line-height: 22px;
  }
  
  .common_serviceCard__rInVt p {
      font-size: 13px;
      line-height: 20px;
  }
  
 
  .common_clientCardsContainer__5abxL {
      padding: 5px 15px;
  }

  .common_clientCard__Tj-tY {
      padding: 0;
      min-height: 280px;
  }

  .common_clientContent__AutwE {
      height: auto;
      min-height: 220px;
      padding: 14px;
      margin: 0.25rem auto;
  }

  .common_clientContent__AutwE h3 {
      font-size: 16px;
      margin-bottom: 6px;
  }

  .common_clientContent__AutwE p {
      font-size: 12px;
      margin-bottom: 6px;
      line-height: 1.3;
  }

  .common_clientDescp__bTxEV {
      margin-bottom: 6px;
  }
  
  .common_learnMore1__4W2-G {
      padding: 6px 12px;
      font-size: 12px;
  }
}


@media (max-width: 380px) {
  .common_servicesImageContainer__M8Nuc {
      max-height: none;
  }
  
  .common_servicesOverlay__G-LxJ {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-height: none;
      padding: 20px 10px 40px;
      height: 100% !important;
      overflow: visible;
  }
  
  .common_servicesOverlay__G-LxJ h2 {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 15px;
  }
  
  .common_serviceCards__M1ltT {
      margin: 20px auto 0;
      display: flex;
      flex-direction: column;
  }
  
  .common_serviceCard__rInVt {
      min-height: auto;
      margin-bottom: 15px;
      display: block;
  }
}

.common_servicesContainer1__kIs-y {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  box-sizing: border-box;
}

.common_servicesCarousel1__oOvgk {
  width: 100%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
}

.common_ITServiceHeaders__VTl7k {
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common_ITServiceHeaders__VTl7k h1 {
  width: 100%;
  max-width: 900px;
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 4rem);
  line-height: 1.3;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

.common_ITServiceHeaders__VTl7k h3 {
  width: 100%;
  max-width: 900px;
  text-align: center;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: var(--description-para);
  display: block;
}

.common_cardsContainer1__Y1qIC {
  width: 100%;
  overflow: hidden;
  padding: 20px 40px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}

.common_cardsWrapper1__RT7r3 {
  display: flex;
  transition: transform 0.5s ease;
  gap: 32px;
  width: 100%;
}

.common_serviceCard1__3ffj5 {
  width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  padding: 0;
  box-sizing: border-box;
}

.common_cardContent1__iCaxb {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  height: 350px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1rem auto;
  width: 100%;
  max-width: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
}

.common_cardContent1__iCaxb h3 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  margin: 0 0 12px 0;
  padding: 0;
  width: 100%;
}

.common_cardContent1__iCaxb p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin: 0;
  width: 100%;
  flex: 1 1;
}

.common_card1__8vO3O {
  background-image: url(/static/media/1.751d822298c7f0587a3c.webp);
}

.common_card2__E1SFF {
  background-image: url(/static/media/2.5623ef085ba21a0e1eb4.webp);
}

.common_card3__xrCrL {
  background-image: url(/static/media/3.bbd7f8919cd95e9feb6e.webp);
}

.common_card4__qNdXh {
  background-image: url(/static/media/4.95c44ecd5288133c07a0.webp);
}

.common_card5__IdIwz {
  background-image: url(/static/media/5.78a0bd50dfee8cf2a263.webp);
}

.common_card6__6Ibz3 {
  background-image: url(/static/media/6.f7605e30fac19d4cd4ad.webp);
}

.common_learnMore1__4W2-G {
  background-color: var(--back-color);
  color: var(--card-text);
  font-weight: bold;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  position: relative;
  z-index: 2;
  margin-top: auto;
  align-self: flex-start;
}

.common_iconContainer1__CeGDY {
  display: none;
}

.common_securityIcon__EY4oR::after,
.common_consultingIcon__E7-Mo::after,
.common_digitalIcon__ZtKEr::after,
.common_cloudIcon__qNkvf::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.common_navButton1__sx6LL {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.common_prev__a2GRY {
  left: 0;
}

.common_next__9-lxc {
  right: 0;
}

.common_carouselDots1__ZYnqw {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.common_dot1__2gAU1 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.common_dot1__2gAU1:hover {
  transform: scale(1.2);
}

.common_dot1__2gAU1.common_active__VSlfZ {
  background-color: var(--highlight-title);
  transform: scale(1.2);
}

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

.common_clientCardsContainer__5abxL {
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.common_clientCardsWrapper__NTCRf {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
  transition: transform 0.5s ease;
}

.common_clientCardWrapper__Ykurm {
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 100%;
  display: flex;
  height: 100%;
}

.common_clientCardWrapper__Ykurm:hover {
  transform: translateY(-5px);
}

@keyframes common_fadeIn__apk9s {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.common_clientCard__Tj-tY {
  background: var(--card-back);
  border: 1px solid var(--card-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 350px;
}

.common_clientContent__AutwE {
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.common_clientContent__AutwE h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #2c3e50;
}

.common_clientContent__AutwE p {
  font-size: 0.9rem;
  color: var(--description-para);
  line-height: 1.5;
}

.common_clientAdd__Te6iB {
  margin-bottom: 1rem;
}

.common_clientDescp__bTxEV {
  flex-grow: 1;
}

.common_navButton1__sx6LL:hover {
  background-color: var(--highlight-title);
  color: white;
}

.common_navButton1__sx6LL:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.common_carouselWrapper__YTItF {
width: 100%;
overflow: hidden;
position: relative;
}

.common_carouselSlider__13iR0 {
display: flex;
width: 100%;
will-change: transform;
transition: transform 0.5s ease;
}

.common_singleCardContainer__nEFgB {
width: calc(100% / 3);
flex-shrink: 0;
padding: 0 1rem;
box-sizing: border-box;
}

@media (max-width: 992px) {
.common_singleCardContainer__nEFgB {
  width: 50%;
}
}

.common_clientSection__vFIMl {
padding: 4rem 2rem;
text-align: center;
width: 100%;
}

.common_sectionTitle__LzTBy {
text-align: center;
font-size: clamp(2rem, 4vw, 4rem);
margin: auto;
max-width: 900px;
width: 100%;
font-weight: bold;
}

.common_sectionSubtitle__rpec8 {
text-align: center;
padding: 15px;
color: #666;
width: 100%;
max-width: 900px;
margin: 0 auto 2rem auto;
font-size: clamp(0.9rem, 2vw, 1.5rem);
line-height: 1.4;
}

.common_sectionTitle__LzTBy span {
color: var(--highlight-title);
}

.common_highlightText__mgPkt {
color: #0071e3;
color: var(--highlight-title, #0071e3);
font-weight: 600;
}

.common_bgLightBlue__-g9d2 {
background-color: #f0f7ff;
}

.common_bgLighterBlue__lhyD\+ {
background-color: #e6f7ff;
}

.common_bgGray__1Vm2B {
background-color: #f5f5f5;
}

.common_sectionPadding__ItVdI {
padding-top: 2rem;
padding-bottom: 2rem;
}


.common_clientCard__Tj-tY.common_card1__8vO3O,
.common_clientCard__Tj-tY.common_card2__E1SFF,
.common_clientCard__Tj-tY.common_card3__xrCrL,
.common_clientCard__Tj-tY.common_card4__qNdXh,
.common_clientCard__Tj-tY.common_card5__IdIwz,
.common_clientCard__Tj-tY.common_card6__6Ibz3 {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
color: white;
height: 350px;
}

.common_clientCard__Tj-tY.common_card1__8vO3O::before,
.common_clientCard__Tj-tY.common_card2__E1SFF::before,
.common_clientCard__Tj-tY.common_card3__xrCrL::before,
.common_clientCard__Tj-tY.common_card4__qNdXh::before,
.common_clientCard__Tj-tY.common_card5__IdIwz::before,
.common_clientCard__Tj-tY.common_card6__6Ibz3::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}

.common_clientCard__Tj-tY.common_card1__8vO3O {
background-image: url(/static/media/1.751d822298c7f0587a3c.webp);
}

.common_clientCard__Tj-tY.common_card2__E1SFF {
background-image: url(/static/media/2.5623ef085ba21a0e1eb4.webp);
}

.common_clientCard__Tj-tY.common_card3__xrCrL {
background-image: url(/static/media/3.bbd7f8919cd95e9feb6e.webp);
}

.common_clientCard__Tj-tY.common_card4__qNdXh {
background-image: url(/static/media/4.95c44ecd5288133c07a0.webp);
}

.common_clientCard__Tj-tY.common_card5__IdIwz {
background-image: url(/static/media/5.78a0bd50dfee8cf2a263.webp);
}

.common_clientCard__Tj-tY.common_card6__6Ibz3 {
background-image: url(/static/media/6.f7605e30fac19d4cd4ad.webp);
}

.common_clientCard__Tj-tY .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY .common_clientContent__AutwE p,
.common_clientCard__Tj-tY .common_clientContent__AutwE button {
position: relative;
z-index: 2;
}

.common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE,
.common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE,
.common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE,
.common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE,
.common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE,
.common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE {
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
height: 100%;
display: flex;
flex-direction: column;
}

.common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE h3 {
color: white;
font-size: 1.5rem;
margin-bottom: 1rem;
height: auto;
}

.common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE p {
color: rgba(255, 255, 255, 0.9);
font-size: 1rem;
line-height: 1.5;
flex-grow: 1;
overflow: hidden;
margin-bottom: 1rem;
}

.common_learnMore1__4W2-G {
background-color: var(--back-color);
color: var(--card-text);
font-weight: bold;
border: none;
padding: 8px 16px;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s ease;
margin-top: auto;
align-self: flex-start;
z-index: 2;
}

.common_learnMore1__4W2-G:hover {
background-color: var(--highlight-title);
color: white;
}


@media (max-width: 992px) {
.common_servicesCarousel1__oOvgk {
  padding: 0 30px;
}

.common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE h3 {
  font-size: 1.3rem;
}

.common_clientCard__Tj-tY.common_card1__8vO3O,
.common_clientCard__Tj-tY.common_card2__E1SFF,
.common_clientCard__Tj-tY.common_card3__xrCrL,
.common_clientCard__Tj-tY.common_card4__qNdXh,
.common_clientCard__Tj-tY.common_card5__IdIwz,
.common_clientCard__Tj-tY.common_card6__6Ibz3 {
  height: 320px;
}
}

@media (max-width: 768px) {
.common_clientSection__vFIMl {
  padding: 2rem 1rem;
}

.common_sectionTitle__LzTBy {
  font-size: clamp(1.8rem, 6vw, 2.5rem);
}

.common_servicesCarousel1__oOvgk {
  padding: 0 20px;
}

.common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE h3,
.common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE h3 {
  font-size: 1.2rem;
}

.common_clientCard__Tj-tY.common_card1__8vO3O .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card2__E1SFF .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card3__xrCrL .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card4__qNdXh .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card5__IdIwz .common_clientContent__AutwE p,
.common_clientCard__Tj-tY.common_card6__6Ibz3 .common_clientContent__AutwE p {
  font-size: 0.9rem;
}

.common_clientCard__Tj-tY.common_card1__8vO3O,
.common_clientCard__Tj-tY.common_card2__E1SFF,
.common_clientCard__Tj-tY.common_card3__xrCrL,
.common_clientCard__Tj-tY.common_card4__qNdXh,
.common_clientCard__Tj-tY.common_card5__IdIwz,
.common_clientCard__Tj-tY.common_card6__6Ibz3 {
  height: 300px;
}
}

@media (max-width: 480px) {
.common_servicesCarousel1__oOvgk {
  padding: 0 15px;
}

.common_navButton1__sx6LL {
  width: 30px;
  height: 30px;
}
}


.common_itClientSection__KuJOX {
padding: 4rem 2rem;
text-align: center;
width: 100%;
}

.common_itSectionTitle__ZjWQD {
text-align: center;
font-size: clamp(2rem, 4vw, 4rem);
margin: auto;
max-width: 900px;
width: 100%;
}

.common_itSectionSubtitle__YRbdd {
text-align: center;
padding: 15px;
color: var(--description-para);
width: 100%;
max-width: 900px;
margin: 0 auto;
font-size: clamp(0.9rem, 2vw, 1.5rem);
line-height: 1.4;
}

.common_itSectionTitle__ZjWQD span {
color: var(--highlight-title);
}

.common_itServicesCarousel__LH76R {
width: 100%;
position: relative;
padding: 0 40px;
box-sizing: border-box;
margin: 0 auto;
max-width: 1200px;
}

.common_itCarouselWrapper__Zkv5A {
width: 100%;
overflow: hidden;
position: relative;
margin: 2rem 0;
}

.common_itCarouselSlider__sc5Sg {
display: flex;
transition: transform 0.5s ease;
width: 100%;
}

.common_itSingleCardContainer__9x-Z0 {
flex-shrink: 0;
padding: 0 10px;
box-sizing: border-box;
}

.common_itCardWrapper__Egl\+H {
width: 100%;
cursor: pointer;
transition: transform 0.3s ease;
height: 100%;
}

.common_itCardWrapper__Egl\+H:hover {
transform: translateY(-5px);
}

.common_itCard__7UsEJ {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
color: white;
height: 350px;
border-radius: 10px;
width: 100%;
}

.common_itCard__7UsEJ::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}

.common_itCard1__qzQZ9 {
background-image: url(/static/media/1.751d822298c7f0587a3c.webp);
}

.common_itCard2__DdElm {
background-image: url(/static/media/2.5623ef085ba21a0e1eb4.webp);
}

.common_itCard3__cUrPv {
background-image: url(/static/media/3.bbd7f8919cd95e9feb6e.webp);
}

.common_itCard4__lfpo8 {
background-image: url(/static/media/4.95c44ecd5288133c07a0.webp);
}

.common_itCard5__m1pbp {
background-image: url(/static/media/5.78a0bd50dfee8cf2a263.webp);
}

.common_itCard6__4GCsw {
background-image: url(/static/media/6.f7605e30fac19d4cd4ad.webp);
}

.common_itCardContent__Pk9mW {
position: relative;
z-index: 2;
height: 100%;
padding: 1.5rem;
display: flex;
flex-direction: column;
color: white;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.common_itCardContent__Pk9mW h3 {
color: white;
font-size: 1.5rem;
margin-bottom: 1rem;
height: auto;
}

.common_itCardContent__Pk9mW p {
color: rgba(255, 255, 255, 0.9);
font-size: 1rem;
line-height: 1.5;
flex-grow: 1;
overflow: hidden;
margin-bottom: 1rem;
}

.common_itLearnMore__8Z9DH {
background-color: var(--back-color);
color: var(--card-text);
font-weight: bold;
border: none;
padding: 8px 16px;
border-radius: 6px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s ease;
margin-top: auto;
align-self: flex-start;
z-index: 2;
}

.common_itLearnMore__8Z9DH:hover {
background-color: var(--highlight-title);
color: white;
}

.common_itNavButton__o0rkQ {
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
background: white;
border: none;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.common_itPrev__jwqUV {
left: 0;
}

.common_itNext__a-Gbu {
right: 0;
}

.common_itNavButton__o0rkQ:hover {
background-color: var(--highlight-title);
color: white;
}

.common_itCarouselDots__P5a1R {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 24px;
}

.common_itDot__IwXQk {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
border: none;
padding: 0;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
}

.common_itDot__IwXQk:hover {
transform: scale(1.2);
}

.common_itDot__IwXQk.common_itActive__aA0qd {
background-color: var(--highlight-title);
transform: scale(1.2);
}

@media (max-width: 992px) {
.common_itServicesCarousel__LH76R {
  padding: 0 30px;
}

.common_itCard__7UsEJ {
  height: 320px;
}

.common_itCardContent__Pk9mW h3 {
  font-size: 1.3rem;
}
}

@media (max-width: 768px) {
.common_itClientSection__KuJOX {
  padding: 2rem 1rem;
}

.common_itSectionTitle__ZjWQD {
  font-size: clamp(1.8rem, 6vw, 2.5rem);
}

.common_itServicesCarousel__LH76R {
  padding: 0 20px;
}

.common_itSingleCardContainer__9x-Z0 {
  padding: 0 5px;
}

.common_itCardContent__Pk9mW h3 {
  font-size: 1.2rem;
}

.common_itCardContent__Pk9mW p {
  font-size: 0.9rem;
}

.common_itCard__7UsEJ {
  height: 300px;
}
}

@media (max-width: 480px) {
.common_itServicesCarousel__LH76R {
  padding: 0 15px;
}

.common_itNavButton__o0rkQ {
  width: 30px;
  height: 30px;
}

.common_itCard__7UsEJ {
  height: 280px;
}
}

.common_mobileServiceCards__4lyQL {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}


.common_servicesImageContainer__M8Nuc {
width: 90%;

height: auto;
margin: 0 auto;
background: url(/static/media/background.a97febeae1397af1c2d1.webp);
background-size: cover;
background-position: center;
border-radius: 24px;
overflow: visible;
min-height: auto;
}


.common_servicesOverlay__G-LxJ {
position: relative;
width: 100%;
height: auto;
background: rgba(8, 36, 68, 0.8);
border-radius: 24px;
padding: 60px 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
overflow: visible;
}


@media (max-width: 600px) {
.common_servicesImageContainer__M8Nuc {
  min-height: auto;
  height: auto !important;
  max-height: none !important;
  overflow: visible;
}

.common_servicesOverlay__G-LxJ {
  position: relative;
  height: auto !important;
  min-height: auto;
  max-height: none !important;
  overflow: visible;
  padding: 40px 20px 60px;
}

.common_mobileServiceCards__4lyQL {
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100%;
  overflow: visible;
}
}

/* Cookie banner styles to prevent layout shift */
.common_cookieBanner__ll2gl {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px; /* Reserve space for the banner */
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  box-sizing: border-box;
}

.common_cookieBanner__ll2gl p {
  margin: 0;
  padding-right: 20px;
}

.common_cookieBanner__ll2gl button {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

.common_cookieBanner__ll2gl button.common_accept__PznZQ {
  background-color: #1FCBED;
  color: white;
}

.common_cookieBanner__ll2gl button.common_decline__sFIi7 {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(/static/media/slick.295183786cd8a1389865.woff) format('woff'), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format('truetype'), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.itservice_clientSection__RfHW- {
  padding: 4rem 2rem;
  text-align: center;
  width: 100%;
  background-color: #f8f9fa;
}

.itservice_sectionTitle__Rf4YR {
  text-align: center;
  font-size: clamp(2rem, 4vw, 4rem);
  margin: auto;
  max-width: 900px;
  width: 100%;
  font-weight: bold;
}

.itservice_sectionTitle__Rf4YR span {
  color: #0066cc;
  color: var(--highlight-title, #0066cc);
}

.itservice_sectionSubtitle__R67PG {
  text-align: center;
  padding: 15px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  line-height: 1.4;
}


.itservice_servicesCarousel1__HeIgY {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}


.itservice_carouselViewport__wNOh3 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.itservice_clientCardsContainer__sxXVn {
  display: flex;
  transition: transform 0.5s ease;
  transform: translateX(0);
}

.itservice_clientCardWrapper__CI2hT {
  padding: 0 5px;
  box-sizing: border-box;
  height: 380px;
  flex-shrink: 0;
}


.itservice_clientCard__dlBo\+ {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.itservice_card1__yUuA1 {
  background-image: url(/static/media/1.751d822298c7f0587a3c.webp);
}

.itservice_card2__XIm\+j {
  background-image: url(/static/media/2.5623ef085ba21a0e1eb4.webp);
}

.itservice_card3__rGYt8 {
  background-image: url(/static/media/3.bbd7f8919cd95e9feb6e.webp);
}

.itservice_card4__gi9TL {
  background-image: url(/static/media/4.95c44ecd5288133c07a0.webp);
}

.itservice_card5__n2qtp {
  background-image: url(/static/media/5.78a0bd50dfee8cf2a263.webp);
}

.itservice_card6__08eoo {
  background-image: url(/static/media/6.f7605e30fac19d4cd4ad.webp);
}


.itservice_clientContent__hV-\+U {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.75));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
  border-radius: 10px;
  box-sizing: border-box;
}

.itservice_clientContent__hV-\+U h3 {
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  margin-bottom: 15px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  word-break: break-word;
}

.itservice_clientContent__hV-\+U p {
  color: white;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
  overflow-y: visible;
  max-height: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  font-size: clamp(0.85rem, 1.5vw, 1rem);
}

.itservice_clientContent__hV-\+U p::-webkit-scrollbar {
  width: 6px;
}

.itservice_clientContent__hV-\+U p::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.3);
  border-radius: 3px;
}

.itservice_learnMore1__Gj17e {
  background-color: #0066cc;
  background-color: var(--highlight-title, #0066cc);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
  margin-top: auto;
  align-self: flex-start;
  font-size: clamp(12px, 1vw, 14px);
}

.itservice_learnMore1__Gj17e:hover {
  background-color: #0055aa;
  background-color: var(--highlight-title-dark, #0055aa);
}


.itservice_navButton1__oSoyT {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.itservice_navButton1__oSoyT:hover:not(:disabled) {
  background-color: #0066cc;
  background-color: var(--highlight-title, #0066cc);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.itservice_navButton1__oSoyT:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.itservice_prev__Gtsm0 {
  left: 0;
}

.itservice_next__Ej6B\+ {
  right: 0;
}


.itservice_carouselDots1__UgTuc {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.itservice_dot1__MiTNQ {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.itservice_dot1__MiTNQ.itservice_active__pxnRT {
  background-color: #0066cc;
  background-color: var(--highlight-title, #0066cc);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .itservice_sectionTitle__Rf4YR {
    font-size: 2rem;
  }

  .itservice_clientCardWrapper__CI2hT {
    height: 350px;
  }

  .itservice_clientContent__hV-\+U h3 {
    font-size: 1.2rem;
  }

  .itservice_servicesCarousel1__HeIgY {
    padding: 0 45px;
  }
}

@media (max-width: 768px) {
  .itservice_sectionTitle__Rf4YR {
    font-size: 1.8rem;
  }

  .itservice_sectionSubtitle__R67PG {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .itservice_clientCardWrapper__CI2hT {
    height: 320px;
  }

  .itservice_servicesCarousel1__HeIgY {
    padding: 0 40px;
  }

  .itservice_clientContent__hV-\+U {
    padding: 15px;
  }

  .itservice_clientContent__hV-\+U h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .itservice_clientContent__hV-\+U p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    max-height: 150px;
  }

  .itservice_learnMore1__Gj17e {
    padding: 6px 12px;
    font-size: 12px;
  }

  .itservice_navButton1__oSoyT {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .itservice_sectionTitle__Rf4YR {
    font-size: 1.5rem;
  }

  .itservice_clientSection__RfHW- {
    padding: 20px 10px;
  }

  .itservice_clientCardWrapper__CI2hT {
    height: 280px;
  }

  .itservice_navButton1__oSoyT {
    width: 30px;
    height: 30px;
  }

  .itservice_prev__Gtsm0 {
    left: 2px;
  }

  .itservice_next__Ej6B\+ {
    right: 2px;
  }

  .itservice_carouselDots1__UgTuc {
    margin-top: 15px;
  }

  .itservice_dot1__MiTNQ {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
.homeHero {
  position: relative;
  height: auto;
  min-height: 30vh;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  color: white;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0;
  padding: 0 0 40px;
  overflow: hidden; /* Add this to contain video */
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.homeHero__navbar {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
}

.homeHero__navbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  margin: 0 auto;
  height: 70px;
}
/* .homeHero__centered p {
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1.2;
} */

.homeHero__logo-link {
  display: block;
}

.homeHero__logo {
  width: 11.5rem;
  height: 2.8rem;
  object-fit: contain;
}

.homeHero__nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.homeHero__nav-link {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.homeHero__nav-link:hover {
  color: #1441E3;
}

.homeHero__consultation-btn {
  background-color: #1441E3;
  color: white;
  padding: 0.7rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.homeHero__consultation-btn:hover {
  background-color: #0d3b81;
}

.homeHero__content {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  margin: 20px;
  padding: 0;
  margin-top: 70px;
  box-sizing: border-box;
  overflow: hidden;
}

.homeHero__content h1 {
  /* font-size: clamp(1.8rem, 4vw, 3rem); */
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  /* display: flex; */
  width: 100%;
}

.homeHero__content p {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 400;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
}

.responsive-title {
font-size: 2.75rem;
font-weight: 700;
color: white;
line-height: 1.2;
}

@media (max-width: 1100px) {
  .homeHero__nav-link {
    font-size: 0.9rem;
  }
  
  .homeHero__consultation-btn {
    padding: 0.6rem 0.8rem;
  }
  
  .homeHero__nav-links {
    gap: 0.7rem;
  }
}

@media (max-width: 900px) {
  .homeHero__navbar-content {
    height: auto;
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
  }
  
  .homeHero__nav-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .homeHero__content {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  .homeHero {
    width: 95%;
    min-height: 100vh; /* Allow full height */
    padding: 20px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

  }

  .homeHero__content {
    width: 95%;
    margin-top: 140px;
  }
  
  .homeHero__navbar {
    width: 95%;
  }

  .homeHero__content br {
    display: none;
  }
  
  .homeHero__nav-links {
    display: none;
  }
  
  .homeHero__navbar-content {
    justify-content: center;
    height: auto;
    padding: 0.75rem;
  }

  /* .homeHero__content h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  } */

  .homeHero__content p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 15px;
    max-width: 95%;
  }

  .homeHero__content button {
    min-width: 160px;
  }
   .responsive-title {
  font-size: 2rem;
  text-align: center;
}
}

@media (max-width: 480px) {
  .homeHero {
    height: auto;
    min-height: 70vh;
    padding: 20px 0 40px;
  }
  
  .homeHero__logo {
    width: 9rem;
    height: 2.2rem;
  }
  
  .homeHero__content {
    margin-top: 100px;
    width: 100%;
  }

  /* .homeHero__content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding: 0 10px;
    word-wrap: break-word;
  } */

  .homeHero__content p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0 15px;
    word-wrap: break-word;
    max-width: 100%;
  }

  .homeHero__content button {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    min-width: 150px;
  }

  .homeHero__button-container {
    width: 90%;
    margin-bottom: 15px;
  }
}

.homeHero__centered {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* changed from center */
  justify-content: left;
  text-align: left; /* changed from center */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.homeHero__content button {
background-color: #1652f0;
color: white;
font-weight: bold;
padding: 0.75rem 1.5rem;
border-radius: 0.375rem;
border: none;
cursor: pointer;
transition: all 0.2s ease;
font-size: clamp(0.9rem, 1.5vw, 1.1rem);
min-width: 180px;
}

.homeHero__content button:hover {
background-color: #1441E3;
}
.homeHero__button-container {
width: 100%;
display: flex;
justify-content: flex-start;
margin-bottom: 30px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
 
.layout {
  display: flex;
  gap: 40px;
}
 
.content {
  flex: 1 1;
}
 
.image-container {
  flex: 1 1;
  min-height: 500px;
}
 
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
 
h1 span:first-child {
  color: #0066cc;
}
 
h1 span:last-child {
  color: #0066cc;
  display: block;
}
 
.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
 
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
 
.header h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  flex: 1 1;
}
 
.header span {
  color: #0066cc;
  font-size: 1.2rem;
  margin-left: 15px;
}
 
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.preview-text {
  font-weight: normal;
  color: black !important;
}

.expanded-content {
  margin-top: 0.5rem;
  color: black; /* Matches preview */
}

@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
 
  .image-container {
    min-height: 300px;
  }
 
  h1 {
    font-size: 2rem;
  }
}
.Stats_stats-container__bG4i8 {
    width: 90%;
    margin-top: 0;
    margin: 30px auto 30px auto;
    padding: 30px 20px;
    background: rgba(217, 217, 217, 0.33);
    /* border-radius: 27px; */
    display: flex;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  
  .Stats_stat-item__seJyM {
    text-align: center;
    padding: 15px;
    flex: 1 1 200px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .Stats_stat-content__AIQz6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  
  .Stats_stat-item__seJyM h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    color: #000000;
    margin: 0;
    word-wrap: break-word;
    text-align: left;
  }
  
  .Stats_client-satisfaction__YrXYn {
    width: clamp(70px, 10vw, 100px);
    height: clamp(70px, 10vw, 100px);
    background: url(/static/media/Client_Satisfaction.075b7af7c39760120657.webp) center / contain no-repeat;
    flex-shrink: 0;
  }
  
  .Stats_years__Q-a6v {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }
  
  .Stats_years__Q-a6v .Stats_stat-number__RD47T {
    font-family: "Spline Sans", sans-serif;
    font-weight: 300;
    font-size: clamp(40px, 8vw, 80px);
    line-height: 1;
    color: #0d3b81;
    margin-bottom: 0;
  }
  
  .Stats_support-stats-container__HAVFi {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .Stats_support-stats__VfUUM {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
    flex-shrink: 0;
  }
  
  .Stats_inline-title__tiYML {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    color: #000000;
    margin-left: 10px;
  }
  
  .Stats_support-stats__VfUUM .Stats_stat-number__RD47T {
    font-family: "Spline Sans", sans-serif;
    font-weight: 300;
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1;
    color: #000000;
    white-space: nowrap;
  }
  
  .Stats_support-stats__VfUUM .Stats_accent__E8RAb {
    color: #0d3b81;
  }
  
  .Stats_stat-separator__H7fHk {
    font-size: clamp(24px, 3vw, 36px);
    margin: 0 2px;
    font-weight: 300;
  }
  
  .Stats_iso-certified__R-od- {
    width: clamp(70px, 10vw, 100px);
    height: clamp(70px, 10vw, 100px);
    background: url(/static/media/iso.004fc6efd60f1af0aed9.webp) center / contain no-repeat;
    flex-shrink: 0;
  }
  
  @media (max-width: 1200px) {
    .Stats_stats-container__bG4i8 {
      padding: 25px 15px;
    }
  }
  
  @media (max-width: 992px) {
    .Stats_stats-container__bG4i8 {
      justify-content: center;
      gap: 30px;
    }
  
    .Stats_stat-item__seJyM {
      flex: 1 1 40%;
      max-width: 40%;
    }
  }
  
  @media (max-width: 768px) {
    .Stats_stats-container__bG4i8 {
      margin-top: 0;
      padding: 25px 15px;
      gap: 20px;
      width: 95%;
    }
  
    .Stats_stat-item__seJyM {
      flex: 1 1 100%;
      max-width: 100%;
    }
    
    .Stats_stat-content__AIQz6 {
      gap: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .Stats_stats-container__bG4i8 {
      margin-top: 0;
      padding: 20px 10px;
      gap: 25px;
      width: 95%;
    }
  
    .Stats_stat-item__seJyM {
      padding: 10px;
    }
  }
  
  @media (max-width: 375px) {
    .Stats_stats-container__bG4i8 {
      margin-top: 0;
      padding: 15px 10px;
      width: 95%;
    }
  
    .Stats_stat-item__seJyM {
      padding: 8px 5px;
    }
  
    .Stats_stat-item__seJyM h2 {
      font-size: 14px;
    }
    
    .Stats_stat-content__AIQz6 {
      gap: 8px;
    }
  }
  
  @media (max-width: 360px) {
    .Stats_stats-container__bG4i8 {
      margin-top: 0;
      padding: 10px 5px;
    }
  
    .Stats_stat-item__seJyM {
      padding: 5px;
    }
  
    .Stats_client-satisfaction__YrXYn,
    .Stats_iso-certified__R-od- {
      width: 60px;
      height: 60px;
    }
  
    .Stats_years__Q-a6v .Stats_stat-number__RD47T {
      font-size: 36px;
    }
  
    .Stats_support-stats__VfUUM .Stats_stat-number__RD47T {
      font-size: 22px;
    }
  
    .Stats_stat-separator__H7fHk {
      font-size: 18px;
    }
  
    .Stats_stat-item__seJyM h2 {
      font-size: 13px;
    }
    
    .Stats_stat-content__AIQz6 {
      gap: 6px;
    }
  }
  
  /* Add styling for the new heading class */
  .Stats_stat-heading__DWMso {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
  }
  
  @media (max-width: 768px) {
    .Stats_stat-heading__DWMso {
        font-size: 1rem;
    }
  }
.custom-contact-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  min-height: 600px;
}

.custom-form-section {
  flex: 1 1;
  max-width: 600px;
}

.custom-image-section {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
}

.custom-image-section img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.custom-title {
  font-size: 32px;
  font-weight: bold;
  color: #0D3B81;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 2;
}

.custom-form-group {
  display: flex;
  align-items: center;
  position: relative;
}

.custom-input-icon {
  margin-right: 10px;
  color: #0D3B81;
  font-size: 24px;
  display: block;
  width: 24px;
  height: 24px;
}

.custom-form-group input,
.custom-form-group textarea {
  flex: 1 1;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background-color: #f5f8ff;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  z-index: 2;
}

.custom-form-group input::placeholder,
.custom-form-group textarea::placeholder {
  color: #7a7a7a;
  opacity: 1;
}

.custom-message-group .custom-input-icon {
  margin-right: 10px;
  font-size: 24px;
}

.custom-message-group textarea {
  height: 120px;
  resize: none;
  border-radius: 20px;
  padding-top: 20px;
}

.custom-send-button {
  background-color: #0D3B81;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.custom-send-button:hover {
  background-color: #303f9f;
}

/* Toast styles */
.custom-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: white;
  border-left: 4px solid #4caf50;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  z-index: 1000;
  min-width: 300px;
}

.toast-icon {
  color: #4caf50;
  font-size: 20px;
  margin-right: 12px;
}

.toast-content {
  flex: 1 1;
}

.toast-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.toast-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.toast-close {
  background: none;
  border: none;
  color: #999;
  font-size: 22px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.toast-close:hover {
  background-color: #f0f0f0;
  color: #333;
}

@media (max-width: 768px) {
  .custom-contact-container {
    flex-direction: column;
    min-height: auto;
    padding: 20px;
  }
  
  .custom-image-section {
    order: -1;
    margin-bottom: 30px;
    padding: 0;
    display: flex;
  }
  
  .custom-form-section {
    width: 100%;
  }
  
  .custom-toast {
    left: 20px;
    right: 20px;
    width: auto;
    min-width: 0;
    min-width: initial;
  }
}

.scrolltriggeredform_formContainer__HsgxL {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.scrolltriggeredform_visible__EQd2s {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.scrolltriggeredform_overlay__B8jF4 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  cursor: pointer;
}

.scrolltriggeredform_formWrapper__3UdkX {
  position: relative;
  z-index: 10001;
  animation: scrolltriggeredform_slideIn__K8B0Y 0.5s ease-in-out;
  width: 90%;
  max-width: 558px;
  margin: 20px auto;
  background: white;
  border-radius: 8px;
}

.scrolltriggeredform_closeButton__YGomx {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0E668F;
  color: white;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  padding: 0;
  outline: none;
  border: none;
}

.scrolltriggeredform_closeButton__YGomx:hover {
  background-color: #0a4e6d;
}

.scrolltriggeredform_closeButton__YGomx:active {
  transform: scale(0.95);
}

@keyframes scrolltriggeredform_slideIn__K8B0Y {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


@media (max-width: 768px) {
  .scrolltriggeredform_formContainer__HsgxL {
    padding: 10px;
  }

  .scrolltriggeredform_formWrapper__3UdkX {
    width: 100%;
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    animation: scrolltriggeredform_slideUp__rOCCx 0.3s ease-in-out;
  }
  
  .scrolltriggeredform_closeButton__YGomx {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    background-color: #0E668F;
  }

  .scrolltriggeredform_overlay__B8jF4 {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (max-width: 480px) {
  .scrolltriggeredform_formWrapper__3UdkX {
    max-height: 95vh;
  }

  .scrolltriggeredform_closeButton__YGomx {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

@keyframes scrolltriggeredform_slideUp__rOCCx {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-height: 600px) {
  .scrolltriggeredform_formWrapper__3UdkX {
    margin: 10px;
    max-height: 95vh;
    overflow-y: auto;
  }
} 
.navbar_navbar__fbQ28 {
  position: fixed;
  top: 0px; /* Pushes it down from the top of the viewport */
  left: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 10px;
}
  
@media (min-width: 768px) {
    .navbar_navbar__fbQ28 {
        padding: 0 1.5rem;
    }
}

.navbar_navbarContainer__4b1Is {
    background-color: #F0F0F0;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    height: 70px;
    position: relative;
}

.navbar_navbarLogo__Q1Zb5 {
    flex-shrink: 0;  
}

.navbar_emptySpace__zytpL {
    flex-grow: 1;
}

.navbar_navLinksContainer__kf9uK {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar_logo__2I392 {
    width: 11.5rem;
    height: 2.8rem;
    object-fit: contain; 
    max-width: 100%; 
}

.navbar_navbarMenu__Qs91W {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 0.4rem;
    margin-right: 0.3rem;
}

.navbar_mainContent__AsX6X {
    margin: 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }
  .navbar_main_outlet__pC6IG {
    margin: 0; 
    padding: 0;
    overflow-y: auto;
    width: 100%;
  }
  .navbar_ImageSection__fI0eu {
    margin: 5rem 0;
    width: 100%;
 }
  
.navbar_link__DL211 {
    color: var(--nav-letter);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
    padding: 0.5rem 0.2rem;
    border-radius: 6px;
  transition: background-color 0.3s, outline 0.3s;
}
.navbar_link__DL211:hover {
    color: var(--nav-active);
}

.navbar_active__QCFzv {
    font-weight: bold;
    color: var(--nav-active);
}
.navbar_consultationButton__zz4II {
    background-color: var(--nav-active);
    color: var(--text-color);
    padding: 0.6rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    margin-right: 0.3rem;
}
.navbar_consultationButton__zz4II:hover {
    background-color: var(--nav-active);
    opacity: 0.9;
    color: var(--text-color);
}

/* Mobile menu button */
.navbar_mobileMenuButton__4CI71 {
    display: none;
}

/* These classes are no longer needed */
.navbar_externalButton__kGSFX, .navbar_menuButton__khmN- {
    display: none;
}

.navbar_consultationButtonFixed__IPhiy {
    display: none;
}

.navbar_consultationButtonMobile__cGArk {
    display: none;
}

.navbar_hamburger__KVSYR {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--nav-letter);
}
.navbar_hamburger__KVSYR svg {
    width: 1.5rem;
    height: 1.5rem;
}
@media screen and (min-width: 1261px) and (max-width: 1700px) {
    .navbar_main_outlet__pC6IG {
      margin: 0; 
    }
    .navbar_navbarContainer__4b1Is {
      width: 95%;
      margin: 0 auto; 
    }
}
@media screen and (min-width: 1740px) and (max-width: 2582px) {
    .navbar_navbarContainer__4b1Is {
      width: 90%;
      margin: 0 auto;
    }
    .navbar_logo__2I392 {
        margin-right: 1rem;
      }
      .navbar_main_outlet__pC6IG{
        margin: 0;
      }
  }
  @media screen and (min-width: 2600px) and (max-width: 3100px) {
    .navbar_navbarContainer__4b1Is{
        width: 85%;
        margin: 0 auto;
    }
    .navbar_main_outlet__pC6IG{
        margin: 0;
      }
  }
  @media screen and (min-width: 3101px) and (max-width: 3892px) {
    .navbar_navbarContainer__4b1Is{
        width: 80%;
        margin: 0 auto;
    }
    .navbar_main_outlet__pC6IG{
        margin: 0;
      }
  }
@media (max-width: 1260px) {
    .navbar_main_outlet__pC6IG {
        margin: 0; 
    }
    .navbar_navbarContainer__4b1Is {
        width: 95%;
    }
    .navbar_hamburger__KVSYR {
        display: block;
    }
    .navbar_navLinksContainer__kf9uK {
        order: 3;
    }
    .navbar_navbarMenu__Qs91W {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--text-color);
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        box-shadow: 0 2px 4px var(--box-shadow);
        margin-right: 0;
    }
    .navbar_navbarMenuOpen__YrDma {
        display: flex;
    }
    
    .navbar_consultationButton__zz4II {
        display: none; /* Hide in top bar for mobile */
    }
    
    .navbar_mobileConsultationButton__VBjcD {
        display: block;
        font-size: 0.85rem;
    }
}

/* Fix for resolution between 1260px and 1275px */
@media (min-width: 1260px) and (max-width: 1275px) {
    /* Adjust container to make more room */
    .navbar_navbarContainer__4b1Is {
        padding: 0.75rem 0.75rem;
    }
    
    /* Reduce logo size */
    .navbar_logo__2I392 {
        width: 9.5rem;
    }
    
    /* Style the consultation button */
    .navbar_consultationButton__zz4II {
        font-size: 0.75rem;
        padding: 0.35rem;
        margin-right: 0.3rem;
    }
    
    .navbar_navbarMenu__Qs91W {
        gap: 0.2rem;
        margin-right: 0.2rem;
    }
    
    .navbar_link__DL211, .navbar_dropdownButton__T76Ru {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .navbar_navbarContainer__4b1Is {
        padding: 0.75rem 1rem;
        width: 95%;
    }
    
    .navbar_consultationButton__zz4II {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
    
    .navbar_mainMenuSection__lgIMN {
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .navbar_consultationButton__zz4II {
        font-size: 0.75rem;
        padding: 0.3rem;
    }
    
    .navbar_navbarLogo__Q1Zb5 img {
        max-width: 100px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1446px) {
    .navbar_navbarMenu__Qs91W {
        gap: 0.5rem;  /* Reduce gap between menu items */
        flex-grow: 1;
    }

    .navbar_link__DL211 {
        font-size: 0.9rem;  /* Slightly reduce font size */
        padding: 0.5rem 0.1rem;  /* Reduce padding */
    }

    .navbar_consultationButton__zz4II {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .navbar_fixedNavButton__YslmS {
        display: inline-block;
    }

    .navbar_logo__2I392 {
        width: 10rem;  /* Slightly reduce logo size */
        margin-right: 1rem;
    }

    .navbar_navbarContainer__4b1Is {
        padding: 0.75rem 0.5rem;  /* Reduce container padding */
    }

    .navbar_dropdownButton__T76Ru {
        font-size: 0.9rem;
    }
}

.navbar_vertical_line__kaiic {
    height: 1.5rem;
    width: 1px;
    background-color: var(--nav-letter);
    opacity: 0.2;
}

/* Dropdown menu styles */
.navbar_menuItemContainer__yX7dU {
    margin: 0 0.2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar_dropdownButton__T76Ru {
    background: none;
    border: none;
    color: var(--nav-letter);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.2s ease;
}

.navbar_dropdownButton__T76Ru:hover {
    color: var(--nav-active);
}

.navbar_dropdownArrow__q1Nuc {
    font-size: 0.8rem;
    margin-left: 0.2rem;
}

.navbar_dropdownMenu__0HnE1 {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--text-color);
    border-radius: 4px;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.navbar_dropdownItem__u0kaS {
    display: block;
    padding: 0.6rem 1rem;
    color: var(--nav-letter);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar_dropdownItem__u0kaS:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--nav-active);
}

@media (max-width: 1260px) {
    .navbar_menuItemContainer__yX7dU {
        width: 100%;
    }
    
    .navbar_dropdownButton__T76Ru {
        width: 100%;
        justify-content: flex-start;
        padding: 0.5rem 0;
    }
    
    .navbar_dropdownMenu__0HnE1 {
        position: relative;
        box-shadow: none;
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
        padding: 0;
        background: transparent;
    }
    
    .navbar_dropdownItem__u0kaS {
        padding-left: 1.5rem;
    }
}

/* For larger screens */
@media (min-width: 1276px) {
    .navbar_navbarMenu__Qs91W {
        flex-grow: 1;
    }
    
    .navbar_fixedNavButton__YslmS {
        display: inline-block;
    }
}

/* Mobile menu consultation button */
.navbar_mobileConsultationButton__VBjcD {
    display: none;
    background-color: var(--nav-active);
    color: var(--text-color);
    padding: 0.6rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

.navbar_mobileConsultationButton__VBjcD:hover {
    background-color: var(--nav-active);
    opacity: 0.9;
    color: var(--text-color);
}

/* Remove any remaining reference to rightSection */
.navbar_rightSection__E6kbC {
    display: none;
}
/* Upper section with gradient background */
.footer-background {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(
    to bottom,
    rgb(28, 119, 184),
    rgb(27, 60, 95)
  );
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Container for hover effects */
.footer-hover {
  position: relative;
}

/* Garage logo */
.footer-garage {
  display: block;
  margin: 0 auto;
}

/* Title/link over the background */
.footer-title {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-decoration: none;
}

/* Main footer area */
.footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px 0 0;
  margin: 0;
  overflow-x: hidden;
}

/* Footer header (logo and company name) */
.footer-heading {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 250px;
  height: auto;
  margin-bottom: 10px;
}

.footer-name {
  font-size: 18px;
  color: #000;
  margin: 0;
}

/* Footer columns container */
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Individual footer column */
.footer-column {
  flex: 0 1 auto;
  padding: 10px;
  min-width: 160px;
  box-sizing: border-box;
}

/* First column (Who we are) specific styling */
.footer-column:first-child {
  margin-left: 0;
  padding-left: 0;
}

/* Last column (ISO) specific styling */
.footer-column:last-child {
  margin-right: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Footer details (links and policy info) */
.footer-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-top: 20px;
  padding: 0 15px;
}

.footer-details p {
  margin: 0;
  padding: 8px 15px;
}

.footer-details .footer-p {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

/* Social links styling */
.social-links a {
  display: inline-block;
  padding: 2px;
  font-size: 30px;
  text-decoration: none;
  color: #000;
}

/* Footer link styles */
.footer-link {
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-link-iso{
  font-size: 20px;
}
/* Paragraph styles within footer */
.footer-p {
  text-decoration: none;
  color: black;
  margin: 0 0 7px;
}

/* Add smooth scrolling behavior to the entire page */
html {
  scroll-behavior: smooth;
}

/* Footer link styles */
.footer-p a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-p a:hover {
  color: #1694CE;
}

/* Add smooth scroll behavior to footer links */
.footer-p a[href^="/"] {
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-p a[href^="/"]:hover {
  color: #1694CE;
  transform: translateX(5px);
}

/* Optional footer bottom area */
.footer-bottom {
  margin-top: 20px;
  width: 250px;
}

/* Footer last section (copyright and extra info) */
.footerlast {
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 10rem;
  margin-top: 20px;
  box-sizing: border-box;
}
.footerlast h1,
.footerlast p {
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

/* Footer contact area */
.footer-contact {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.footer-contactno {
  margin-right: 5px;
  font-size: 1.2rem;
}

.footer-p-contact {
  margin: 0px;
  font-size: 1rem;
  word-break: break-word;
}

/* ISO certification image */
.iso-certification {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.who-we-are-image {
  width: 150px;
  height: auto;
  display: block;
  align-items: flex-start;
}

/* Digital garage logo */
.digital_garage_logo {
  width: 20rem;
  height: auto;
  margin: 20px auto 0;
  display: block;
  max-width: 100%;
}

/* Hover effect for garage image */
.footer-hover:hover .footer-garage {
  filter: brightness(1.5);
}

/* Footer column headers */
.footer-columns h5 {
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-top {
    overflow-x: hidden;
    width: 100%;
  }

  .footer {
    width: 100%;
    overflow-x: hidden;
  }

  .footer-columns {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-column {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  
  /* Override the right alignment for the last column on mobile */
  .footer-column:last-child {
    align-items: center;
  }

  .footer-contact {
    justify-content: center;
    padding: 0 10px;
  }

  .footer-p-contact {
    font-size: 0.9rem;
  }

  .who-we-are-image {
    margin: 10px auto;
  }

  .footerlast {
    width: 100%;
    margin: 20px 0 0;
    padding: 15px 0;
    box-sizing: border-box;
  }
}

@media (max-width: 400px) {
  .footer-columns {
    padding: 0 10px;
  }

  .footer-column {
    padding: 8px 0;
  }

  .footer-contact {
    padding: 0 5px;
  }

  .footer-p-contact {
    font-size: 0.85rem;
  }

  .digital_garage_logo {
    width: 15rem;
    max-width: 90%;
    margin: 10px auto 0;
  }

  .footerlast {
    padding: 10px 0;
    margin: 10px 0 0;
  }
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #1694CE;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #0d7ab3;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 75px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.companyvision_company-text__4NlrT,
.companyvision_vision-text-blue__MJ5u8,
.companyvision_mission-text__94zZo {
  font-family: "Inter", sans-serif;
  font-weight: 550;
  font-size: 60px;
}

.companyvision_vision-container__SmmWm {
  display: flex;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.companyvision_vision-content__Ex7i8 {
  flex: 0 0 auto;
  padding: 4rem 3rem;
  max-width: 45%;
  position: relative;
  margin-right: 50px;
  z-index: 5;
}

.companyvision_vision-title__prHho,
.companyvision_subtitle__w1-ck,
.companyvision_yellow-line__Y48Y3,
.companyvision_description__jS\+dP {
  max-width: 80%;
  position: relative;
  z-index: 5;
}

.companyvision_description__jS\+dP {
  font-size: 14px;
  line-height: 1.6;
  max-width: 450px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-right: 10px;
}

.companyvision_desktop-section__O5Dbo {
  flex: 1 1;
  position: relative;
  min-height: 100vh;
}

.companyvision_desktop-image__m2OcL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.companyvision_benefits-card__\+OM41 {
  position: absolute;
  left: -90px;
  top: 52%;
  transform: translateY(-50%);
  background-color: #112e5f;
  color: white;
  padding: 1rem;
  width: 320px;
  max-width: 90%;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  box-sizing: border-box;
}

.companyvision_benefit-item__bKbne {
  margin-bottom: 1.5rem;
  width: 100%;
}

.companyvision_benefit-header__2x9P0 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.companyvision_benefit-icon__hI-Ux {
  color: #ffd700;
  font-size: 1.2rem;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.companyvision_benefit-title__a0DmP {
  color: #ffd700;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}

.companyvision_benefit-description__dSMvD {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 5px;
  margin-left: 10px;
}

.companyvision_mobile-section__UVAy3 {
  display: none;
  width: 100%;
  overflow: visible;
}

.companyvision_mobile-image__k1-z\+ {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}

.companyvision_title__GsT4j {
  max-width: 80%;
}

.companyvision_vision-title__prHho {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
  max-width: 80%;
}

.companyvision_company-text__4NlrT {
  color: #000;
  display: block;
}

.companyvision_vision-text-blue__MJ5u8 {
  color: #0091ff;
  display: block;
}

.companyvision_mission-text__94zZo {
  color: #004d99;
  display: block;
}

.companyvision_yellow-line__Y48Y3 {
  width: 120px;
  height: 6px;
  background-color: #ffd700;
  margin: 2rem 0;
}

.companyvision_vision-content__Ex7i8 p {
  max-width: 450px;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 1401px) {
  .companyvision_vision-container__SmmWm {
    max-width: 1400px;
    margin: 0 auto;
  }

  .companyvision_benefits-card__\+OM41 {
    left: -80px;
    width: 320px;
    padding: 1.5rem;
  }

  .companyvision_vision-title__prHho {
    max-width: 80%;
  }
}

@media (min-width: 1201px) and (max-width: 1920px) {
  .companyvision_vision-container__SmmWm {
    padding: 0 2rem;
  }

  .companyvision_vision-content__Ex7i8 {
    padding: 3rem 2rem;
    max-width: 45%;
  }

  .companyvision_benefits-card__\+OM41 {
    left: -80px;
    width: 320px;
    padding: 1.5rem;
  }

  .companyvision_vision-title__prHho {
    max-width: 80%;
    font-size: 3.8rem;
  }

  .companyvision_desktop-image__m2OcL {
    background-position: center;
    background-size: contain;
  }

  .companyvision_benefit-title__a0DmP {
    font-size: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .companyvision_benefit-icon__hI-Ux {
    font-size: 1.5rem;
    margin-right: 0.75rem;
  }

  .companyvision_benefit-description__dSMvD {
    padding-left: 2.25rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .companyvision_vision-container__SmmWm {
    padding: 0 1.5rem;
  }

  .companyvision_vision-content__Ex7i8 {
    padding: 2.5rem 1.5rem;
    max-width: 45%;
  }

  .companyvision_benefits-card__\+OM41 {
    left: -70px;
    width: 300px;
    padding: 1.25rem;
  }

  .companyvision_vision-title__prHho {
    font-size: 3.5rem;
    max-width: 80%;
  }

  .companyvision_benefit-title__a0DmP {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .companyvision_benefit-icon__hI-Ux {
    font-size: 1.4rem;
    margin-right: 0.75rem;
  }

  .companyvision_benefit-description__dSMvD {
    padding-left: 2.15rem;
    font-size: 0.8rem;
  }

  .companyvision_desktop-image__m2OcL {
    background-position: center;
    background-size: contain;
  }

  .companyvision_description__jS\+dP {
    font-size: 13px;
    max-width: 400px;
  }
}

@media (min-width: 1201px) {
  .companyvision_mobile-section__UVAy3 {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .companyvision_vision-container__SmmWm {
    padding: 0 1rem;
    flex-direction: column;
  }

  .companyvision_vision-content__Ex7i8 {
    padding: 2rem;
    margin: 0 auto;
    max-width: 100%;
  }

  .companyvision_desktop-section__O5Dbo {
    display: none;
  }

  .companyvision_mobile-section__UVAy3 {
    display: block;
  }

  .companyvision_mobile-benefits-card__uybBa {
    width: calc(100% - 4rem);
    margin: 2rem auto;
  }
}

@media (max-width: 768px) {
  .companyvision_vision-container__SmmWm {
    flex-direction: column;
    min-height: auto;
    padding: 2rem 1rem;
  }

  .companyvision_vision-content__Ex7i8 {
    padding: 1rem;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .companyvision_desktop-section__O5Dbo {
    display: none;
  }

  .companyvision_mobile-section__UVAy3 {
    display: block;
    order: 2;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 1rem;
  }

  .companyvision_mobile-image__k1-z\+ {
    width: 100%;
    max-height: 40vh;
    object-fit: contain;
    margin: 0 auto 1.5rem;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .companyvision_vision-title__prHho {
    font-size: 2.8rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }

  .companyvision_company-text__4NlrT,
  .companyvision_vision-text-blue__MJ5u8,
  .companyvision_mission-text__94zZo {
    font-size: 36px;
    text-align: center;
  }

  .companyvision_description__jS\+dP {
    font-size: 14px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .companyvision_yellow-line__Y48Y3 {
    margin: 1.5rem 0;
    width: 80px;
  }

  .companyvision_mobile-benefits-card__uybBa {
    width: 90%;
    margin: 0 auto 2rem;
    background-color: #112e5f;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .companyvision_benefits-card__\+OM41 {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto;
    overflow: visible;
  }

  .companyvision_benefit-item__bKbne {
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
  }

  .companyvision_benefit-item__bKbne:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .companyvision_benefit-header__2x9P0 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .companyvision_benefit-icon__hI-Ux {
    color: #ffd700;
    font-size: 1.2rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .companyvision_benefit-title__a0DmP {
    color: #ffd700;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
  }

  .companyvision_benefit-description__dSMvD {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 5px;
    text-align: center;
    margin-left: 0;
  }

  .companyvision_title__GsT4j {
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .companyvision_benefits-card__\+OM41 {
    width: 90%;
    padding: 1rem;
    text-align: center;
    margin: auto;
    display: block;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    overflow: visible;
  }

  .companyvision_benefit-item__bKbne {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
    overflow: visible;
  }

  .companyvision_benefit-item__bKbne:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .companyvision_benefit-title__a0DmP {
    font-size: 1.3rem;
    white-space: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: 100%;
    overflow: visible;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .companyvision_benefit-icon__hI-Ux {
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
    flex-shrink: 0;
    color: #ffd700;
  }

  .companyvision_benefit-description__dSMvD {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #e0e0e0;
    overflow: visible;
    white-space: normal;
    max-height: none;
  }

  .companyvision_mobile-section__UVAy3 {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 2rem;
  }

  .companyvision_mobile-image__k1-z\+ {
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
    margin: 0 auto 2rem;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}
.imageboard_board-container__QlRAW {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.imageboard_board-title__7Fqym {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.2;
}

.imageboard_board-grid__yxKcn {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.imageboard_board-row-three__tA-iN {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  justify-content: center;
}

.imageboard_board-row-two__oJn9W {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.imageboard_board-card__ho\+M5 {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.imageboard_image-container__jiheH {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
  
}

.imageboard_board-image__XxOVc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.imageboard_member-name__qJH4J {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #000;
}

.imageboard_member-position__Aq1E- {
  font-size: 16px;
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .imageboard_board-row-three__tA-iN {
    grid-template-columns: 1fr;
  }

  .imageboard_board-row-two__oJn9W {
    grid-template-columns: 1fr;
  }

  .imageboard_board-card__ho\+M5 {
    max-width: 400px;
    margin: 0 auto;
  }
}


.benifits_benefits-section__tU84p {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.benifits_benefits-title__yNhEL {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
}

.benifits_benefits-text__pnX\+8 {
  color: #003366; 
}

.benifits_features-text__gAlQv {
  color: #0066b2; 
}

.benifits_benefits-cards-container__jegp\+ {
  display: flex;
  flex-direction: column;
  gap: 60px; 
}

.benifits_benefits-top-row__O0xKK {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.benifits_benefits-bottom-row__vsfXu {
  display: flex;
  justify-content: center;
  gap: 100px; 
  max-width: 900px;
  margin: 0 auto;
}


.benifits_benefit-item__X8Zop {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
}


.benifits_benefit-card__9UDbu {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benifits_benefit-card__9UDbu:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.benifits_benefit-icon-container__hcSDj {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.benifits_benefit-title-below__ZB\+Au {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.benifits_benefit-description-below__qBMyV {
  font-size: 14px;
  color: #666;
  text-align: center;
}


@media (max-width: 768px) {
  .benifits_benefits-top-row__O0xKK,
  .benifits_benefits-bottom-row__vsfXu {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .benifits_benefit-item__X8Zop {
    max-width: 100%;
  }
  
  .benifits_benefits-title__yNhEL {
    font-size: 36px;
  }

  .benifits_benefits-cards-container__jegp\+ {
    gap: 40px;
  }
} 
:root {
  --connector-gap: 45px;
}
.timeline_timeline_container__Eea8f {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
gap: 1rem;
height: 100vh;
z-index: -3;
}

.timeline_year_wrapper__4SFVa {
position: relative;
display: inline-block;
}


.timeline_timeline_item__ap\+WQ h3 {
color: #fff;
padding: 0.5rem;
text-align: center;
border-radius: 0.4rem;
background-color: #082144;
width: 140px;
position: relative;

}


.timeline_timeline_item__ap\+WQ:not(:first-child) .timeline_year_wrapper__4SFVa h3::before {
content: "";
position: absolute;
top: 50%;
left: calc(-1 * 45px);
left: calc(-1 * var(--connector-gap));  

width: 45px;  

width: var(--connector-gap);
height: 2px;
background-color: inherit;
z-index: -3 !important;
}

.timeline_year_wrapper__4SFVa p {
position: absolute;
width: 180px;
min-height: 8rem;
border-left: 2px solid black;
display: flex;
padding: 1rem 0 0 0.5rem;
left: 0;
transform: none;
}

.timeline_year_wrapper__4SFVa p::before,
.timeline_year_wrapper__4SFVa p::after {
content: "";
position: absolute;
left: 0;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #1A6CE7;
transform: translateX(-50%);
}

.timeline_year_wrapper__4SFVa p::before {
top: 0;
}

.timeline_year_wrapper__4SFVa p::after {
bottom: 0;
}

.timeline_timeline_item__ap\+WQ[data-position="top"] .timeline_year_wrapper__4SFVa p {
bottom: calc(100%);
margin-bottom: 0.5rem;
}

.timeline_timeline_item__ap\+WQ[data-position="bottom"] .timeline_year_wrapper__4SFVa p {
top: calc(100%);
margin-top: 0.5rem;
}

@media (max-width: 1200px) {
  .timeline_timeline_container__Eea8f {
    flex-direction: column;
    align-items: center;
    position: relative;
    height: auto;
    padding:0rem 0rem  8rem 0rem;
    justify-content: center;
    gap: 3rem;
  }
  
  .timeline_timeline_item__ap\+WQ {
    width: 80%;
    position: relative;
    margin: 0.5rem 0;
  }
  
  .timeline_year_wrapper__4SFVa {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .timeline_timeline_item__ap\+WQ h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    z-index: 2;
    margin: 0;
  }
  .timeline_timeline_item__ap\+WQ:not(:first-child) .timeline_year_wrapper__4SFVa h3::before {
    display: none;
  }

  .timeline_timeline_item__ap\+WQ:not(:first-child) .timeline_year_wrapper__4SFVa h3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(-1 * 45px);
    top: calc(-1 * var(--connector-gap));
    width: 2px;
    height: 45px;
    height: var(--connector-gap);
    background-color: inherit;
  }
  .timeline_year_wrapper__4SFVa p {
    position: absolute;
    width: 100px;
    min-height: 8rem;
    border: none;
    padding: 1rem 0 0 0.5rem;
    font-size: 0.8rem;
  }

  .timeline_timeline_item__ap\+WQ[data-position="top"] .timeline_year_wrapper__4SFVa p {
    left: 50%;
    transform: translate(-160%, 110%);
    border-left: 2px solid black;
    border-top: 2px solid black;
  }
  
  .timeline_timeline_item__ap\+WQ[data-position="bottom"] .timeline_year_wrapper__4SFVa p {
    left: 50%;
    transform: translate(60%, -0%);
    border-right: 2px solid black;
    border-top: 2px solid black;
  }

  .timeline_timeline_item__ap\+WQ[data-position="bottom"] .timeline_year_wrapper__4SFVa p::before,
  .timeline_timeline_item__ap\+WQ[data-position="bottom"] .timeline_year_wrapper__4SFVa p::after {
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
}
.CTASection_ctaSection__kxJI4 {
  background-color: #0a2647;
  padding: var(--spacing-xl) 0;
  text-align: center;
  color: white;
}

.CTASection_ctaTitle__oS0m0 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.CTASection_ctaDescription__b0W9D {
  font-size: 18px;
  margin-bottom: var(--spacing-lg);
}

.CTASection_ctaButton__er2H9 {
  background-color: white;
  color: var(--dgft-primary);
  border: none;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.CTASection_ctaButton__er2H9:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} 
.contact-container {
  position: relative;
  width: 1439px;
  height: 680px;
  background: #FFFFFF;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 40px;
}

.logo {
  position: absolute;
  left: 43px;
  top: 39px;
  width: 195.46px;
  height: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  display: flex;
  align-items: center;
}

.heading {
  position: absolute;
  left: 67px;
  top: 40px;
  width: 571px;
  height: 160px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 80px;
  color: #000000;
  text-align: left;
}

.description {
  position: absolute;
  left: 74px;
  top: 120px;
  width: 610px;
  height: 90px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-align: left;
}

.rectangle {
  position: relative;
  width: 318px;
  height: 281px;
  background: rgba(217, 217, 217, 0.52);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 10px 20px;
}

.rectangle-1, .rectangle-2, .rectangle-3 {
  position: relative;
  top: 0;
  left: 0;
}

.person-image {
  position: absolute;
  left: 928px;
  top: 10px;
  width: 512px;
  height: 557px;
  border-radius: 0px 0px 0px 216px;
  object-fit: cover;
  z-index: 0;
}

.contact-page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.form-section {
  margin-top: 640px; 
  position: relative;
  z-index: 5;
}

.contact-icon {
  color: #666;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.contact-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin: 8px 0;
}

.contact-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-bottom: 16px;
}

.contact-button {
  background: var(--nav-button);
  color: white;
  padding: 8px 24px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: auto;
}

.contact-button:hover {
  background: var(--nav-active);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.heading, .description, .rectangle, .person-image {
  animation: fadeIn 0.8s ease-out forwards;
}

.rectangle-1 { animation-delay: 0.2s; }
.rectangle-2 { animation-delay: 0.3s; }
.rectangle-3 { animation-delay: 0.4s; }


.rectangle-content {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.contact-rectangles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 43px;
  top: 320px;
  width: calc(100% - 86px);
  z-index: 1;
}

@media screen and (max-width: 1439px) {
  .contact-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
    padding: 20px;
    overflow-x: hidden;
  }

  .logo {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 40px;
  }

  .heading {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 571px;
    height: auto;
    margin-bottom: 20px;
  }

  .description {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 610px;
    height: auto;
    margin-bottom: 30px;
  }

  .contact-rectangles-container {
    position: relative;
    margin-top: 20px;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .rectangle {
    position: relative;
    margin: 0 10px 20px;
    height: 281px; 
  }

  .rectangle-1, .rectangle-2, .rectangle-3 {
    left: 0;
    top: 0;
  }

  .person-image {
    position: relative;
    left: 0;
    top: 0;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
    display: block;
  }

  
  .form-section {
    margin-top: 20px;
  }
}


@media screen and (max-width: 991px) {
  .heading {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 15px;
  }

  .contact-rectangles-container {
    flex-direction: row;
    justify-content: center;
  }

  .rectangle {
    width: calc(50% - 20px);
    max-width: 300px;
  }
}


@media screen and (max-width: 767px) {
  .contact-container {
    padding: 20px;
  }

  .heading {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin: 0 auto 15px;
  }

  .description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto 20px;
  }

  .contact-rectangles-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }

  .rectangle {
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .rectangle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-button {
    width: 100%;
    padding: 12px;
    touch-action: manipulation;
  }

  .person-image {
    width: 100%;
    max-width: 320px;
    height: auto;
    border-radius: 0 0 0 100px;
    margin: 20px auto;
  }
}


@media screen and (max-width: 479px) {
  .heading {
    font-size: 30px;
    line-height: 38px;
    text-align: center;
  }

  .description {
    text-align: center;
    margin-bottom: 20px;
  }

  .contact-rectangles-container {
    padding: 0 10px;
  }

  .rectangle {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .contact-title {
    font-size: 16px;
  }

  .contact-text {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .person-image {
    max-width: 100%;
    border-radius: 0 0 0 60px;
  }
}
.form-section {
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.form-section h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
}


.custom-toast {
  position: fixed;
  top: 100px;
  right: 20px;
  background-color: #ffffff;
  border-left: 4px solid #2ecc71;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  align-items: center;
  z-index: 9999;
  min-width: 300px;
  animation: slideIn 0.5s ease forwards;
}


input::placeholder,
textarea::placeholder {
  text-align: left;
}


@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.toast-icon {
  color: #2ecc71;
  font-size: 20px;
  margin-right: 10px;
}

.toast-content {
  flex: 1 1;
}

.toast-content h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.toast-content p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #666;
}

.toast-close {
  background: none;
  border: none;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
}

.toast-close:hover {
  color: #333;
}


form {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}

.form-group {
  flex: 1 1;
  width: 100%;
}

.full-width {
  width: 100%;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
  color: #333;
  font-size: 13px;
}

.form-icon {
  margin-right: 5px;
  font-size: 12px;
  color: #555;
}

.required {
  color: #ff0000;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.error {
  border-color: #ff0000;
}

.form-group {
  position: relative;
}

.error-message {
  position: absolute;
  bottom: -16px;
  left: 0;
  font-size: 12px;
  color: red;
  white-space: nowrap;
}



button[type="submit"] {
  background-color: var(--nav-button);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  width: 100%;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

button[type="submit"]:disabled {
  background-color: #888;
  cursor: not-allowed;
}


@media (max-width: 768px) {
  .form-section {
    padding: 20px;
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
  }

  .form-row {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .form-section h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }

  .form-group {
    width: 100%;
    margin: 0 auto;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    margin: 0 auto;
  }

  button[type="submit"] {
    width: 100%;
    max-width: 100%;
    margin: 20px auto 0;
  }

  .custom-toast {
    top: 80px;
    right: 10px;
    left: 10px;
    min-width: 0;
    min-width: initial;
    width: auto;
  }
}
.career-page {
  min-height: calc(100vh - 4rem);
  background-image: linear-gradient(to bottom, #f8fafc, #f1f5f9);
}



.job-card {
  height: 100%;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.job-card-content {
  padding-top: 1.5rem;
  flex: 1 1;
}

.job-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.job-meta-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.job-meta-item {
  display: flex;
  align-items: center;
  color: #4b5563;
}

.job-meta-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.job-description {
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}

.job-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.job-skill-tag {
  background-color: #eff6ff;
  color: #3b82f6;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.job-skill-more {
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.job-card-footer {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}

.job-action-link {
  flex: 1 1;
  display: block;
}

.job-action-button {
  width: 100%;
}




.job-detail-page {
  background-color: #f9fafb;
  min-height: calc(100vh - 4rem);
}

.job-detail-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.job-detail-header {
  margin-bottom: 2rem;
}

.job-detail-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

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

.bookmark-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.bookmark-icon.bookmarked {
  color: #3b82f6;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.meta-item {
  display: flex;
  align-items: center;
  color: #4b5563;
}

.meta-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.job-posted-date {
  color: #6b7280;
  font-size: 0.875rem;
}

.job-detail-body {
  margin-bottom: 3rem;
}

.detail-section {
  margin-top: 2rem;
}

.detail-section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.detail-text {
  color: #4b5563;
  line-height: 1.6;
}

.detail-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  color: #4b5563;
  line-height: 1.6;
}

.detail-list-item {
  margin-bottom: 0.5rem;
}

.job-shifts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.job-shift-tag {
  background-color: #f3f4f6;
  color: #1f2937;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.job-skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.job-skill {
  background-color: #eff6ff;
  color: #3b82f6;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.job-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 0;
}

.apply-button, .back-button {
  width: 100%;
}

.email-options {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .job-actions {
    flex-direction: row;
    justify-content: center;
  }
  
  .apply-button {
    width: 150px;
    margin: 0 auto;
  }
  
  .back-button {
    width: 200px;
    margin: 0 auto;
  }
}

.similar-jobs-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 2rem;
}

.similar-jobs-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.job-detail-loading {
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
}

@media (min-width: 640px) {
  .job-actions {
    flex-direction: row;
  }
  
  .apply-button, .back-button {
    width: auto;
    flex: 1 1;
  }
}



.job-filters {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  margin-bottom: 2rem;
}

.filters-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-container {
  position: relative;
  flex-grow: 1;
}

.search-icon {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  height: 1rem;
  width: 1rem;
  color: #9ca3af;
}

.search-input {
  padding-left: 2.5rem;
}

.filter-dropdown {
  width: 100%;
}

.filter-trigger {
  width: 100%;
}

.filter-label {
  display: flex;
  align-items: center;
}

.filter-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  color: #6b7280;
}

.reset-button {
  width: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .filters-layout {
    flex-direction: row;
  }

  .filter-dropdown {
    width: 12rem;
  }

  .reset-button {
    width: auto;
  }
}


:global(.select-content) {
  background-color: white !important;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

:global(.select-item) {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

:global(.select-item:hover) {
  background-color: #f3f4f6;
}

:global(.select-item[data-highlighted]) {
  background-color: #f3f4f6;
}



.job-listings-section {
  background-color: #f9fafb;
  padding: 3rem 1rem;
}

.listings-container {
  max-width: 1200px;
  margin: 0 auto;
}

.listings-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.listings-title-wrapper {
  margin-bottom: 1rem;
}

.listings-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.listings-count {
  color: #6b7280;
}

.alerts-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.alerts-icon {
  height: 1rem;
  width: 1rem;
}

.no-jobs-message {
  text-align: center;
  padding: 4rem 1rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.no-jobs-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.no-jobs-text {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.load-more-container {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .listings-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .listings-title-wrapper {
    margin-bottom: 0;
  }

  .alerts-button {
    margin-top: 0;
  }

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

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



.similar-jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.similar-job-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.similar-job-content {
  padding-top: 1rem;
  flex: 1 1;
}

.similar-job-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.similar-job-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.similar-job-meta-item {
  display: flex;
  align-items: center;
  color: #4b5563;
  font-size: 0.875rem;
}

.similar-job-icon {
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.similar-job-footer {
  margin-top: auto;
}

.similar-job-link {
  display: block;
  width: 100%;
}

.similar-job-button {
  width: 100%;
}

.no-similar-jobs {
  text-align: center;
  color: #6b7280;
  padding: 2rem 0;
}

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

@media (min-width: 1024px) {
  .similar-jobs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.apply-button {
  width: 100%;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-align: center;
  display: block;
}

.apply-button:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.apply-button:active {
  transform: translateY(0);
}

.apply-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s;
}

.apply-button:hover::before {
  left: 100%;
}

.back-button {
  width: 100%;
}



.perks-container {
  font-family: "Inter", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #000;
}

.perks-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.perks-content {
  display: flex;
  gap: 40px;
}

.perks-note {
  position: relative;
  width: 360px;
  height: 180px;
  transform: rotate(-5deg);
  border: none;
  padding: 20px;
  font-family: "Permanent Marker", cursive, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: white;
  box-shadow:
    2px 0px 0px 0px #000,
    -2px 0px 0px 0px #000,
    0px 2px 0px 0px #000,
    0px -2px 0px 0px #000,
    3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.perks-note::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: white;
  border-top: 2px solid #000;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transform: translateY(-100%);
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  gap: 40px;
  flex: 1 1;
}

.perks-category {
  margin-bottom: 30px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 20px;
  background-color: white;
  box-shadow:
    2px 0px 0px 0px #000,
    -2px 0px 0px 0px #000,
    0px 2px 0px 0px #000,
    0px -2px 0px 0px #000,
    3px 3px 5px rgba(0, 0, 0, 0.1);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.category-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  stroke-width: 1.5;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.category-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .perks-content {
    flex-direction: column;
  }

  .perks-note {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px;
  }

  .perks-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .perks-title {
    font-size: 2rem;
  }

  .category-title {
    font-size: 1.25rem;
  }
}
.assessment-form-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.assessment-form-container h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: center;
}

.assessment-form-container p {
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.assessment-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.question-group {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.question-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.question-icon {
  color: #3498db;
  font-size: 1.5rem;
}

.question-text {
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 500;
}

.answer-options {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #2c3e50;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.radio-label:hover {
  background-color: #f0f4ff;
}

.radio-label.selected {
  background-color: #e0e7ff;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.radio-label input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}

.error-message {
  color: #e74c3c;
  text-align: center;
  margin: 1rem 0;
  font-size: 0.875rem;
}

.submit-button {
  background-color: #3498db;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
}

.submit-button:hover {
  background-color: #2980b9;
}

@media (max-width: 600px) {
  .assessment-form-container {
    margin: 1rem;
    padding: 1.5rem;
  }

  .question-group {
    padding: 1rem;
  }

  .answer-options {
    flex-direction: column;
    gap: 1rem;
  }
} 


.thank-you-container {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thank-you-content {
  text-align: center;
}

.success-icon {
  color: #2ecc71;
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.thank-you-content h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.thank-you-content p {
  color: #666;
  margin-bottom: 2rem;
}

.score-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}

.score-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 5px solid #3498db;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.score-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.score-value {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.2rem;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.3s;
}

.score-percentage {
  font-size: 1.5rem;
  font-weight: bold;
  color: #404ad8;
  margin-bottom: 0.2rem;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.6s;
}

.score-label {
  color: #666;
  font-size: 0.9rem;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.9s;
}

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

.score-details p {
  margin: 0.5rem 0;
  color: #2c3e50;
}

.progress-container {
  margin-top: 1rem;
  width: 100%;
}

.progress-bar-container {
  width: 100%;
  height: 12px;
  background-color: #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-bar {
  height: 100%;
  border-radius: 6px;
  transition: width 1s ease-in-out;
  animation: progressFill 1.5s ease-out forwards;
  width: 0;
}

@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: var(--progress-width);
  }
}

.progress-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 16px;
  margin-top: 0.5rem;
}

.next-steps {
  text-align: left;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 6px;
}

.next-steps h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.next-steps ul {
  list-style-type: none;
  padding: 0;
}

.next-steps li {
  color: #666;
  margin: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.next-steps li:before {
  content: "•";
  color: #3498db;
  position: absolute;
  left: 0;
}

.contact-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

.contact-info p {
  margin: 0.5rem 0;
  color: #666;
}

.contact-email {
  color: #3498db;
  font-weight: 500;
}

@media (max-width: 600px) {
  .thank-you-container {
    margin: 1rem;
    padding: 1.5rem;
  }

  .score-circle {
    width: 120px;
    height: 120px;
  }

  .score-value {
    font-size: 1.5rem;
  }
} 


.intro-form-container {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.intro-form-container h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: center;
}

.intro-form-container p {
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.intro-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  color: #2c3e50;
  font-weight: 500;
}

.form-group input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #3498db;
}

.form-group input.error {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 0.875rem;
}

.submit-button {
  background-color: #404ad8;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #3540b5;
}

@media (max-width: 600px) {
  .intro-form-container {
    margin: 1rem;
    padding: 1.5rem;
  }
}

/* Main container styles */
.security-assessment-container {
  padding-top: 2rem;
  scroll-margin-top: 80px; /* For anchor links scrolling */
  min-height: 70vh;
  position: relative;
}

/* Smooth scrolling for the entire page */
html {
  scroll-behavior: smooth;
}

body {
  scroll-padding-top: 80px; /* For fixed headers */
} 


.sectionTitle {
  margin-bottom: var(--spacing-lg);
  padding: 0 var(--spacing-md);
  max-width: 100%;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 22px;
  padding: 0 var(--spacing-sm);
  word-break: break-word;
  line-height: 1.3;
}

.sectionTitle span {
  display: inline-block;
  width: 100%;
}

.sectionTitle {
font-size: 32px;
font-weight: 700;
text-align: center;
margin-bottom: var(--spacing-xl);
color: var(--highlight-title);
max-width: 850px;
margin-left: auto;
margin-right: auto;
width: 100%;
word-wrap: break-word;
-webkit-hyphens: auto;
        hyphens: auto;
}
.SecurityAssessment_sectionTitle__yq5Oi {
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .SecurityAssessment_sectionTitle__yq5Oi span {
    display: inline-block;
    width: 100%;
  }

.SecurityAssessment_sectionTitle__yq5Oi {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-sm);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.SecurityAssessment_introText__69ukY {
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-primary);
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  text-align: center;
  padding: 0 var(--spacing-md);
}

.blog-section {
  padding: 4rem 2rem;
  text-align: center;
}

.blog-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
}

.blog-card-wrapper {
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 100%;
  display: flex;
}

.blog-card-wrapper:hover {
  transform: translateY(-5px);
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-image {
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .card-image img {
  transform: scale(1.05);
}

.card-content {
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-title {
  margin: auto;
  width: 900px;
  text-align: center;
  font-size: 4rem;
}

.section-title span {
  color: var(--highlight-title);
}

.section-title h3 {
  text-align: center;
  padding: 15px;
  color: var(--description-para);
}


.card-content h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  flex-grow: 1;
}

.button-container {
  margin-top: auto;
}

.read-more-btn {
  background: #3498db;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.read-more-btn:hover {
  background: #2980b9;
}

.all-blogs-cta {
  margin-top: 2rem;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.view-all-btn:hover {
  background: #2980b9;
}


.all-blogs-page {
  padding: 4rem 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.all-blogs-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}


.blog-container {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 2rem;
}

.blog-header {
  margin-bottom: 2rem;
}

.back-button {
  background: transparent;
  border: none;
  color: #3498db;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}

.back-button:hover {
  text-decoration: underline;
}

.blog-featured-image {
  margin: 1.5rem 0;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.blog-featured-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.blog-main {
  width: 100%;
}

.blog-article {
  line-height: 1.8;
  font-size: 1.1rem;
  width: 100%;
}

.blog-article h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #2c3e50;
}

.blog-article h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  color: #2c3e50;
}

.blog-article p {
  margin-bottom: 1.25rem;
}

.blog-article img {
  max-width: 100%;
  border-radius: 8px;
  margin: 1.5rem 0;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  font-size: 1.2rem;
  color: #666;
}


.error, .blog-error {
  padding: 2rem;
  margin: 2rem 0;
  background-color: #fff9f9;
  border-left: 4px solid #e74c3c;
  border-radius: 4px;
  color: #333;
  width: 100%;
}

.blog-error {
  background-color: #f8f9fa;
  border-left-color: #3498db;
}

.blog-error p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .blog-section, .all-blogs-page, .blog-container {
    padding: 2rem 1rem;
  }
  
  .card-image {
    height: 180px;
  }
  
  .card-content h3 {
    font-size: 1.1rem;
  }
  
  .blog-cards-container, .all-blogs-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}

@media (max-width: 480px) {
  .blog-container {
    padding: 1rem;
  }
  
  .blog-article {
    font-size: 1rem;
  }
}


/* Blog Main Container */
.blog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #2d3748;
}

/* Blog Meta Information */
.blog-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
  color: #718096;
}

.blog-meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-meta i {
  color: #4a5568;
}

/* Blog Title and Headings */
.blog-content h1 {
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 2.5rem 0 1.5rem;
  color: #1a202c;
  letter-spacing: -0.025em;
  position: relative;
  padding-bottom: 1rem;
}

.blog-content h1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background-color: #4299e1;
  border-radius: 2px;
}

.blog-content h2 {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 2.5rem 0 1.25rem;
  color: #2d3748;
  letter-spacing: -0.025em;
  position: relative;
  padding-left: 1.5rem;
}

.blog-content h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 4px;
  background-color: #4299e1;
  border-radius: 2px;
}

.blog-content h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
  color: #2d3748;
  letter-spacing: -0.025em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.blog-content h3::before {
  content: '•';
  color: #4299e1;
  font-size: 1.5em;
}

.blog-content h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.75rem 0 1rem;
  color: #2d3748;
  letter-spacing: -0.025em;
  padding-left: 1rem;
  border-left: 3px solid #e2e8f0;
}

.blog-content h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
  color: #4a5568;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 0.5rem;
}

.blog-content h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #e2e8f0;
}

/* Blog Paragraphs and Text */
.blog-content p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4a5568;
}

.blog-content strong {
  font-weight: 600;
  color: #2d3748;
}

/* Blog Lists */
.blog-content ul,
.blog-content ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.blog-content li {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Blog Images */
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 2rem 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Blog Content > First Image (Banner) */
.blog-content > div:first-child img {
  width: 100%;
  max-width: 100%;
  min-height: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  display: block;
  margin: 0 auto 2rem auto;
}

/* Table Styles with Borders */
.table-container {
  width: 100%;
  margin: 2rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}

.table-container th {
  background-color: #f8f9fa;
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #333;
  border: 1px solid #dee2e6;
}

.table-container td {
  padding: 1rem;
  border: 1px solid #dee2e6;
  vertical-align: top;
  line-height: 1.5;
}

.table-container td.headingthree {
  font-weight: 600;
  color: #2c3e50;
  width: 20%;
  min-width: 120px;
}

.table-container tr:hover {
  background-color: #f8f9fa;
}

/* Blog Code Blocks */
.blog-content pre {
  background-color: #f8fafc;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
  font-family: 'Fira Code', monospace;
  font-size: 0.9rem;
  line-height: 1.5;
  border: 1px solid #e2e8f0;
}

/* Blog Blockquotes */
.blog-content blockquote {
  border-left: 4px solid #4299e1;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background-color: #f7fafc;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: #4a5568;
}

/* Blog Social Share */
.blog-social-share {
  margin: 3rem 0;
  padding: 2rem;
  background-color: #f7fafc;
  border-radius: 8px;
  text-align: center;
}

.blog-social-share h4 {
  margin-bottom: 1rem;
  color: #2d3748;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.social-links a {
  color: #4a5568;
  font-size: 1.5rem;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #4299e1;
}

/* Blog Tags */
.blog-tags {
  margin: 2rem 0;
}

.blog-tags h4 {
  margin-bottom: 1rem;
  color: #2d3748;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag {
  background-color: #edf2f7;
  color: #4a5568;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

.tag:hover {
  background-color: #e2e8f0;
  color: #2d3748;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .blog-content {
    padding: 1rem;
  }

  .blog-content h1 {
    font-size: 2.25rem;
    margin: 2rem 0 1.25rem;
  }

  .blog-content h2 {
    font-size: 1.875rem;
    margin: 2rem 0 1.25rem;
  }

  .blog-content h3 {
    font-size: 1.5rem;
    margin: 1.75rem 0 1rem;
  }

  .blog-content h4 {
    font-size: 1.25rem;
    margin: 1.5rem 0 1rem;
  }

  .blog-content h5 {
    font-size: 1.125rem;
    margin: 1.25rem 0 1rem;
  }

  .blog-content p {
    font-size: 1rem;
  }

  .blog-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .table-container {
    margin: 1.5rem 0;
  }

  .table-container th,
  .table-container td {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
  
  .table-container td.headingthree {
    min-width: 100px;
  }
} 
/* Blog Styling System - Modern & SEO-Friendly Design */

/* Main blog container */
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
}

/* Blog header styles */
.blog-header {
  margin-bottom: 2.5rem;
  text-align: center;
  position: relative;
}

.blog-title {
  font-size: 2.5rem;
  color: #1a365d;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 3rem;
}

.blog-meta {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-date, .blog-author, .blog-category {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.back-link-container {
  text-align: left;
  margin-bottom: 1.5rem;
  width: 100%;
}

.back-heading {
  cursor: pointer;
  color: #3182ce;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.2s;
  display: inline-flex;
  align-items: center;
}

.back-heading:hover {
  color: #2c5282;
  text-decoration: underline;
}

/* Blog content container */
.blog-content-container {
  font-size: 1.1rem;
  line-height: 1.8;
}

/* Blog main content area */
.blog-main {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 2.5rem;
}

/* Headings */
.blog-content-container h1,
.blog-content-container h2,
.blog-content-container h3,
.blog-content-container h4,
.blog-content-container h5,
.blog-content-container h6 {
  color: #1a365d;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.blog-content-container h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
  margin-top: 0;
}

.blog-content-container h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 0.5rem;
}

.blog-content-container h3 {
  font-size: 1.5rem;
}

.blog-content-container h4 {
  font-size: 1.3rem;
}

.blog-content-container h5 {
  font-size: 1.1rem;
}

.blog-content-container h6 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Paragraphs */
.blog-content-container p {
  margin-bottom: 1.5rem;
  color: #2d3748;
}

/* Links */
.blog-content-container a {
  color: #3182ce;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.blog-content-container a:hover {
  border-bottom-color: #3182ce;
}

/* Images */
.blog-content-container img {
  width: 100%;
  height: auto;
  margin: 2rem auto;
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* Main feature image styling - like the screenshot example */
.blog-content-container img:first-of-type,
.blog-content-container .feature-image {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  margin: 0 auto 2rem;
}

.blog-content-container figure {
  margin: 2rem 0;
  width: 100%;
}

.blog-content-container figcaption {
  font-size: 0.9rem;
  text-align: center;
  color: #666;
  margin-top: 0.5rem;
}

/* Image alignment classes */
.img-left {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 50%;
}

.img-right {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  max-width: 50%;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
}

/* Lists */
.blog-content-container ul,
.blog-content-container ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.blog-content-container li {
  margin-bottom: 0.5rem;
}

.blog-content-container ul {
  list-style-type: disc;
}

.blog-content-container ol {
  list-style-type: decimal;
}

/* Blockquotes */
.blog-content-container blockquote {
  border-left: 4px solid #3182ce;
  padding: 1rem 0 1rem 1.5rem;
  margin: 1.5rem 0;
  background-color: #f8fafc;
  font-style: italic;
  color: #4a5568;
}

/* Code blocks */
.blog-content-container pre {
  background-color: #2d3748;
  color: #e2e8f0;
  padding: 1.5rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1.5rem 0;
  font-family: 'Courier New', monospace;
}

.blog-content-container code {
  font-family: 'Courier New', monospace;
  background-color: #edf2f7;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-size: 0.9em;
  color: #3182ce;
}

/* Tables */
.blog-content-container table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  border: 1px solid #e2e8f0;
}

.blog-content-container th,
.blog-content-container td {
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
}

.blog-content-container th {
  background-color: #f7fafc;
  font-weight: 600;
  text-align: left;
}

.blog-content-container tr:nth-child(even) {
  background-color: #f7fafc;
}

/* Responsive design */
@media (max-width: 768px) {
  .blog-container {
    padding: 1.5rem 1rem;
  }
  
  .blog-main {
    padding: 1.5rem;
  }
  
  .blog-title {
    font-size: 2rem;
  }
  
  .blog-content-container h1 {
    font-size: 1.8rem;
  }
  
  .blog-content-container h2 {
    font-size: 1.5rem;
  }
  
  .blog-content-container h3 {
    font-size: 1.3rem;
  }
  
  .img-left, .img-right {
    float: none;
    margin: 1.5rem 0;
    max-width: 100%;
  }
}

/* Loading and error states */
.loading, .error {
  text-align: center;
  padding: 3rem 1rem;
  margin: 2rem auto;
  max-width: 80%;
  background-color: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.loading {
  color: #3182ce;
}

.error {
  color: #e53e3e;
}

/* SEO-friendly article structure */
article.blog-article {
  margin-top: 1rem;
}

/* Social sharing links */
.blog-social-share {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

.share-button {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s;
}

.share-twitter {
  background-color: #1DA1F2;
}

.share-facebook {
  background-color: #4267B2;
}

.share-linkedin {
  background-color: #0077B5;
}

.share-button:hover {
  opacity: 0.9;
}

/* Tags */
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0;
}

.blog-tag {
  background-color: #e2e8f0;
  color: #4a5568;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  font-size: 0.8rem;
  transition: background-color 0.2s;
}

.blog-tag:hover {
  background-color: #cbd5e0;
} 
/* ManagedIT.module.css */

.ManagedIT_heroSection__VkCVy {
  background-image: url('https://images.unsplash.com/photo-1581092918056-0c4c3acd3789');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}

.ManagedIT_heroSection__VkCVy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.ManagedIT_heroContent__CGFf2 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.ManagedIT_heroTitle__QOF30 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.ManagedIT_heroSubtitle__YvwH8 {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.ManagedIT_focusSection__odPIV {
  background-color: #f9f9f9;
  padding: 3rem 0;
}

.ManagedIT_focusContainer__dJ6vU {
  display: flex;
  align-items: center;
  gap: var(--spacing-xl);
}

.ManagedIT_focusText__VNlyT {
  flex: 60% 1;
}

.ManagedIT_focusImage__T2Ww4 {
  flex: 40% 1;
}

.ManagedIT_focusTitle__HQ4vJ {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  font-weight: 700;
}

.ManagedIT_focusDescription__1u-VX {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
  margin-bottom: var(--spacing-md);
}

.ManagedIT_managedServicesSection__BCTvB {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.ManagedIT_managedServicesSection__BCTvB::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--dgft-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: 1;
}

.ManagedIT_servicesGrid__il9GI {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.ManagedIT_serviceCard__SOHZR {
  background-color: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: ManagedIT_fadeInUp__DxiF8 0.6s ease forwards;
  border: none;
}

.ManagedIT_serviceCard__SOHZR:nth-of-type(1) { animation-delay: 0.1s; }
.ManagedIT_serviceCard__SOHZR:nth-of-type(2) { animation-delay: 0.3s; }
.ManagedIT_serviceCard__SOHZR:nth-of-type(3) { animation-delay: 0.5s; }

.ManagedIT_serviceCard__SOHZR::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.ManagedIT_serviceCard__SOHZR:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.ManagedIT_serviceCard__SOHZR:hover::before {
  transform: scaleX(1);
}

.ManagedIT_serviceIcon__SvdDz {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  margin-bottom: var(--spacing-lg);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.ManagedIT_serviceCard__SOHZR:hover .ManagedIT_serviceIcon__SvdDz {
  transform: rotateY(360deg);
}

.ManagedIT_serviceTitle__bRLR6 {
  font-size: 24px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.ManagedIT_serviceTitle__bRLR6::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  bottom: -8px;
  transition: width 0.4s ease;
}

.ManagedIT_serviceCard__SOHZR:hover .ManagedIT_serviceTitle__bRLR6::after {
  width: 100%;
}

.ManagedIT_serviceDescription__p\+D4J {
  /* color: var(--description-para); */
  line-height: 1.8;
  font-size: 16px;
  transition: color 0.3s ease;
}

.ManagedIT_benefitsSection__LVc7c {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}
.ManagedIT_benefitsGrid__O-kn5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.ManagedIT_benefitItem__rSoak {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: var(--spacing-xl);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: ManagedIT_fadeInUp__DxiF8 0.5s ease forwards;
  border: 1px solid rgba(229, 231, 235, 0.5);
  display: flex;
  flex-direction: column;
}

@keyframes ManagedIT_fadeInUp__DxiF8 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ManagedIT_benefitItem__rSoak:nth-child(1) { animation-delay: 0.1s; }
.ManagedIT_benefitItem__rSoak:nth-child(2) { animation-delay: 0.2s; }
.ManagedIT_benefitItem__rSoak:nth-child(3) { animation-delay: 0.3s; }
.ManagedIT_benefitItem__rSoak:nth-child(4) { animation-delay: 0.4s; }
.ManagedIT_benefitItem__rSoak:nth-child(5) { animation-delay: 0.5s; }

.ManagedIT_benefitItem__rSoak::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  border-radius: 6px 6px 0 0;
}

.ManagedIT_benefitItem__rSoak::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(64, 74, 216, 0.1) 0%, transparent 50%);
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.ManagedIT_benefitItem__rSoak:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-color: rgba(229, 231, 235, 0.2);
}

.ManagedIT_benefitItem__rSoak:hover::before {
  transform: scaleX(1);
}

.ManagedIT_benefitItem__rSoak:hover::after {
  opacity: 0.6;
  animation: ManagedIT_pulse-radial__uxD2Y 2s infinite;
}

@keyframes ManagedIT_pulse-radial__uxD2Y {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.ManagedIT_benefitIcon__3KMi- {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin-bottom: var(--spacing-md);
  box-shadow: 0 15px 30px rgba(64, 74, 216, 0.25);
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.ManagedIT_benefitIcon__3KMi-::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  z-index: -1;
  opacity: 0.2;
  border-radius: 35px;
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.ManagedIT_benefitIcon__3KMi-::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
  top: -50%;
  left: -50%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.ManagedIT_benefitItem__rSoak:hover .ManagedIT_benefitIcon__3KMi- {
  transform: scale(1.1) rotate(10deg);
  border-radius: 30%;
  box-shadow: 0 20px 40px rgba(64, 74, 216, 0.4);
}

.ManagedIT_benefitItem__rSoak:hover .ManagedIT_benefitIcon__3KMi-::before {
  transform: scale(1.2);
  opacity: 0.1;
}

.ManagedIT_benefitItem__rSoak:hover .ManagedIT_benefitIcon__3KMi-::after {
  opacity: 0.3;
  animation: ManagedIT_sweep__cuiv2 2s infinite ease-in-out;
}
.ManagedIT_serviceLink__shvS3 {
  text-decoration: none;
  color: inherit;
}

.ManagedIT_serviceLink__shvS3:hover .ManagedIT_serviceItem__HyXMu {
  cursor: pointer;
}


@keyframes ManagedIT_sweep__cuiv2 {
  0% {
    top: -50%;
    left: -50%;
  }
  100% {
    top: 150%;
    left: 150%;
  }
}

.ManagedIT_benefitContent__HdPCs h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
  position: relative;
  display: inline-block;
}

.ManagedIT_benefitContent__HdPCs h3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  bottom: -4px;
  transition: width 0.3s ease;
}

.ManagedIT_benefitItem__rSoak:hover .ManagedIT_benefitContent__HdPCs h3::after {
  width: 100%;
}

.ManagedIT_benefitContent__HdPCs p {
  font-size: 16px;
  /* color: var(--description-para); */
  line-height: 1.7;
}

.ManagedIT_useCasesSection__Cxl-z {
  padding: var(--spacing-xxl) 0;
  background-color: var(--dgft-light);
}

.ManagedIT_useCaseItem__Y2bl3 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}

.ManagedIT_challengeBox__gGxX6 {
  background-color: #f9f9f9;
  border-left: 4px solid var(--dgft-primary);
  padding: var(--spacing-lg);
}

.ManagedIT_challengeTitle__SIYgO {
  font-size: 20px;
  font-weight: 700;
  color: #e74c3c;
  margin-bottom: var(--spacing-sm);
}

.ManagedIT_solutionBox__CdwtS {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px var(--box-shadow);
  padding: var(--spacing-lg);
}

.ManagedIT_solutionTitle__x57Fq {
  font-size: 20px;
  font-weight: 700;
  color: #27ae60;
  margin-bottom: var(--spacing-sm);
}

.ManagedIT_solutionList__Ac2Rc {
  list-style: none;
  padding: 0;
}

.ManagedIT_solutionItem__TSzGc {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-sm);
}

.ManagedIT_solutionIcon__Uhraz {
  color: var(--dgft-secondary);
  font-size: 18px;
}

.ManagedIT_ctaSection__CJMnM {
  background-color: #0a2647;
  padding: var(--spacing-xl) 0;
  text-align: center;
  color: white;
}
.ManagedIT_ctaDescription__5hAKt {
  font-size: 18px;
  margin-bottom: var(--spacing-lg);
}
.ManagedIT_ctaTitle__xYD2a {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.ManagedIT_ctaButton__RNQN9 {
  background-color: white;
  color: var(--dgft-primary);
  border: none;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ManagedIT_ctaButton__RNQN9:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Additional service section */
.ManagedIT_additionalServices__zZ7b9 {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}

.ManagedIT_additionalServices__zZ7b9::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgba(64, 74, 216, 0.03) 1px, 
    transparent 1px
  ), 
  linear-gradient(
    to right, 
    rgba(64, 74, 216, 0.03) 1px, 
    transparent 1px
  );
  background-size: 50px 50px;
  opacity: 0.5;
  z-index: 1;
}

.ManagedIT_servicesWrapper__PRSic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.ManagedIT_serviceItem__HyXMu {
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: ManagedIT_fadeInUp__DxiF8 0.5s ease forwards;
  border: none;
}

.ManagedIT_serviceItem__HyXMu:nth-child(1) { animation-delay: 0.1s; }
.ManagedIT_serviceItem__HyXMu:nth-child(2) { animation-delay: 0.2s; }
.ManagedIT_serviceItem__HyXMu:nth-child(3) { animation-delay: 0.3s; }
.ManagedIT_serviceItem__HyXMu:nth-child(4) { animation-delay: 0.4s; }
.ManagedIT_serviceItem__HyXMu:nth-child(5) { animation-delay: 0.5s; }
.ManagedIT_serviceItem__HyXMu:nth-child(6) { animation-delay: 0.6s; }

.ManagedIT_serviceItem__HyXMu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}

.ManagedIT_serviceItem__HyXMu:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.ManagedIT_serviceItem__HyXMu:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ManagedIT_serviceItemTitle__anSuT {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  position: relative;
}

.ManagedIT_serviceItemIcon__Tu3rU {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease;
}

.ManagedIT_serviceItem__HyXMu:hover .ManagedIT_serviceItemIcon__Tu3rU {
  transform: rotateY(360deg);
}

.ManagedIT_serviceItemDescription__nBeQ3 {
  /* color: var(--description-para); */
  line-height: 1.7;
  font-size: 16px;
}

p, .ManagedIT_solution-text__otA-d {
    white-space: pre-line;
  }

/* Responsive styles */
@media (max-width: 768px) {
  .ManagedIT_heroTitle__QOF30 {
    font-size: 32px;
  }
  
  .ManagedIT_heroSubtitle__YvwH8 {
    font-size: 18px;
  }
  
  .ManagedIT_focusContainer__dJ6vU {
    flex-direction: column;
    gap: var(--spacing-lg);
  }
  
  .ManagedIT_focusText__VNlyT, .ManagedIT_focusImage__T2Ww4 {
    flex: 100% 1;
  }
  
  .ManagedIT_focusImage__T2Ww4 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  
  .ManagedIT_benefitsGrid__O-kn5 {
    grid-template-columns: 1fr;
  }
  
  .ManagedIT_heroSection__VkCVy {
    padding: 3rem 0;
  }
  
  .ManagedIT_servicesGrid__il9GI, .ManagedIT_servicesWrapper__PRSic {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .ManagedIT_useCaseItem__Y2bl3 {
    padding: var(--spacing-md);
  }
  
  .ManagedIT_challengeBox__gGxX6, .ManagedIT_solutionBox__CdwtS {
    padding: var(--spacing-md);
  }
  
  .ManagedIT_serviceIcon__SvdDz {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
  
  .ManagedIT_serviceTitle__bRLR6 {
    font-size: 22px;
  }
  
  .ManagedIT_ctaTitle__xYD2a {
    font-size: 30px;
  }
  
  .ManagedIT_ctaButton__RNQN9 {
    padding: 0.8rem 1.8rem;
    font-size: 16px;
  }
  
  .ManagedIT_serviceItemTitle__anSuT {
    font-size: 18px;
  }
  
  .ManagedIT_managedServicesSection__BCTvB,
  .ManagedIT_benefitsSection__LVc7c,
  .ManagedIT_useCasesSection__Cxl-z,
  .ManagedIT_additionalServices__zZ7b9 {
    padding: var(--spacing-xl) 0;
  }
  
  .ManagedIT_sectionTitle__7Q2s2 {
    font-size: 28px;
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 600px) {
  .ManagedIT_serviceCard__SOHZR {
    padding: var(--spacing-lg);
  }
  
  .ManagedIT_serviceIcon__SvdDz {
    width: 55px;
    height: 55px;
    font-size: 22px;
    margin-bottom: var(--spacing-md);
  }
  
  .ManagedIT_serviceTitle__bRLR6 {
    font-size: 20px;
  }
  
  .ManagedIT_serviceDescription__p\+D4J {
    font-size: 15px;
  }
  
  .ManagedIT_benefitItem__rSoak {
    padding: var(--spacing-lg);
  }
  
  .ManagedIT_benefitIcon__3KMi- {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .ManagedIT_benefitContent__HdPCs h3 {
    font-size: 18px;
  }
  
  .ManagedIT_benefitContent__HdPCs p {
    font-size: 15px;
  }
  
  .ManagedIT_ctaSection__CJMnM {
    padding: var(--spacing-lg) 0;
  }
  
  .ManagedIT_ctaTitle__xYD2a {
    font-size: 26px;
    margin-bottom: var(--spacing-md);
  }
  
  .ManagedIT_serviceItem__HyXMu {
    padding: var(--spacing-lg);
  }
  
  .ManagedIT_serviceItemIcon__Tu3rU {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
  
  .ManagedIT_solutionList__Ac2Rc {
    margin-top: var(--spacing-md);
  }
  
  .ManagedIT_solutionItem__TSzGc {
    margin-bottom: var(--spacing-md);
  }
}

@media (max-width: 480px) {
  .ManagedIT_heroTitle__QOF30 {
    font-size: 26px;
  }
  
  .ManagedIT_heroSubtitle__YvwH8 {
    font-size: 16px;
  }
  
  .ManagedIT_focusTitle__HQ4vJ {
    font-size: 22px;
  }
  
  .ManagedIT_focusDescription__1u-VX {
    font-size: 15px;
  }
  
  .ManagedIT_serviceCard__SOHZR, .ManagedIT_useCaseItem__Y2bl3 {
    padding: var(--spacing-md);
  }
  
  .ManagedIT_servicesGrid__il9GI, .ManagedIT_servicesWrapper__PRSic {
    grid-template-columns: 1fr;
    padding: 0 5px;
  }
  
  .ManagedIT_serviceItemTitle__anSuT {
    font-size: 17px;
  }
  
  .ManagedIT_serviceItemDescription__nBeQ3 {
    font-size: 14px;
  }
  
  .ManagedIT_sectionTitle__7Q2s2 {
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ManagedIT_sectionTitle__7Q2s2 span {
    display: inline-block;
    width: 100%;
  }
  
  .ManagedIT_challengeTitle__SIYgO, .ManagedIT_solutionTitle__x57Fq {
    font-size: 18px;
  }
  
  .ManagedIT_solutionItem__TSzGc {
    font-size: 14px;
  }
  
  .ManagedIT_ctaTitle__xYD2a {
    font-size: 24px;
  }
  
  .ManagedIT_ctaButton__RNQN9 {
    padding: 0.7rem 1.5rem;
    font-size: 15px;
  }
  
  .ManagedIT_benefitsSection__LVc7c::before,
  .ManagedIT_benefitsSection__LVc7c::after,
  .ManagedIT_additionalServices__zZ7b9::before {
    opacity: 0.03;
  }
  
  .ManagedIT_useCaseItem__Y2bl3 {
    margin-bottom: var(--spacing-lg);
  }
  
  .ManagedIT_challengeBox__gGxX6 {
    border-left: 3px solid var(--dgft-primary);
  }
  
  .ManagedIT_container__TRdOc {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

.ManagedIT_sectionTitle__7Q2s2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Strategic Vision Section Styles */
.ManagedIT_strategicVisionSection__RKjur {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ManagedIT_strategicVisionSection__RKjur::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--dgft-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: 1;
}

.ManagedIT_visionGrid__LcAPU {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.ManagedIT_visionCard__bSYMz {
  background-color: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: ManagedIT_fadeInUp__DxiF8 0.6s ease forwards;
  border: none;
}

.ManagedIT_visionCard__bSYMz:nth-of-type(1) { animation-delay: 0.1s; }
.ManagedIT_visionCard__bSYMz:nth-of-type(2) { animation-delay: 0.3s; }
.ManagedIT_visionCard__bSYMz:nth-of-type(3) { animation-delay: 0.5s; }
.ManagedIT_visionCard__bSYMz:nth-of-type(4) { animation-delay: 0.7s; }

.ManagedIT_visionCard__bSYMz::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.ManagedIT_visionCard__bSYMz:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.ManagedIT_visionCard__bSYMz:hover::before {
  transform: scaleX(1);
}

.ManagedIT_visionIcon__Hr62\+ {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  margin-bottom: var(--spacing-md);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}

.ManagedIT_visionCard__bSYMz:hover .ManagedIT_visionIcon__Hr62\+ {
  transform: rotateY(360deg);
}

.ManagedIT_visionTitle__AxY4E {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
  word-wrap: break-word;
}

.ManagedIT_visionTitle__AxY4E::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  bottom: -8px;
  transition: width 0.4s ease;
}

.ManagedIT_visionCard__bSYMz:hover .ManagedIT_visionTitle__AxY4E::after {
  width: 100%;
}

.ManagedIT_visionDescription__ZwzJh {
  /* color: var(--description-para); */
  line-height: 1.7;
  font-size: 15px;
  transition: color 0.3s ease;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Media Queries */
@media (max-width: 768px) {
  .ManagedIT_visionGrid__LcAPU {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ManagedIT_visionIcon__Hr62\+ {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .ManagedIT_visionTitle__AxY4E {
    font-size: 20px;
  }
  
  .ManagedIT_visionDescription__ZwzJh {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .ManagedIT_visionCard__bSYMz {
    padding: 1.8rem;
  }
  
  .ManagedIT_visionIcon__Hr62\+ {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
  
  .ManagedIT_visionTitle__AxY4E {
    font-size: 18px;
  }
  
  .ManagedIT_visionDescription__ZwzJh {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .ManagedIT_visionGrid__LcAPU {
    grid-template-columns: 1fr;
  }
  
  .ManagedIT_visionCard__bSYMz {
    padding: 1.5rem;
  }
  
  .ManagedIT_visionTitle__AxY4E {
    font-size: 17px;
    margin-bottom: var(--spacing-sm);
  }
  
  .ManagedIT_visionDescription__ZwzJh {
    font-size: 13px;
  }
}

/* Styles for What Are Managed IT Services and What Is a Managed IT Service Provider sections */
.ManagedIT_managedServicesInfoSection__6zZsW, .ManagedIT_mspInfoSection__VbfCo {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.ManagedIT_infoContent__nDcGw {
  max-width: 950px;
  margin: 0 auto;
  padding: var(--spacing-sm) 0;
}

.ManagedIT_infoContent__nDcGw p {
  font-size: 18px;
  line-height: 1.8;
  /* color: var(--description-para); */
  text-align: center;
}
.UseCasesSection_useCasesSection__Ydhhy {
  padding: 0 0 5rem 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8faff, #f0f4ff);
}

.UseCasesSection_useCasesSection__Ydhhy::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: radial-gradient(#404ad8 8%, transparent 8%);
  background-position: 0 0;
  background-size: 30px 30px;
  opacity: 0.03;
  z-index: 1;
}

.UseCasesSection_useCasesGrid__lgXiJ {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Default to 3 columns for 3 cards */
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
  max-width: 1400px; /* Width for 3 cards */
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  justify-content: center;
}

/* Two card layout */
.UseCasesSection_twoCards__iqEZ4 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  gap: 1.5rem;
}

/* Use case card styling */
.UseCasesSection_useCaseCard__c7hK5 {
  width: 100%;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: UseCasesSection_fadeInUp__TqsKa 0.4s ease forwards;
  border: 1px solid #eaeaea;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.UseCasesSection_useCaseCard__c7hK5:nth-of-type(1) { animation-delay: 0.1s; }
.UseCasesSection_useCaseCard__c7hK5:nth-of-type(2) { animation-delay: 0.3s; }
.UseCasesSection_useCaseCard__c7hK5:nth-of-type(3) { animation-delay: 0.5s; }

.UseCasesSection_useCaseCard__c7hK5:hover {
  transform: translateY(-5px); /* Reduced hover lift */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.UseCasesSection_useCaseCard__c7hK5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px; /* Thicker accent line */
  /* background: linear-gradient(to right, #404ad8, #1652f0); */
  top: 0;
  left: 0;
}

/* Section title styling */
.UseCasesSection_sectionTitle__lDQ9e {
  font-size: 32px; /* Slightly smaller title */
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem; /* Reduced bottom margin */
  color: #333;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  position: relative;
  padding-bottom: 12px;
}

.UseCasesSection_sectionTitle__lDQ9e::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #404ad8, #1652f0);
  border-radius: 2px;
}

/* Card structure styling */
.UseCasesSection_cardHeader__1Rfse {
  border-bottom: 1px solid #f0f0f0;
}

.UseCasesSection_cardContent__I-FDu {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.UseCasesSection_section__tOwbh {
  border-bottom: 1px solid #f0f0f0;
}

.UseCasesSection_section__tOwbh:last-child {
  border-bottom: none;
  flex: 1 1; /* Make the last section expand to fill available space */
  display: flex;
  flex-direction: column;
}

.UseCasesSection_section__tOwbh:last-child p {
  flex: 1 1; /* Make the paragraph in the last section expand */
}

/* Make section hover effects subtle */
.UseCasesSection_section__tOwbh:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

/* Challenge section styling */
.UseCasesSection_challengeTitle__WK1Jt {
  font-size: 18px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  /* background-color: #fff5f5; */
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.UseCasesSection_challengeTitle__WK1Jt::before {
  content: '!';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #e74c3c;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
}

.UseCasesSection_challenge__VreJL {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
  /* background-color: #fff5f5; */
}

/* Solution section styling */
.UseCasesSection_solutionTitle__A3s2g {
  font-size: 18px;
  font-weight: 700;
  color: #27ae60;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  /* background-color: #f0fff4; */
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.UseCasesSection_solutionTitle__A3s2g::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #27ae60;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
}

.UseCasesSection_solution__IvqOZ {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
  /* background-color: #f0fff4; */
}

/* Benefits section styling */
.UseCasesSection_benefitsTitle__YPwxe {
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
  margin: 0;
  padding: 1.2rem 1.5rem 0.8rem;
  /* background-color: #ebf7ff; */
  border-bottom: 1px solid rgba(52, 152, 219, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}


.UseCasesSection_benefitsTitle__YPwxe::before {
  content: '★';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  /* background-color: #3498db; */
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_benefitsTitle__YPwxe::before {
  transform: rotate(360deg);
}

/* Scope styling */
.UseCasesSection_scopeTitle__WO3Ds {
  font-size: 18px;
  font-weight: 700;
  color: #2980b9;
  margin: 0;
  padding: 1.2rem 1.5rem 0.8rem;
  /* background-color: #e8f4fd; */
  border-bottom: 1px solid rgba(41, 128, 185, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_scopeTitle__WO3Ds::before {
  content: '🔍';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  /* background-color: #2980b9; */
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_scopeTitle__WO3Ds::before {
  transform: scale(1.1);
}

/* Assessment styling */
.UseCasesSection_assessmentTitle__z6cqy {
  font-size: 18px;
  font-weight: 700;
  color: #8e44ad;
  margin: 0;
  padding: 1.2rem 1.5rem 0.8rem;
  /* background-color: #f5eeff; */
  border-bottom: 1px solid rgba(142, 68, 173, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.UseCasesSection_assessmentTitle__z6cqy::before {
  content: '📊';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  /* background-color: #8e44ad; */
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}



.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_assessmentTitle__z6cqy::before {
  transform: none;
}

/* Penetration styling */
.UseCasesSection_penetrationTitle__-aTvZ {
  font-size: 22px;
  font-weight: 700;
  color: #c0392b;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #ffeaea; */
  border-bottom: 1px solid rgba(192, 57, 43, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_penetrationTitle__-aTvZ::before {
  content: '🛡️';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* background-color: #c0392b; */
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_penetrationTitle__-aTvZ::before {
  transform: rotate(45deg);
}

/* Results Delivered styling */
.UseCasesSection_resultsDeliveredTitle__Qcvbr {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #f2f4f6; */
  border-bottom: 1px solid rgba(44, 62, 80, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.UseCasesSection_resultsDeliveredTitle__Qcvbr::before {
  content: '📋';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #2c3e50;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_resultsDeliveredTitle__Qcvbr::before {
  transform: scale(1.1) translateX(3px);
}

/* Issues Found styling */
.UseCasesSection_issuesFoundTitle__njKbH {
  font-size: 22px;
  font-weight: 700;
  color: #f39c12;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #fff8e6; */
  border-bottom: 1px solid rgba(243, 156, 18, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_issuesFoundTitle__njKbH::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* background-color: #f39c12; */
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_issuesFoundTitle__njKbH::before {
  transform: translateY(-3px);
}

/* Fixes Implemented styling */
.UseCasesSection_fixesImplementedTitle__mGaNS {
  font-size: 22px;
  font-weight: 700;
  color: #9b59b6;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #f8f0fc; */
  border-bottom: 1px solid rgba(155, 89, 182, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}


.UseCasesSection_fixesImplementedTitle__mGaNS::before {
  content: '🔧';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_fixesImplementedTitle__mGaNS::before {
  transform: rotate(-45deg);
}

/* Outcome styling */
.UseCasesSection_outcomeTitle__w1ZB1 {
  font-size: 22px;
  font-weight: 700;
  color: #16a085;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #e6fff7; */
  border-bottom: 1px solid rgba(22, 160, 133, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_outcomeTitle__w1ZB1::before {
  content: '🏆';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* background-color: #16a085; */
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__c7hK5:hover .UseCasesSection_outcomeTitle__w1ZB1::before {
  transform: scale(1.2);
}

/* Content styling */
.UseCasesSection_challenge__VreJL, .UseCasesSection_solution__IvqOZ, .UseCasesSection_benefits__uoTTz, .UseCasesSection_scope__Gd1uM, .UseCasesSection_assessment__d9Mvo, .UseCasesSection_penetration__ziJJk, .UseCasesSection_resultsDelivered__dk\+Vi, .UseCasesSection_issuesFound__MFL0o, .UseCasesSection_fixesImplemented__CBw26, .UseCasesSection_outcome__D5CbF {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
}

@keyframes UseCasesSection_fadeInUp__TqsKa {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Remove extra space between sections */
.UseCasesSection_useCaseCard__c7hK5 > * {
  margin-bottom: 0 !important;
}

.UseCasesSection_useCaseCard__c7hK5 h3 {
  margin-top: 0 !important;
}

/* Add a small separation between challenge and solution */
.UseCasesSection_solutionTitle__A3s2g {
  margin-top: 0 !important;
  border-top: 1px solid rgba(39, 174, 96, 0.1);
}

/* Responsive media queries */
@media (max-width: 1199px) {
  .UseCasesSection_useCasesGrid__lgXiJ {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .UseCasesSection_useCasesGrid__lgXiJ {
    grid-template-columns: minmax(300px, 1fr); /* Single column on small screens */
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .UseCasesSection_sectionTitle__lDQ9e {
    font-size: 30px;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    max-width: 100%;
  }
  
  .UseCasesSection_challengeTitle__WK1Jt,
  .UseCasesSection_solutionTitle__A3s2g,
  .UseCasesSection_benefitsTitle__YPwxe,
  .UseCasesSection_scopeTitle__WO3Ds,
  .UseCasesSection_assessmentTitle__z6cqy,
  .UseCasesSection_penetrationTitle__-aTvZ,
  .UseCasesSection_resultsDeliveredTitle__Qcvbr,
  .UseCasesSection_issuesFoundTitle__njKbH,
  .UseCasesSection_fixesImplementedTitle__mGaNS,
  .UseCasesSection_outcomeTitle__w1ZB1 {
    font-size: 20px;
    padding: 1.2rem 1.5rem 1rem;
  }
  
  .UseCasesSection_challenge__VreJL, 
  .UseCasesSection_solution__IvqOZ,
  .UseCasesSection_benefits__uoTTz,
  .UseCasesSection_scope__Gd1uM,
  .UseCasesSection_assessment__d9Mvo,
  .UseCasesSection_penetration__ziJJk,
  .UseCasesSection_resultsDelivered__dk\+Vi,
  .UseCasesSection_issuesFound__MFL0o,
  .UseCasesSection_fixesImplemented__CBw26,
  .UseCasesSection_outcome__D5CbF {
    font-size: 15px;
    padding: 1.5rem;
  }
}

@media (max-width: 600px) {
  .UseCasesSection_sectionTitle__lDQ9e {
    font-size: 26px;
  }
  
  .UseCasesSection_challengeTitle__WK1Jt::before,
  .UseCasesSection_solutionTitle__A3s2g::before,
  .UseCasesSection_benefitsTitle__YPwxe::before,
  .UseCasesSection_scopeTitle__WO3Ds::before,
  .UseCasesSection_assessmentTitle__z6cqy::before,
  .UseCasesSection_penetrationTitle__-aTvZ::before,
  .UseCasesSection_resultsDeliveredTitle__Qcvbr::before,
  .UseCasesSection_issuesFoundTitle__njKbH::before,
  .UseCasesSection_fixesImplementedTitle__mGaNS::before,
  .UseCasesSection_outcomeTitle__w1ZB1::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .UseCasesSection_sectionTitle__lDQ9e {
    font-size: 24px;
    padding: 0 0.5rem;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .UseCasesSection_sectionTitle__lDQ9e span {
    display: inline-block;
    width: 100%;
  }
  
  .UseCasesSection_useCasesGrid__lgXiJ {
    padding: 0 0.8rem;
  }
  
  .UseCasesSection_challengeTitle__WK1Jt,
  .UseCasesSection_solutionTitle__A3s2g,
  .UseCasesSection_benefitsTitle__YPwxe,
  .UseCasesSection_scopeTitle__WO3Ds,
  .UseCasesSection_assessmentTitle__z6cqy,
  .UseCasesSection_penetrationTitle__-aTvZ,
  .UseCasesSection_resultsDeliveredTitle__Qcvbr,
  .UseCasesSection_issuesFoundTitle__njKbH,
  .UseCasesSection_fixesImplementedTitle__mGaNS,
  .UseCasesSection_outcomeTitle__w1ZB1 {
    font-size: 18px;
    padding: 1rem 1.2rem 0.8rem;
  }
}

/* Update common styles for all section titles */
.UseCasesSection_benefitsTitle__YPwxe,
.UseCasesSection_scopeTitle__WO3Ds,
.UseCasesSection_assessmentTitle__z6cqy,
.UseCasesSection_penetrationTitle__-aTvZ,
.UseCasesSection_resultsDeliveredTitle__Qcvbr,
.UseCasesSection_issuesFoundTitle__njKbH,
.UseCasesSection_fixesImplementedTitle__mGaNS,
.UseCasesSection_outcomeTitle__w1ZB1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: none;
}

.UseCasesSection_benefitsTitle__YPwxe::before,
.UseCasesSection_scopeTitle__WO3Ds::before,
.UseCasesSection_assessmentTitle__z6cqy::before,
.UseCasesSection_penetrationTitle__-aTvZ::before,
.UseCasesSection_resultsDeliveredTitle__Qcvbr::before,
.UseCasesSection_issuesFoundTitle__njKbH::before,
.UseCasesSection_fixesImplementedTitle__mGaNS::before,
.UseCasesSection_outcomeTitle__w1ZB1::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
}

/* For all content sections */
.UseCasesSection_benefits__uoTTz,
.UseCasesSection_scope__Gd1uM,
.UseCasesSection_assessment__d9Mvo,
.UseCasesSection_penetration__ziJJk,
.UseCasesSection_resultsDelivered__dk\+Vi,
.UseCasesSection_issuesFound__MFL0o,
.UseCasesSection_fixesImplemented__CBw26,
.UseCasesSection_outcome__D5CbF {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
}

/* Individual section background colors */
/* .scope, .scopeTitle { background-color: #e8f4fd; } */
/* .assessment, .assessmentTitle { background-color: #f5eeff; } */
/* .penetration, .penetrationTitle { background-color: #ffeaea; } */
/* .benefits, .benefitsTitle { background-color: #ebf7ff; } */
.UseCasesSection_resultsDelivered__dk\+Vi, .UseCasesSection_resultsDeliveredTitle__Qcvbr { background-color: #f2f4f6; }
/* .issuesFound, .issuesFoundTitle { background-color: #fff8e6; } */
/* .fixesImplemented, .fixesImplementedTitle { background-color: #f8f0fc; } */
/* .outcome, .outcomeTitle { background-color: #e6fff7; } */

/* Section title colors */
.UseCasesSection_benefitsTitle__YPwxe { color: #3498db; }
.UseCasesSection_scopeTitle__WO3Ds { color: #2980b9; }
/* .assessmentTitle { color: #8e44ad; } */
/* .penetrationTitle { color: #c0392b; } */
.UseCasesSection_resultsDeliveredTitle__Qcvbr { color: #2c3e50; }
.UseCasesSection_issuesFoundTitle__njKbH { color: #f39c12; }
.UseCasesSection_fixesImplementedTitle__mGaNS { color: #9b59b6; }
.UseCasesSection_outcomeTitle__w1ZB1 { color: #16a085; }

/* Icons for each section */
.UseCasesSection_benefitsTitle__YPwxe::before { background-color: #3498db; content: '★'; }
.UseCasesSection_scopeTitle__WO3Ds::before { background-color: #2980b9; content: '🔍'; }
.UseCasesSection_assessmentTitle__z6cqy::before { background-color: #8e44ad; content: '📊'; }
.UseCasesSection_penetrationTitle__-aTvZ::before { background-color: #c0392b; content: '🛡️'; }
.UseCasesSection_resultsDeliveredTitle__Qcvbr::before { background-color: #2c3e50; content: '📋'; }
.UseCasesSection_issuesFoundTitle__njKbH::before { background-color: #f39c12; content: '⚠'; }
.UseCasesSection_fixesImplementedTitle__mGaNS::before { background-color: #9b59b6; content: '🔧'; }
.UseCasesSection_outcomeTitle__w1ZB1::before { background-color: #16a085; content: '🏆'; }

/* Remove the previous two card selector since we're using a class now */
.UseCasesSection_useCaseCard__c7hK5:first-child:nth-last-child(2),
.UseCasesSection_useCaseCard__c7hK5:first-child:nth-last-child(2) ~ .UseCasesSection_useCaseCard__c7hK5 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
} 
/* CoManagedIT.module.css */

.CoManagedIT_heroSection__IFUUL {
  background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}

.CoManagedIT_heroSection__IFUUL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--dgft-primary), transparent);
  opacity: 0.8;
  z-index: 1;
}

.CoManagedIT_heroContent__XPqAU {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.CoManagedIT_heroTitle__Zo\+R6 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.CoManagedIT_heroSubtitle__t4Add {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.CoManagedIT_whatIsSection__SLOM6 {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.CoManagedIT_whatIsSection__SLOM6::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#f9f9f9 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  z-index: 1;
}

.CoManagedIT_whatIsContent__J7dqe {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.CoManagedIT_whatIsTitle__12Jiu {
  font-size: var(--font-size-xxl);
  color: var(--highlight-title);
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
  text-align: center;
}

.CoManagedIT_whatIsDescription__kcu3v {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  width: 100%;
  text-align: justify;
  margin-bottom: var(--spacing-md);
}

/* .whatIsDescription::first-letter {
  font-size: 2.5em;
  color: var(--dgft-primary);
  float: left;
  margin-right: 8px;
  line-height: 0.8;
} */

.CoManagedIT_benefitsSection__3ECwW {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.CoManagedIT_benefitsSection__3ECwW::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--dgft-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: 1;
}

.CoManagedIT_benefitsGrid__EyLg3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.CoManagedIT_benefitCard__ioFG8 {
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: CoManagedIT_fadeInUp__kQpw4 0.5s ease forwards;
}

.CoManagedIT_benefitCard__ioFG8:nth-of-type(1) { animation-delay: 0.1s; }
.CoManagedIT_benefitCard__ioFG8:nth-of-type(2) { animation-delay: 0.2s; }
.CoManagedIT_benefitCard__ioFG8:nth-of-type(3) { animation-delay: 0.3s; }
.CoManagedIT_benefitCard__ioFG8:nth-of-type(4) { animation-delay: 0.4s; }

.CoManagedIT_benefitCard__ioFG8::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.CoManagedIT_benefitCard__ioFG8:hover {
  transform: translateY(-10px);
  color: white;
  box-shadow: 0 20px 40px rgba(64, 74, 216, 0.2);
}

.CoManagedIT_benefitCard__ioFG8:hover::before {
  opacity: 1;
}

.CoManagedIT_benefitIcon__sP8ca {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
  margin: 0 auto var(--spacing-lg);
  transition: all 0.3s ease;
}

.CoManagedIT_benefitCard__ioFG8:hover .CoManagedIT_benefitIcon__sP8ca {
  background: white;
  color: var(--dgft-primary);
  transform: scale(1.1);
}

.CoManagedIT_benefitTitle__7LxOc {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  transition: color 0.3s ease;
}

.CoManagedIT_benefitCard__ioFG8:hover .CoManagedIT_benefitTitle__7LxOc {
  color: white;
}

.CoManagedIT_benefitDescription__Ex2hk {
  font-size: 16px;
  line-height: 1.7;
  /* color: var(--description-para); */
  transition: color 0.3s ease;
}

.CoManagedIT_benefitCard__ioFG8:hover .CoManagedIT_benefitDescription__Ex2hk {
  color: rgba(255, 255, 255, 0.9);
}

.CoManagedIT_servicesSection__7ofRX {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}



.CoManagedIT_servicesContainer__dO3N2 {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  background: white;
  opacity: 0;
  transform: translateY(30px);
  animation: CoManagedIT_fadeInUp__kQpw4 0.8s ease forwards;
  animation-delay: 0.2s;
}

@keyframes CoManagedIT_fadeInUp__kQpw4 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.CoManagedIT_servicesTabs__XPPbc {
  flex: 1 1;
  background: linear-gradient(to bottom, rgba(64, 74, 216, 0.04) 0%, rgba(22, 82, 240, 0.08) 100%);
  display: flex;
  flex-direction: column;
}

.CoManagedIT_servicesContent__bh-kL {
  flex: 2 1;
  padding: var(--spacing-xl);
}

.CoManagedIT_serviceTab__pzEEy {
  padding: var(--spacing-lg) var(--spacing-xl);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.CoManagedIT_serviceTab__pzEEy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.CoManagedIT_serviceTab__pzEEy:hover {
  color: var(--dgft-primary);
  border-left-color: var(--dgft-primary);
}

.CoManagedIT_serviceTab__pzEEy.CoManagedIT_active__Q7pTs {
  border-left-color: var(--dgft-secondary);
  color: white;
}

.CoManagedIT_serviceTab__pzEEy.CoManagedIT_active__Q7pTs::before {
  opacity: 1;
}

.CoManagedIT_serviceTab__pzEEy::after {
  content: "→";
  position: absolute;
  right: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.CoManagedIT_serviceTab__pzEEy.CoManagedIT_active__Q7pTs::after {
  opacity: 1;
  transform: translateX(0);
}

.CoManagedIT_serviceContent__7s5VZ {
  padding: 2rem;
  animation: CoManagedIT_fadeIn__gJSUJ 0.5s ease forwards;
}

.CoManagedIT_serviceHeading__dCLio {
  font-size: 24px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.CoManagedIT_serviceHeading__dCLio::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--dgft-primary);
}

@keyframes CoManagedIT_fadeIn__gJSUJ {
  to {
    opacity: 1;
  }
}

.CoManagedIT_serviceContent__7s5VZ h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-lg);
  position: relative;
  display: inline-block;
}

.CoManagedIT_serviceContent__7s5VZ h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

.CoManagedIT_servicesList__kizwb {
  list-style: none;
  padding: 0;
  margin-top: var(--spacing-lg);
}

.CoManagedIT_serviceItem__HXTYR {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--spacing-md);
  padding: var(--spacing-md);
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(20px);
  animation: CoManagedIT_slideIn__WJ9nj 0.5s ease forwards;
}

.CoManagedIT_serviceItem__HXTYR:nth-child(1) { animation-delay: 0.1s; }
.CoManagedIT_serviceItem__HXTYR:nth-child(2) { animation-delay: 0.2s; }
.CoManagedIT_serviceItem__HXTYR:nth-child(3) { animation-delay: 0.3s; }
.CoManagedIT_serviceItem__HXTYR:nth-child(4) { animation-delay: 0.4s; }
.CoManagedIT_serviceItem__HXTYR:nth-child(5) { animation-delay: 0.5s; }

@keyframes CoManagedIT_slideIn__WJ9nj {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.CoManagedIT_serviceItem__HXTYR:hover {
  background-color: #f0f4fc;
  transform: scale(1.02);
}

.CoManagedIT_serviceIcon__xQ93V {
  color: var(--dgft-primary);
  margin-right: var(--spacing-md);
  font-size: 18px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.CoManagedIT_useCasesSection__JyNyE {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.CoManagedIT_useCasesSection__JyNyE::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: radial-gradient(var(--dgft-primary) 8%, transparent 8%);
  background-position: 0 0;
  background-size: 30px 30px;
  opacity: 0.03;
  z-index: 1;
}

.CoManagedIT_useCasesGrid__hXBMJ {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.CoManagedIT_useCaseCard__QnNfW {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  padding: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: CoManagedIT_fadeInUp__kQpw4 0.5s ease forwards;
}

.CoManagedIT_useCaseCard__QnNfW:nth-of-type(1) { animation-delay: 0.1s; }
.CoManagedIT_useCaseCard__QnNfW:nth-of-type(2) { animation-delay: 0.3s; }
.CoManagedIT_useCaseCard__QnNfW:nth-of-type(3) { animation-delay: 0.5s; }

.CoManagedIT_useCaseCard__QnNfW:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.CoManagedIT_useCaseCard__QnNfW::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  left: 0;
}

.CoManagedIT_challengeTitle__\+Fxsj {
  font-size: 20px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  background-color: #fff5f5;
  border-bottom: 1px solid rgba(231, 76, 60, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.CoManagedIT_challengeTitle__\+Fxsj::before {
  content: '!';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #e74c3c;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: var(--spacing-sm);
}

.CoManagedIT_solutionTitle__A51Er {
  font-size: 20px;
  font-weight: 700;
  color: #27ae60;
  margin: 0;
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  background-color: #f0fff4;
  border-bottom: 1px solid rgba(39, 174, 96, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.CoManagedIT_solutionTitle__A51Er::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #27ae60;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: var(--spacing-sm);
}

.CoManagedIT_benefitsTitle__uKAIS {
  font-size: 20px;
  font-weight: 700;
  color: #3498db;
  margin: 0;
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  background-color: #ebf7ff;
  border-bottom: 1px solid rgba(52, 152, 219, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  transition: all 0.3s ease;
}

.CoManagedIT_useCaseCard__QnNfW:hover .CoManagedIT_benefitsTitle__uKAIS {
  background-color: #ddf1ff;
}

.CoManagedIT_benefitsTitle__uKAIS::before {
  content: '★';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #3498db;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: var(--spacing-sm);
  transition: transform 0.3s ease;
}

.CoManagedIT_useCaseCard__QnNfW:hover .CoManagedIT_benefitsTitle__uKAIS::before {
  transform: rotate(360deg);
}

.CoManagedIT_challenge__LLuNP, .CoManagedIT_solution__ktlP2, .CoManagedIT_benefits__hLlzA {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
  padding: var(--spacing-lg);
  margin: 0;
}

.CoManagedIT_sectionTitle__lHP\+z {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.CoManagedIT_serviceDescription__-eEqK {
  padding: 15px;
  line-height: 1.6;
  color: #333;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .CoManagedIT_benefitsGrid__EyLg3 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .CoManagedIT_servicesContainer__dO3N2 {
    flex-direction: column;
  }
  
  .CoManagedIT_servicesTabs__XPPbc {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    overflow-x: auto;
  }
  
  .CoManagedIT_serviceTab__pzEEy {
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
    white-space: nowrap;
  }
  
  .CoManagedIT_sectionTitle__lHP\+z {
    font-size: 30px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }
}

@media (max-width: 768px) {
  .CoManagedIT_heroTitle__Zo\+R6 {
    font-size: 32px;
  }
  
  .CoManagedIT_heroSubtitle__t4Add {
    font-size: 18px;
  }
  
  /* .whatIsDescription {
    font-size: 16px;
  } */
  
  .CoManagedIT_heroSection__IFUUL {
    padding: 3rem 0;
  }
  
  .CoManagedIT_serviceContent__7s5VZ h3 {
    font-size: 22px;
  }
  
  .CoManagedIT_sectionTitle__lHP\+z {
    font-size: 28px;
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
  }
  
  .CoManagedIT_whatIsTitle__12Jiu {
    font-size: 28px;
  }
  
  .CoManagedIT_useCasesGrid__hXBMJ {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
  }
  
  .CoManagedIT_challengeTitle__\+Fxsj,
  .CoManagedIT_solutionTitle__A51Er,
  .CoManagedIT_benefitsTitle__uKAIS {
    font-size: 18px;
    padding: var(--spacing-md) var(--spacing-md) var(--spacing-sm);
  }
  
  .CoManagedIT_challenge__LLuNP, 
  .CoManagedIT_solution__ktlP2,
  .CoManagedIT_benefits__hLlzA {
    font-size: 15px;
    padding: var(--spacing-md);
  }
}

@media (max-width: 600px) {
  .CoManagedIT_serviceContent__7s5VZ h3 {
    font-size: 20px;
  }
  
  .CoManagedIT_serviceItem__HXTYR {
    font-size: 15px;
  }
  
  .CoManagedIT_sectionTitle__lHP\+z {
    font-size: 26px;
  }
  
  .CoManagedIT_whatIsTitle__12Jiu {
    font-size: 26px;
  }
  
  .CoManagedIT_whatIsContent__J7dqe {
    padding: 0 var(--spacing-md);
  }
  
  .CoManagedIT_challengeTitle__\+Fxsj::before,
  .CoManagedIT_solutionTitle__A51Er::before,
  .CoManagedIT_benefitsTitle__uKAIS::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .CoManagedIT_benefitsGrid__EyLg3 {
    grid-template-columns: 1fr;
  }
  
  .CoManagedIT_heroTitle__Zo\+R6 {
    font-size: 28px;
  }
  
  .CoManagedIT_servicesTabs__XPPbc {
    flex-wrap: wrap;
  }
  
  .CoManagedIT_serviceTab__pzEEy {
    flex: 1 0 50%;
    font-size: 14px;
    padding: 15px 10px;
  }
  
  .CoManagedIT_sectionTitle__lHP\+z {
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .CoManagedIT_sectionTitle__lHP\+z span {
    display: inline-block;
    width: 100%;
  }
  
  .CoManagedIT_whatIsTitle__12Jiu {
    font-size: 24px;
  }
  
  /* .whatIsDescription {
    font-size: 15px;
  } */
  
  /* .whatIsDescription::first-letter {
    font-size: 2em;
  } */
  
  .CoManagedIT_serviceContent__7s5VZ {
    padding: 20px 15px;
  }
  
  .CoManagedIT_container__rlIqO {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}
@keyframes ServerManagement_fadeInUp__-y-8t {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServerManagement_whatIsSection__kpU4X {
  padding: 1rem 3rem;
  background-color: white;
  position: relative;
  overflow: hidden;
}


.ServerManagement_whatIsContent__96HqL {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ServerManagement_whatIsTitle__FtcZE {
  font-size: 42px;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  text-align: center;
  position: relative;
}

.ServerManagement_whatIsTitle__FtcZE::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 1rem auto 0;
  border-radius: 2px;
}

.ServerManagement_whatIsDescription__Ad7-z {
  font-size: 20px;
  line-height: 1.8;
  color: var(--dgft-text);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: ServerManagement_fadeIn__w5utB 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes ServerManagement_fadeIn__w5utB {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServerManagement_highlight__T0Kh2 {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.ServerManagement_scenariosSection__wU9y8 {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ServerManagement_scenariosSection__wU9y8::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  border-radius: 50%;
  opacity: 0.05;
  top: -100px;
  left: -100px;
}

.ServerManagement_scenariosSection__wU9y8::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--dgft-secondary) 0%, var(--dgft-primary) 100%);
  border-radius: 50%;
  opacity: 0.05;
  bottom: -100px;
  right: -100px;
}

.ServerManagement_scenariosTitle__aydTn {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ServerManagement_scenariosTitle__aydTn::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ServerManagement_scenariosGrid__H0S-Y {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl) var(--spacing-xl);
  gap: var(--spacing-xl) var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 1;
}

.ServerManagement_scenarioItem__g95IJ {
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: var(--spacing-xl);
  transition: all 0.3s ease;
  transform: translateY(0);
}

.ServerManagement_scenarioItem__g95IJ:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ServerManagement_scenarioIcon__WeT4n {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--spacing-lg);
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
}

.ServerManagement_scenarioTitle__IbLO6 {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ServerManagement_scenarioDescription__vZE8j {
  font-size: 15px;
  line-height: 1.6;
  color: var(--dgft-text);
  opacity: 0;
  transform: translateY(20px);
  animation: ServerManagement_fadeIn__w5utB 0.5s ease-out forwards;
  animation-delay: 0.2s;
}

.ServerManagement_benefitsSection__m4Afr {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f8faff);
}

.ServerManagement_benefitsSection__m4Afr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"%23f9f9f9\" fill-rule=\"evenodd\"><circle cx=\"10\" cy=\"10\" r=\"1\"/></g></svg>");
  opacity: 0.4;
  z-index: 1;
}

.ServerManagement_benefitsContent__8iy\+U {
  position: relative;
  z-index: 2;
}

.ServerManagement_benefitsTitle__uWkGw {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 800;
  position: relative;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 var(--spacing-lg);
  line-height: 1.4;
}

.ServerManagement_benefitsTitle__uWkGw::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  bottom: -15px;
  left: 0;
  opacity: 0.1;
  border-radius: 5px;
}

.ServerManagement_benefitsTitle__uWkGw::after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 1.2rem auto 0;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  animation: ServerManagement_pulse__WESJd 2s infinite alternate;
}

@keyframes ServerManagement_pulse__WESJd {
  from { opacity: 0.7; width: 60px; }
  to { opacity: 1; width: 120px; }
}

.ServerManagement_benefitItem__aweJ1 {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-xxl);
  opacity: 0;
  transform: translateY(30px);
  animation: ServerManagement_fadeInUp__-y-8t 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.2s);
}

.ServerManagement_benefitItem__aweJ1:nth-child(1) { --index: 1; }
.ServerManagement_benefitItem__aweJ1:nth-child(2) { --index: 2; }
.ServerManagement_benefitItem__aweJ1:nth-child(3) { --index: 3; }
.ServerManagement_benefitItem__aweJ1:nth-child(4) { --index: 4; }
.ServerManagement_benefitItem__aweJ1:nth-child(5) { --index: 5; }

@keyframes ServerManagement_fadeInUp__-y-8t {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServerManagement_benefitItem__aweJ1:nth-child(even) {
  flex-direction: row-reverse;
}

.ServerManagement_benefitImage__6eH-y {
  flex: 1 1;
  padding: 0 var(--spacing-lg);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.ServerManagement_benefitImage__6eH-y img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.7s ease;
}

.ServerManagement_benefitImage__6eH-y:hover img {
  transform: scale(1.05);
}

.ServerManagement_benefitImage__6eH-y::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.ServerManagement_benefitImage__6eH-y:hover::before {
  opacity: 1;
}

.ServerManagement_benefitContent__7H1nb {
  flex: 1 1;
  padding: 0 var(--spacing-xl);
}

.ServerManagement_benefitName__8lviB {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.ServerManagement_benefitName__8lviB::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--dgft-primary);
  opacity: 0.1;
  border-radius: 50%;
  top: -5px;
  left: -15px;
  z-index: -1;
}

.ServerManagement_benefitDescription__\+2G9i {
  font-size: 16px;
  line-height: 1.8;
  color: var(--dgft-text);
  position: relative;
  padding-left: 20px;
}

.ServerManagement_benefitDescription__\+2G9i::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  top: 0;
  border-radius: 3px;
}

.ServerManagement_benefitDivider__0kVQ5 {
  height: 2px;
  background: linear-gradient(to right, transparent, var(--dgft-primary), var(--dgft-secondary), transparent);
  opacity: 0.2;
  margin: var(--spacing-xl) 0;
}

.ServerManagement_benefitsLayout__gYhFi {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin: 2rem auto;
  max-width: 1000px;
  position: relative;
}

.ServerManagement_benefitsTextContent__6HwkO {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ServerManagement_benefitTextItem__cGpEK {
  padding: 2rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.ServerManagement_benefitTextItem__cGpEK:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ServerManagement_benefitTextItem__cGpEK::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  border-radius: 3px 0 0 3px;
}

.ServerManagement_benefitTextItem__cGpEK::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--dgft-primary), var(--dgft-secondary));
  border-radius: 50%;
  opacity: 0.05;
  transform: translate(30%, -30%);
  transition: all 0.4s ease;
}

.ServerManagement_benefitTextItem__cGpEK:hover::after {
  transform: translate(20%, -20%) scale(1.3);
  opacity: 0.08;
}

.ServerManagement_benefitName__8lviB {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  padding-left: 0.5rem;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.ServerManagement_benefitDescription__\+2G9i {
  font-size: 16px;
  line-height: 1.8;
  color: var(--dgft-text);
  padding-left: 0.5rem;
  position: relative;
}

.ServerManagement_benefitDivider__0kVQ5 {
  display: none;
}
p, .ServerManagement_solution-text__RMQO8 {
    white-space: pre-line;
  }

@media (max-width: 992px) {
  .ServerManagement_benefitsTextContent__6HwkO {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ServerManagement_benefitTextItem__cGpEK {
    padding: 1.5rem;
  }
  
  .ServerManagement_benefitName__8lviB {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .ServerManagement_benefitTextItem__cGpEK {
    padding: 1.2rem;
  }
  
  .ServerManagement_benefitName__8lviB {
    font-size: 18px;
  }
  
  .ServerManagement_benefitDescription__\+2G9i {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Case Studies Section Styles */
.ServerManagement_caseStudiesSection__wMIwg {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ServerManagement_caseStudiesTitle__sHJic {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ServerManagement_caseStudiesTitle__sHJic::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ServerManagement_useCaseItem__f1KIW {
  margin-bottom: var(--spacing-xl);
  padding: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.ServerManagement_challengeSection__EV66J {
  padding: var(--spacing-lg) var(--spacing-xl);
  position: relative;
  border-left: 4px solid var(--dgft-secondary);
}

.ServerManagement_challengeTitle__BF5MB {
  color: var(--dgft-secondary);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: var(--spacing-sm);
}

.ServerManagement_solutionSection__iURl\+ {
  padding: var(--spacing-lg) var(--spacing-xl);
  background-color: white;
}

.ServerManagement_solutionTitle__zxjz6 {
  color: var(--dgft-primary);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: var(--spacing-sm);
}

.ServerManagement_solutionList__neIV9 {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.ServerManagement_solutionList__neIV9 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: var(--spacing-sm);
  line-height: 1.5;
}

.ServerManagement_solutionList__neIV9 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-color: var(--dgft-primary);
  border-radius: 50%;
}

.ServerManagement_useCaseHeading__V9\+WB {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: var(--spacing-xl) 0;
  padding: var(--spacing-md) 0;
  position: relative;
}

.ServerManagement_gradientText__IqiTf {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.ServerManagement_useCaseHeading__V9\+WB::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}
/* box  */
.ServerManagement_whatIsSection__kpU4X {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
}

.ServerManagement_whatIsCard__4fks2 {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.85);
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-left: 6px solid #3b82f6;
  animation: ServerManagement_fadeInUp__-y-8t 0.6s ease-out both;
}

.ServerManagement_whatIsTitle__FtcZE {
  font-size: 1.5rem;
  color: #1e3a8a;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.ServerManagement_sectionTitle__BfRyi span {
  display: block;
}

.ServerManagement_whatIsDescription__Ad7-z {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
}

.ServerManagement_highlight__T0Kh2 {
  font-weight: 600;
  color: #2563eb;
}


@keyframes ServerManagement_fadeInUp__-y-8t {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .ServerManagement_challengeTitle__BF5MB, .ServerManagement_solutionTitle__zxjz6 {
    font-size: 18px;
  }
  
  .ServerManagement_challengeSection__EV66J, .ServerManagement_solutionSection__iURl\+ {
    padding: var(--spacing-md);
  }
}

@media (max-width: 480px) {
  .ServerManagement_challengeTitle__BF5MB, .ServerManagement_solutionTitle__zxjz6 {
    font-size: 16px;
  }
  
  .ServerManagement_solutionList__neIV9 li {
    font-size: 14px;
  }
}

.ServerManagement_sectionTitle__BfRyi {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .ServerManagement_scenariosGrid__H0S-Y {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ServerManagement_whatIsTitle__FtcZE, .ServerManagement_scenariosTitle__aydTn, .ServerManagement_benefitsTitle__uWkGw {
    font-size: 36px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }
  
  .ServerManagement_sectionTitle__BfRyi {
    font-size: 30px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }
}

@media (max-width: 768px) {
  .ServerManagement_heroTitle__qoJoO {
    font-size: 32px;
  }
  
  .ServerManagement_heroSubtitle__G4r8y {
    font-size: 18px;
  }
  
  .ServerManagement_whatIsDescription__Ad7-z {
    font-size: 18px;
  }
  
  .ServerManagement_benefitItem__aweJ1, .ServerManagement_benefitItem__aweJ1:nth-child(even) {
    flex-direction: column;
  }
  
  .ServerManagement_benefitImage__6eH-y, .ServerManagement_benefitContent__7H1nb {
    padding: 0;
    margin-bottom: var(--spacing-lg);
  }
  
  .ServerManagement_heroSection__U4KZF {
    padding: 3rem 0;
  }
  
  .ServerManagement_whatIsTitle__FtcZE, .ServerManagement_scenariosTitle__aydTn {
    font-size: 32px;
    line-height: 1.3;
  }
  
  .ServerManagement_scenarioItem__g95IJ {
    padding: var(--spacing-lg);
  }
  
  .ServerManagement_benefitsTitle__uWkGw {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 var(--spacing-md);
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  
  .ServerManagement_sectionTitle__BfRyi {
    font-size: 28px;
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
  }
  
  .ServerManagement_container__l\+frs {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

@media (max-width: 600px) {
  .ServerManagement_whatIsTitle__FtcZE, .ServerManagement_scenariosTitle__aydTn {
    font-size: 28px;
  }
  
  .ServerManagement_benefitsTitle__uWkGw {
    font-size: 26px;
  }
  
  .ServerManagement_scenarioIcon__WeT4n {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .ServerManagement_scenarioTitle__IbLO6 {
    font-size: 18px;
  }
  
  .ServerManagement_sectionTitle__BfRyi {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .ServerManagement_scenariosGrid__H0S-Y {
    grid-template-columns: 1fr;
  }
  
  .ServerManagement_heroTitle__qoJoO {
    font-size: 28px;
  }
  
  .ServerManagement_whatIsSection__kpU4X {
    padding: var(--spacing-lg);
  }
  
  .ServerManagement_whatIsDescription__Ad7-z {
    font-size: 16px;
  }
  
  .ServerManagement_whatIsTitle__FtcZE, .ServerManagement_scenariosTitle__aydTn {
    font-size: 24px;
    padding: 0;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ServerManagement_benefitsTitle__uWkGw {
    font-size: 22px;
    padding: 0;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    line-height: 1.3;
  }
  
  .ServerManagement_sectionTitle__BfRyi {
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ServerManagement_sectionTitle__BfRyi span {
    display: inline-block;
    width: 100%;
  }
  
  .ServerManagement_container__l\+frs {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .ServerManagement_scenarioItem__g95IJ {
    padding: var(--spacing-md);
  }
  
  .ServerManagement_scenarioDescription__vZE8j {
    font-size: 14px;
  }
  
  .ServerManagement_benefitName__8lviB {
    font-size: 20px;
  }
  
  .ServerManagement_benefitDescription__\+2G9i {
    font-size: 14px;
  }
}

.ServerManagement_benefitIcon__PJMav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--dgft-primary), var(--dgft-secondary));
  border-radius: 50%;
  margin-bottom: 1.2rem;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.25);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ServerManagement_benefitIcon__PJMav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}

.ServerManagement_benefitIcon__PJMav::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-100%) skewX(-30deg);
  transition: transform 0.6s ease;
}

.ServerManagement_benefitTextItem__cGpEK:hover .ServerManagement_benefitIcon__PJMav {
  transform: translateZ(0) scale(1.1);
  box-shadow: 0 15px 30px rgba(64, 74, 216, 0.35);
}

.ServerManagement_benefitTextItem__cGpEK:hover .ServerManagement_benefitIcon__PJMav::after {
  transform: translateX(100%) skewX(-30deg);
}
.ServerManagement_solutionsSection__k0l5V {
  padding: var(--spacing-xxl) 0;
  background-color: white;
}

.ServerManagement_solutionsTitle__WvVIo {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ServerManagement_solutionsGrid__vIhSE {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
}

.ServerManagement_solutionCard__suqOd {
  background-color: white;
  box-shadow: 0 4px 10px var(--box-shadow);
  padding: var(--spacing-lg);
  border-radius: 8px;
  transition: border-bottom 0.3s ease;
  position: relative;
}

.ServerManagement_solutionCard__suqOd::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--dgft-secondary);
  transition: width 0.3s ease;
}

.ServerManagement_solutionCard__suqOd:hover::after {
  width: 100%;
}

.ServerManagement_solutionIcon__CU3lL {
  font-size: 48px;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
}

.ServerManagement_solutionTitle__zxjz6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
}

.ServerManagement_solutionDescription__x2KLj {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}
.ApplicationDevelopment_sectionTitle__6QtWs {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #082444;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

.ApplicationDevelopment_highlightText__oFhvX {
  color: #20367d;
}

.ApplicationDevelopment_sectionSubtitle__3U7tD {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4A5568;
  max-width: 800px;
  margin: 0 auto;
}

.ApplicationDevelopment_fullWidthText__kILj9 {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4A5568;
  width: 100%;
  margin: 0 auto;
}

.ApplicationDevelopment_bgLightBlue__2Zm3X {
  background-color: #F5F9FF;
}

.ApplicationDevelopment_bgLighterBlue__tRfsP {
  background-color: #EBF5FF;
}

.ApplicationDevelopment_bgGray__druXR {
  background-color: #F7FAFC;
}

.ApplicationDevelopment_sectionPadding__ppi-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.ApplicationDevelopment_animateDelay0__HUYEM {
  animation-delay: 0ms;
}

.ApplicationDevelopment_animateDelay100__1Dmay {
  animation-delay: 100ms;
}

.ApplicationDevelopment_animateDelay200__2y9HR {
  animation-delay: 200ms;
}

.ApplicationDevelopment_animateDelay300__HmL\+X {
  animation-delay: 300ms;
}

.ApplicationDevelopment_animateDelay400__\+oT8O {
  animation-delay: 400ms;
}

.ApplicationDevelopment_animateDelay500__eNsZp {
  animation-delay: 500ms;
}


.ApplicationDevelopment_featureCard__iLTCL {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.ApplicationDevelopment_featureCard__iLTCL:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}


.ApplicationDevelopment_processCard__jP6JV {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}


@media (max-width: 768px) {
  .ApplicationDevelopment_sectionTitle__6QtWs {
    font-size: 2rem;
    padding: 0 1rem;
    max-width: 100%;
  }
  
  .ApplicationDevelopment_sectionPadding__ppi-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .ApplicationDevelopment_sectionTitle__6QtWs {
    font-size: 1.75rem;
    padding: 0 0.5rem;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ApplicationDevelopment_sectionTitle__6QtWs span {
    display: inline-block;
    width: 100%;
  }
  
  .ApplicationDevelopment_sectionSubtitle__3U7tD {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  
  .ApplicationDevelopment_processCard__jP6JV {
    flex-direction: column;
  }
}

.ApplicationDevelopment_whatIsSection__1l925 {
  padding: 1rem 3rem;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.ApplicationDevelopment_whatIsContent__EwBqk {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ApplicationDevelopment_whatIsTitle__x\+8qO {
  font-size: 42px;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  text-align: center;
  position: relative;
}

.ApplicationDevelopment_whatIsTitle__x\+8qO::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 1rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_whatIsDescription__sOvam {
  font-size: 20px;
  line-height: 1.8;
  color: var(--dgft-text);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeIn__-QdB8 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.ApplicationDevelopment_highlight__Ftp\+w {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

/* Services Section */
.ApplicationDevelopment_servicesSection__dytzm {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}
.ApplicationDevelopment_servicesTitle__GOMxQ {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_servicesTitle__GOMxQ::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_servicesContainer__F4ITi {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  background: white;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.8s ease forwards;
  animation-delay: 0.2s;
}

.ApplicationDevelopment_servicesTabs__sxaRB {
  width: 30%;
  background: linear-gradient(to bottom, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}

.ApplicationDevelopment_serviceTab__lNq\+Y {
  color: white;
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ApplicationDevelopment_tabIcon__Ky3mc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  color: white;
}

.ApplicationDevelopment_serviceTab__lNq\+Y i {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_serviceTab__lNq\+Y:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.ApplicationDevelopment_serviceTab__lNq\+Y.ApplicationDevelopment_active__EpaQz {
  background-color: rgba(255, 255, 255, 0.2);
}

.ApplicationDevelopment_serviceTab__lNq\+Y::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: white;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.ApplicationDevelopment_serviceTab__lNq\+Y.ApplicationDevelopment_active__EpaQz::before {
  transform: scaleY(1);
}

.ApplicationDevelopment_serviceTab__lNq\+Y::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  transition: transform 0.3s ease;
}

.ApplicationDevelopment_serviceTab__lNq\+Y.ApplicationDevelopment_active__EpaQz::after {
  transform: translateY(-50%) scale(1);
}

.ApplicationDevelopment_serviceContent__LVoZA {
  width: 70%;
  padding: 3rem;
  opacity: 0;
  animation: ApplicationDevelopment_fadeIn__-QdB8 0.5s ease forwards;
}

.ApplicationDevelopment_serviceContent__LVoZA h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1.5rem;
  position: relative;
}

.ApplicationDevelopment_servicesList__q5ryT {
  list-style-type: none;
  padding: 0;
}

.ApplicationDevelopment_serviceItem__RRosL {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  transform: translateX(-20px);
  opacity: 0;
  animation: ApplicationDevelopment_slideIn__4xTtA 0.5s ease forwards;
}

.ApplicationDevelopment_serviceItem__RRosL:hover {
  background-color: #f0f4ff;
  transform: translateX(5px);
}

.ApplicationDevelopment_serviceIcon__-qtRm {
  color: var(--dgft-primary);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
}

@keyframes ApplicationDevelopment_slideIn__4xTtA {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ApplicationDevelopment_fadeIn__-QdB8 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ApplicationDevelopment_fadeInUp__783pv {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Process Section */
.ApplicationDevelopment_processSection__eNCot {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.ApplicationDevelopment_processTitle__h3dWV {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_processTitle__h3dWV::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_timeline__wWtnl {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.ApplicationDevelopment_timeline__wWtnl::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.ApplicationDevelopment_timelineItem__lUhx3 {
  padding: 1rem;
  position: relative;
  width: 50%;
  opacity: 0;
  animation: ApplicationDevelopment_fadeInSlide__Q7dwA 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.2s);
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(1) { --index: 1; }
.ApplicationDevelopment_timelineItem__lUhx3:nth-child(2) { --index: 2; }
.ApplicationDevelopment_timelineItem__lUhx3:nth-child(3) { --index: 3; }
.ApplicationDevelopment_timelineItem__lUhx3:nth-child(4) { --index: 4; }
.ApplicationDevelopment_timelineItem__lUhx3:nth-child(5) { --index: 5; }
.ApplicationDevelopment_timelineItem__lUhx3:nth-child(6) { --index: 6; }

@keyframes ApplicationDevelopment_fadeInSlide__Q7dwA {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(odd) {
  left: 0;
  padding-right: 3rem;
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(even) {
  left: 50%;
  padding-left: 3rem;
}

.ApplicationDevelopment_timelineItem__lUhx3::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: white;
  border: 4px solid var(--dgft-primary);
  border-radius: 50%;
  top: 1.5rem;
  z-index: 1;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(odd)::before {
  right: -12.5px;
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(even)::before {
  left: -12.5px;
}

.ApplicationDevelopment_timelineItem__lUhx3::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--dgft-primary);
  top: 1.7rem;
  z-index: 1;
  transition: width 0.3s ease;
}

.ApplicationDevelopment_timelineItem__lUhx3:hover::after {
  width: 30px;
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(odd)::after {
  right: 0;
}

.ApplicationDevelopment_timelineItem__lUhx3:nth-child(even)::after {
  left: 0;
}

.ApplicationDevelopment_timelineItem__lUhx3 > div {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.ApplicationDevelopment_timelineItem__lUhx3:hover > div {
  transform: translateY(-5px);
}

.ApplicationDevelopment_phaseNumber__SrRm\+ {
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  top: 0;
  z-index: 2;
}

.ApplicationDevelopment_phaseTitle__51wFu {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1rem;
}

.ApplicationDevelopment_phaseContent__DrfbN {
  color: var(--dgft-text);
}

.ApplicationDevelopment_phaseDescription__o6dil {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
}

/* Benefits Section */
.ApplicationDevelopment_benefitsSection__qKawK {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ApplicationDevelopment_benefitsTitle__mzMd6 {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ApplicationDevelopment_benefitsTitle__mzMd6::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_benefitsGrid__sbzyr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.ApplicationDevelopment_benefitCard__3jIsp {
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.5s ease forwards;
}

.ApplicationDevelopment_benefitCard__3jIsp:nth-of-type(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_benefitCard__3jIsp:nth-of-type(2) { animation-delay: 0.2s; }
.ApplicationDevelopment_benefitCard__3jIsp:nth-of-type(3) { animation-delay: 0.3s; }
.ApplicationDevelopment_benefitCard__3jIsp:nth-of-type(4) { animation-delay: 0.4s; }

.ApplicationDevelopment_benefitCard__3jIsp::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.ApplicationDevelopment_benefitCard__3jIsp:hover {
  transform: translateY(-10px);
  color: white;
  box-shadow: 0 20px 40px rgba(64, 74, 216, 0.2);
}

.ApplicationDevelopment_benefitCard__3jIsp:hover::before {
  opacity: 1;
}

.ApplicationDevelopment_benefitIcon__DsNhw {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
  margin: 0 auto var(--spacing-lg);
  transition: all 0.3s ease;
}

.ApplicationDevelopment_benefitIcon__DsNhw i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_benefitCard__3jIsp:hover .ApplicationDevelopment_benefitIcon__DsNhw {
  background: white;
  color: var(--dgft-primary);
  transform: scale(1.1);
}

.ApplicationDevelopment_benefitTitle__Wdv8P {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  transition: color 0.3s ease;
}

.ApplicationDevelopment_benefitCard__3jIsp:hover .ApplicationDevelopment_benefitTitle__Wdv8P {
  color: white;
}

.ApplicationDevelopment_benefitDescription__H3Nob {
  font-size: 16px;
  line-height: 1.7;
  color: var(--description-para);
  transition: color 0.3s ease;
}

.ApplicationDevelopment_benefitCard__3jIsp:hover .ApplicationDevelopment_benefitDescription__H3Nob {
  color: rgba(255, 255, 255, 0.9);
}

/* Use Case Section */
.ApplicationDevelopment_useCaseSection__Un4jy {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.ApplicationDevelopment_useCaseTitle__8tC6Q {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ApplicationDevelopment_useCaseTitle__8tC6Q::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_useCaseCard__dPBA2 {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.8s ease forwards;
}

.ApplicationDevelopment_useCaseCard__dPBA2:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ApplicationDevelopment_useCaseContent__mX0T1 {
  padding: 3rem;
}

.ApplicationDevelopment_challengeSection__Lbf3k, .ApplicationDevelopment_solutionSection__cY8\+e, .ApplicationDevelopment_outcomeSection__rzqbW {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #e1e1e1;
}

.ApplicationDevelopment_outcomeSection__rzqbW {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ApplicationDevelopment_challengeTitle__9O6eq, .ApplicationDevelopment_solutionTitle__Wdnqx, .ApplicationDevelopment_outcomeTitle__zmxu7 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.ApplicationDevelopment_challengeTitle__9O6eq {
  color: #e74c3c;
}

.ApplicationDevelopment_challengeTitle__9O6eq::before {
  content: '⚠️';
  margin-right: 10px;
}

.ApplicationDevelopment_solutionTitle__Wdnqx {
  color: #27ae60;
}

.ApplicationDevelopment_solutionTitle__Wdnqx::before {
  content: '💡';
  margin-right: 10px;
}

.ApplicationDevelopment_outcomeTitle__zmxu7 {
  color: #3498db;
}

.ApplicationDevelopment_outcomeTitle__zmxu7::before {
  content: '📈';
  margin-right: 10px;
}

.ApplicationDevelopment_challenge__zg\+1H, .ApplicationDevelopment_solution__CXvMW {
  font-size: 18px;
  line-height: 1.6;
}

.ApplicationDevelopment_outcomeHighlight__hIY1n {
  color: var(--dgft-primary);
  font-weight: 700;
}

/* Stack Section */
.ApplicationDevelopment_stackSection__TdJyn {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
}

.ApplicationDevelopment_stackTitle__tLEVZ {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ApplicationDevelopment_stackTitle__tLEVZ::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_stackContainer__yqSZ3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.ApplicationDevelopment_stackCategory__rXs-Y {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.5s ease forwards;
}

.ApplicationDevelopment_stackCategory__rXs-Y:nth-of-type(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_stackCategory__rXs-Y:nth-of-type(2) { animation-delay: 0.3s; }
.ApplicationDevelopment_stackCategory__rXs-Y:nth-of-type(3) { animation-delay: 0.5s; }

.ApplicationDevelopment_categoryTitle__EelsP {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.ApplicationDevelopment_categoryTitle__EelsP::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_techItems__FeKHn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.ApplicationDevelopment_techItem__qfgyQ {
  padding: 0.6rem 1.2rem;
  background-color: #f0f4ff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--dgft-primary);
  transition: all 0.3s ease;
}

.ApplicationDevelopment_techItem__qfgyQ:hover {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(64, 74, 216, 0.2);
}

/* Media Queries */
@media (max-width: 1024px) {
  .ApplicationDevelopment_benefitsGrid__sbzyr {
    grid-template-columns: repeat(2, 1fr);
  }

  .ApplicationDevelopment_timeline__wWtnl::after {
    left: 31px;
  }

  .ApplicationDevelopment_timelineItem__lUhx3 {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .ApplicationDevelopment_timelineItem__lUhx3:nth-child(odd), .ApplicationDevelopment_timelineItem__lUhx3:nth-child(even) {
    left: 0;
  }

  .ApplicationDevelopment_timelineItem__lUhx3:nth-child(odd)::before, .ApplicationDevelopment_timelineItem__lUhx3:nth-child(even)::before {
    left: 18px;
  }

  .ApplicationDevelopment_timelineItem__lUhx3:nth-child(odd)::after, .ApplicationDevelopment_timelineItem__lUhx3:nth-child(even)::after {
    left: 45px;
  }

  .ApplicationDevelopment_stackContainer__yqSZ3 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ApplicationDevelopment_expertiseGrid__LyrED, .ApplicationDevelopment_differentiatorGrid__W7TTH {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ApplicationDevelopment_whatIsTitle__x\+8qO, .ApplicationDevelopment_servicesTitle__GOMxQ, .ApplicationDevelopment_processTitle__h3dWV, 
  .ApplicationDevelopment_enterpriseTitle__P7j24, .ApplicationDevelopment_helpTitle__jjGjK, .ApplicationDevelopment_expertiseTitle__-RnNr, 
  .ApplicationDevelopment_differentiatorTitle__gXMLs {
    font-size: 36px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 768px) {
  .ApplicationDevelopment_heroTitle__o9sXE {
    font-size: 36px;
  }

  .ApplicationDevelopment_heroSubtitle__uQ1Lb {
    font-size: 18px;
  }

  .ApplicationDevelopment_whatIsDescription__sOvam {
    font-size: 16px;
  }

  .ApplicationDevelopment_servicesContainer__F4ITi {
    flex-direction: column;
  }

  .ApplicationDevelopment_servicesTabs__sxaRB {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding: 1rem;
  }

  .ApplicationDevelopment_serviceTab__lNq\+Y {
    padding: 0.8rem 1.2rem;
    white-space: nowrap;
  }

  .ApplicationDevelopment_serviceTab__lNq\+Y::after, .ApplicationDevelopment_serviceTab__lNq\+Y::before {
    display: none;
  }

  .ApplicationDevelopment_serviceContent__LVoZA {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .ApplicationDevelopment_benefitsGrid__sbzyr {
    grid-template-columns: 1fr;
  }

  .ApplicationDevelopment_whatIsSection__1l925 {
    padding: 4rem 1.5rem;
  }

  .ApplicationDevelopment_expertiseGrid__LyrED, .ApplicationDevelopment_differentiatorGrid__W7TTH {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .ApplicationDevelopment_processGrid__S3jn2 {
    grid-template-columns: 1fr;
  }
  
  .ApplicationDevelopment_serviceListItem__W2I-s {
    flex-direction: column;
  }
  
  .ApplicationDevelopment_serviceDot__yJA58 {
    margin-bottom: 0.5rem;
  }
  
  .ApplicationDevelopment_whatIsTitle__x\+8qO, .ApplicationDevelopment_servicesTitle__GOMxQ, .ApplicationDevelopment_processTitle__h3dWV, 
  .ApplicationDevelopment_enterpriseTitle__P7j24, .ApplicationDevelopment_helpTitle__jjGjK, .ApplicationDevelopment_expertiseTitle__-RnNr, 
  .ApplicationDevelopment_differentiatorTitle__gXMLs {
    font-size: 28px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    padding: 0 var(--spacing-md);
  }
  
  .ApplicationDevelopment_container__NP\+wb {
    width: 100%;
    max-width: 100%;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  
  .ApplicationDevelopment_whatIsDescription__sOvam, 
  .ApplicationDevelopment_productDescription__gxHpg, 
  .ApplicationDevelopment_enterpriseDescription__7AkXq,
  .ApplicationDevelopment_serviceItemDescription__NgW33 {
    padding: 0;
    font-size: 16px;
  }
  
  .ApplicationDevelopment_processCard__jP6JV {
    padding: var(--spacing-md);
  }

  .ApplicationDevelopment_differentiatorRow__llnoz {
    flex-direction: column;
    align-items: center;
  }
  
  .ApplicationDevelopment_differentiatorRow__llnoz .ApplicationDevelopment_differentiatorCard__8ZVDV {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .ApplicationDevelopment_heroTitle__o9sXE {
    font-size: 28px;
  }

  .ApplicationDevelopment_serviceTab__lNq\+Y {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }

  .ApplicationDevelopment_whatIsDescription__sOvam {
    font-size: 16px;
  }

  .ApplicationDevelopment_whatIsTitle__x\+8qO, .ApplicationDevelopment_servicesTitle__GOMxQ, .ApplicationDevelopment_processTitle__h3dWV, 
  .ApplicationDevelopment_enterpriseTitle__P7j24, .ApplicationDevelopment_helpTitle__jjGjK, .ApplicationDevelopment_expertiseTitle__-RnNr, 
  .ApplicationDevelopment_differentiatorTitle__gXMLs {
    font-size: 22px;
    padding: 0;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ApplicationDevelopment_processCard__jP6JV {
    padding: var(--spacing-sm);
  }
  
  .ApplicationDevelopment_processIcon__ZJs93 {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .ApplicationDevelopment_processCardTitle__CJTaO {
    font-size: 18px;
  }
  
  .ApplicationDevelopment_processCardDescription__UYPef {
    font-size: 14px;
  }
  
  .ApplicationDevelopment_expertiseCard__-8JcO, .ApplicationDevelopment_differentiatorCard__8ZVDV {
    padding: var(--spacing-md);
  }
  
  .ApplicationDevelopment_expertiseIcon__pJi0H, .ApplicationDevelopment_differentiatorIcon__znnBX {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .ApplicationDevelopment_expertiseCardTitle__WadZd, .ApplicationDevelopment_differentiatorCardTitle__honod {
    font-size: 18px;
  }
  
  .ApplicationDevelopment_expertiseCardDescription__ueYiB, .ApplicationDevelopment_differentiatorCardDescription__K4zi1 {
    font-size: 14px;
  }
  
  .ApplicationDevelopment_container__NP\+wb {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* Product Description */
.ApplicationDevelopment_productContent__EwscK {
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.ApplicationDevelopment_productDescription__gxHpg {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  text-align: center;
  margin-bottom: 2rem;
}

/* Process Grid */
.ApplicationDevelopment_processGrid__S3jn2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2rem;
}

.ApplicationDevelopment_processCard__jP6JV {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.5s ease forwards;
}

.ApplicationDevelopment_processCard__jP6JV:nth-child(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_processCard__jP6JV:nth-child(2) { animation-delay: 0.2s; }
.ApplicationDevelopment_processCard__jP6JV:nth-child(3) { animation-delay: 0.3s; }
.ApplicationDevelopment_processCard__jP6JV:nth-child(4) { animation-delay: 0.4s; }
.ApplicationDevelopment_processCard__jP6JV:nth-child(5) { animation-delay: 0.5s; }

.ApplicationDevelopment_processCard__jP6JV:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ApplicationDevelopment_processIconContainer__elZfB {
  flex-shrink: 0;
}

.ApplicationDevelopment_processIcon__ZJs93 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 8px 16px rgba(64, 74, 216, 0.2);
}

.ApplicationDevelopment_processIcon__ZJs93 i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_processContent__RAFRT {
  flex-grow: 1;
}

.ApplicationDevelopment_processCardTitle__CJTaO {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 0.8rem;
}

.ApplicationDevelopment_processCardDescription__UYPef {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgft-text);
}

/* Enterprise Section */
.ApplicationDevelopment_enterpriseSection__pVEoG {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.ApplicationDevelopment_enterpriseTitle__P7j24 {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_enterpriseTitle__P7j24::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_enterpriseContent__2kBMj {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeIn__-QdB8 0.8s ease forwards;
}

.ApplicationDevelopment_enterpriseDescription__7AkXq {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  margin-bottom: 1.5rem;
}

.ApplicationDevelopment_enterpriseDescription__7AkXq:last-child {
  margin-bottom: 0;
}

/* Help Section */
.ApplicationDevelopment_helpSection__9AT2R {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
}

.ApplicationDevelopment_helpTitle__jjGjK {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_helpTitle__jjGjK::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_helpContent__ST9ar {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeIn__-QdB8 0.8s ease forwards;
}

.ApplicationDevelopment_columnTitle__vqGTX {
  font-size: 24px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #f0f0f0;
}

.ApplicationDevelopment_serviceList__d\+h2w {
  list-style-type: none;
  padding: 0;
}

.ApplicationDevelopment_serviceListItem__W2I-s {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #e1e1e1;
}

.ApplicationDevelopment_serviceListItem__W2I-s:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ApplicationDevelopment_serviceDot__yJA58 {
  font-size: 20px;
  color: var(--dgft-primary);
  margin-right: 1rem;
  flex-shrink: 0;
}

.ApplicationDevelopment_serviceItemTitle__6Z3HA {
  font-size: 18px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: 0.5rem;
}

.ApplicationDevelopment_serviceItemDescription__NgW33 {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}

/* Expertise Section */
.ApplicationDevelopment_expertiseSection__q6uZi {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.ApplicationDevelopment_expertiseTitle__-RnNr {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_expertiseTitle__-RnNr::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_expertiseGrid__LyrED {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ApplicationDevelopment_expertiseCard__-8JcO {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.5s ease forwards;
}

.ApplicationDevelopment_expertiseCard__-8JcO:nth-child(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_expertiseCard__-8JcO:nth-child(2) { animation-delay: 0.2s; }
.ApplicationDevelopment_expertiseCard__-8JcO:nth-child(3) { animation-delay: 0.3s; }
.ApplicationDevelopment_expertiseCard__-8JcO:nth-child(4) { animation-delay: 0.4s; }
.ApplicationDevelopment_expertiseCard__-8JcO:nth-child(5) { animation-delay: 0.5s; }
.ApplicationDevelopment_expertiseCard__-8JcO:nth-child(6) { animation-delay: 0.6s; }

.ApplicationDevelopment_expertiseCard__-8JcO:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ApplicationDevelopment_expertiseIcon__pJi0H {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 1.2rem;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_expertiseIcon__pJi0H i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_expertiseCard__-8JcO:hover .ApplicationDevelopment_expertiseIcon__pJi0H {
  transform: scale(1.1);
}

.ApplicationDevelopment_expertiseCardTitle__WadZd {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1rem;
}

.ApplicationDevelopment_expertiseCardDescription__ueYiB {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgft-text);
}

/* Differentiator Section */
.ApplicationDevelopment_differentiatorSection__iS8qt {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
}

.ApplicationDevelopment_differentiatorTitle__gXMLs {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_differentiatorTitle__gXMLs::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_differentiatorGrid__W7TTH {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ApplicationDevelopment_differentiatorRow__llnoz {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ApplicationDevelopment_differentiatorRow__llnoz .ApplicationDevelopment_differentiatorCard__8ZVDV {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ApplicationDevelopment_differentiatorRow__llnoz .ApplicationDevelopment_differentiatorCardDescription__K4zi1 {
  flex-grow: 1;
}

.ApplicationDevelopment_differentiatorCard__8ZVDV {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeInUp__783pv 0.5s ease forwards;
}

.ApplicationDevelopment_differentiatorCard__8ZVDV:nth-child(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_differentiatorCard__8ZVDV:nth-child(2) { animation-delay: 0.3s; }
.ApplicationDevelopment_differentiatorCard__8ZVDV:nth-child(3) { animation-delay: 0.5s; }
.ApplicationDevelopment_differentiatorCard__8ZVDV:nth-child(4) { animation-delay: 0.7s; }

.ApplicationDevelopment_differentiatorCard__8ZVDV:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #f0f4ff 0%, #e6f0ff 100%);
}

.ApplicationDevelopment_differentiatorIcon__znnBX {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 1.2rem;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_differentiatorIcon__znnBX i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_differentiatorCard__8ZVDV:hover .ApplicationDevelopment_differentiatorIcon__znnBX {
  transform: rotate(360deg);
  transition: transform 0.8s ease;
}

.ApplicationDevelopment_differentiatorCardTitle__honod {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1rem;
  text-align: center;
}

.ApplicationDevelopment_differentiatorCardDescription__K4zi1 {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgft-text);
  text-align: center;
}

/* Additional Media Queries */
@media (max-width: 1024px) {
  .ApplicationDevelopment_expertiseGrid__LyrED, .ApplicationDevelopment_differentiatorGrid__W7TTH {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ApplicationDevelopment_differentiatorRow__llnoz {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .ApplicationDevelopment_differentiatorRow__llnoz .ApplicationDevelopment_differentiatorCard__8ZVDV {
    flex: 0 0 48%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .ApplicationDevelopment_expertiseGrid__LyrED, .ApplicationDevelopment_differentiatorGrid__W7TTH {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .ApplicationDevelopment_differentiatorRow__llnoz {
    flex-direction: column;
    align-items: center;
  }
  
  .ApplicationDevelopment_differentiatorRow__llnoz .ApplicationDevelopment_differentiatorCard__8ZVDV {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .ApplicationDevelopment_processGrid__S3jn2 {
    grid-template-columns: 1fr;
  }
  
  .ApplicationDevelopment_serviceListItem__W2I-s {
    flex-direction: column;
  }
  
  .ApplicationDevelopment_serviceDot__yJA58 {
    margin-bottom: 0.5rem;
  }
} 


.VAPTAssessment_heroSection__FlFGK::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 38, 71, 0.7);
  z-index: 1;
}





.VAPTAssessment_heroSubtitle__RrlIG {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.VAPTAssessment_overviewSection__N5yF4 {
  padding: 0.4rem 0;
  background-color: white;
}

.VAPTAssessment_overviewTitle__WaJWo {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
}

.VAPTAssessment_overviewDescription__Bqv3K {
  font-size: 20px;
  line-height: 1.6;
  color: var(--dgft-text);
  max-width: 900px;
  margin: 0 auto;
}



.VAPTAssessment_servicesSection__tN2DS {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}



.VAPTAssessment_servicesTitle__ndKx\+ {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_servicesTitle__ndKx\+::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_servicesGrid__Nu49m {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.VAPTAssessment_serviceCard__wA0o- {
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: var(--spacing-xl);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: VAPTAssessment_fadeInUp__h\+WVW 0.5s ease forwards;
}

.VAPTAssessment_serviceCard__wA0o-:nth-of-type(1) {
  animation-delay: 0.1s;
}

.VAPTAssessment_serviceCard__wA0o-:nth-of-type(2) {
  animation-delay: 0.3s;
}

.VAPTAssessment_serviceCard__wA0o-:nth-of-type(3) {
  animation-delay: 0.5s;
}

.VAPTAssessment_serviceCard__wA0o-:nth-of-type(4) {
  animation-delay: 0.7s;
}

@keyframes VAPTAssessment_fadeInUp__h\+WVW {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.VAPTAssessment_serviceCard__wA0o-:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_serviceCard__wA0o-:hover::before {
  transform: scaleX(1);
}

.VAPTAssessment_serviceIcon__Jj7ZZ {
  font-size: 64px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--spacing-lg);
  display: inline-block;
  transition: transform 0.5s ease;
}

.VAPTAssessment_serviceCard__wA0o-:hover .VAPTAssessment_serviceIcon__Jj7ZZ {
  transform: rotateY(360deg);
}

.VAPTAssessment_serviceTitle__gW0GG {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.VAPTAssessment_serviceTitle__gW0GG::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  bottom: -5px;
  transition: width 0.3s ease;
}

.VAPTAssessment_serviceCard__wA0o-:hover .VAPTAssessment_serviceTitle__gW0GG::after {
  width: 100%;
}

.VAPTAssessment_serviceDescription__\+PMVY {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
  transition: color 0.3s ease;
}

.VAPTAssessment_benefitsSection__-PCc6 {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_benefitsSection__-PCc6::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--dgft-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: 1;
}

.VAPTAssessment_benefitsTitle__\+LTH- {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_benefitsTitle__\+LTH-::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_benefitsGrid__3iRIJ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.VAPTAssessment_benefitItem__pZRk5 {
  text-align: center;
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: VAPTAssessment_fadeInUp__h\+WVW 0.5s ease forwards;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_benefitItem__pZRk5:nth-of-type(1) { animation-delay: 0.1s; }
.VAPTAssessment_benefitItem__pZRk5:nth-of-type(2) { animation-delay: 0.3s; }
.VAPTAssessment_benefitItem__pZRk5:nth-of-type(3) { animation-delay: 0.5s; }

.VAPTAssessment_benefitItem__pZRk5::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.VAPTAssessment_benefitItem__pZRk5:hover {
  transform: translateY(-10px);
  color: white;
  box-shadow: 0 15px 40px rgba(64, 74, 216, 0.2);
}

.VAPTAssessment_benefitItem__pZRk5:hover::before {
  opacity: 1;
}

.VAPTAssessment_benefitIcon__5tdPc {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
  margin: 0 auto var(--spacing-lg);
  transition: all 0.3s ease;
}

.VAPTAssessment_benefitItem__pZRk5:hover .VAPTAssessment_benefitIcon__5tdPc {
  background: white;
  color: var(--dgft-primary);
  transform: scale(1.1);
}

.VAPTAssessment_benefitTitle__ErTmY {
  font-size: 22px;
  font-weight: 700;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
  transition: color 0.3s ease;
}

.VAPTAssessment_benefitItem__pZRk5:hover .VAPTAssessment_benefitTitle__ErTmY {
  color: white;
}

.VAPTAssessment_benefitDescription__kipsh {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
  transition: color 0.3s ease;
}

.VAPTAssessment_benefitItem__pZRk5:hover .VAPTAssessment_benefitDescription__kipsh {
  color: white;
}

.VAPTAssessment_processSection__SelU3 {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_processTitle__ftVf8 {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_processTitle__ftVf8::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_timeline__vJZJo {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.VAPTAssessment_timeline__vJZJo::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 3px;
}

.VAPTAssessment_timelineItem__sr8uq {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: var(--spacing-xl);
  opacity: 0;
  transform: translateX(-30px);
  animation: VAPTAssessment_fadeInSlide__mtggV 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.2s);
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(1) { --index: 1; }
.VAPTAssessment_timelineItem__sr8uq:nth-child(2) { --index: 2; }
.VAPTAssessment_timelineItem__sr8uq:nth-child(3) { --index: 3; }
.VAPTAssessment_timelineItem__sr8uq:nth-child(4) { --index: 4; }
.VAPTAssessment_timelineItem__sr8uq:nth-child(5) { --index: 5; }

@keyframes VAPTAssessment_fadeInSlide__mtggV {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(odd) {
  left: 0;
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(even) {
  left: 50%;
  transform: translateX(30px);
}

.VAPTAssessment_timelineItem__sr8uq::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 20px;
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(odd)::before {
  border-left: 12px solid white;
  right: 30px;
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(even)::before {
  border-right: 12px solid white;
  left: 30px;
}

.VAPTAssessment_timelineItem__sr8uq::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  border-radius: 50%;
  top: 15px;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.VAPTAssessment_timelineItem__sr8uq:hover::after {
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(odd)::after {
  right: -15px;
}

.VAPTAssessment_timelineItem__sr8uq:nth-child(even)::after {
  left: -15px;
}

.VAPTAssessment_timelineItem__sr8uq > div {
  padding: var(--spacing-lg);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.VAPTAssessment_timelineItem__sr8uq:hover > div {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_phaseNumber__i87CT {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: var(--spacing-sm);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_phaseTitle__eo3F- {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: var(--spacing-sm) 0 var(--spacing-md);
  display: inline-block;
}





.VAPTAssessment_phaseSection__mNYCg::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 90%;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  left: -10px;
  top: 5%;
  border-radius: 3px;
  opacity: 0.3;
}





.VAPTAssessment_phaseItem__-4yM0 {
  padding-left: 28px;
  position: relative;
  margin-bottom: var(--spacing-sm);
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.VAPTAssessment_phaseItem__-4yM0:hover {
  opacity: 1;
  transform: translateX(3px);
}

.VAPTAssessment_phaseItem__-4yM0::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--dgft-secondary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.VAPTAssessment_phaseItem__-4yM0:hover::before {
  transform: translateX(3px);
}

.VAPTAssessment_useCaseSection__xQAPw {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_useCaseSection__xQAPw::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(var(--dgft-primary) 8%, transparent 8%);
  background-position: 0 0;
  background-size: 30px 30px;
  opacity: 0.03;
  z-index: 1;
}

.VAPTAssessment_useCaseTitle__JCNGh {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_useCaseTitle__JCNGh::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_useCaseCard__IV4Zj {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  animation: VAPTAssessment_fadeInUp__h\+WVW 0.8s ease forwards;
  animation-delay: 0.2s;
}

.VAPTAssessment_useCaseCard__IV4Zj:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

.VAPTAssessment_useCaseImage__Zl\+n8 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: relative;
}

.VAPTAssessment_useCaseCard__IV4Zj:hover .VAPTAssessment_useCaseImage__Zl\+n8 {
  transform: scale(1.05);
}

.VAPTAssessment_useCaseImage__Zl\+n8::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

.VAPTAssessment_useCaseContent__dFjdF {
  padding: var(--spacing-xl);
  position: relative;
}

.VAPTAssessment_useCaseSection__xQAPw h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.VAPTAssessment_useCaseSection__xQAPw h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.VAPTAssessment_useCaseCard__IV4Zj:hover .VAPTAssessment_useCaseSection__xQAPw h3::after {
  transform: scaleX(1);
}

.VAPTAssessment_issuesSection__djaFx, .VAPTAssessment_fixesSection__VMe1C {
  margin-bottom: var(--spacing-xl);
  transition: transform 0.3s ease;
  animation: VAPTAssessment_slideIn__gNgqQ 0.5s ease forwards;
  opacity: 0;
}

.VAPTAssessment_issuesSection__djaFx {
  animation-delay: 0.4s;
}

.VAPTAssessment_fixesSection__VMe1C {
  animation-delay: 0.6s;
}

@keyframes VAPTAssessment_slideIn__gNgqQ {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.VAPTAssessment_issuesTitle__YrUpU {
  color: #e74c3c;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}

.VAPTAssessment_fixesTitle__iPXey {
  color: #27ae60;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}

.VAPTAssessment_issuesList__Cb4rX, .VAPTAssessment_fixesList__BsjG3 {
  list-style: none;
  padding: 0;
  margin-left: var(--spacing-md);
}

.VAPTAssessment_issueItem__T6yRU, .VAPTAssessment_fixItem__nEnqz {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
  position: relative;
  padding-left: 15px;
  transition: transform 0.2s ease;
}

.VAPTAssessment_issueItem__T6yRU:hover, .VAPTAssessment_fixItem__nEnqz:hover {
  transform: translateX(5px);
}

.VAPTAssessment_issueIcon__EcpNu {
  color: #e74c3c;
  flex-shrink: 0;
  margin-top: 5px;
  font-size: 16px;
}

.VAPTAssessment_fixIcon__ObGtp {
  color: #27ae60;
  flex-shrink: 0;
  margin-top: 5px;
  font-size: 16px;
}

.VAPTAssessment_outcome__DWncm {
  background: linear-gradient(135deg, rgba(64, 74, 216, 0.05) 0%, rgba(22, 82, 240, 0.05) 100%);
  padding: var(--spacing-lg);
  border-radius: 8px;
  margin-top: var(--spacing-xl);
  position: relative;
  border-left: 4px solid var(--dgft-primary);
  animation: VAPTAssessment_fadeIn__CSxg5 0.5s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@keyframes VAPTAssessment_fadeIn__CSxg5 {
  to {
    opacity: 1;
  }
}

.VAPTAssessment_outcomeTitle__h71vm {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: var(--spacing-sm);
  color: var(--highlight-title);
}

.VAPTAssessment_outcome__DWncm p {
  line-height: 1.7;
  font-size: 16px;
}

.VAPTAssessment_outcomeHighlight__7\+P-n {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .VAPTAssessment_servicesGrid__Nu49m {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .VAPTAssessment_servicesGrid__Nu49m, .VAPTAssessment_benefitsGrid__3iRIJ {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .VAPTAssessment_timeline__vJZJo::after {
    left: 40px;
  }
  
  .VAPTAssessment_timelineItem__sr8uq {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .VAPTAssessment_timelineItem__sr8uq:nth-child(odd), .VAPTAssessment_timelineItem__sr8uq:nth-child(even) {
    left: 0;
  }
  
  .VAPTAssessment_timelineItem__sr8uq:nth-child(odd)::after, .VAPTAssessment_timelineItem__sr8uq:nth-child(even)::after {
    left: 28px;
  }
}

@media (max-width: 768px) {
  .VAPTAssessment_heroTitle__zFRCr {
    font-size: 32px;
  }
  
  .VAPTAssessment_heroSubtitle__RrlIG {
    font-size: 18px;
  }
  
  .VAPTAssessment_overviewDescription__Bqv3K {
    font-size: 18px;
  }
  
  .VAPTAssessment_servicesGrid__Nu49m, .VAPTAssessment_benefitsGrid__3iRIJ {
    grid-template-columns: 1fr;
  }
  
  .VAPTAssessment_phaseContent__D1XAo {
    flex-direction: column;
  }
  
  .VAPTAssessment_heroSection__FlFGK {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .VAPTAssessment_heroTitle__zFRCr {
    font-size: 28px;
  }
  
  .VAPTAssessment_serviceCard__wA0o-, .VAPTAssessment_timelineItem__sr8uq {
    padding: var(--spacing-md);
  }
  
  .VAPTAssessment_timelineItem__sr8uq {
    padding-left: 60px;
  }
  
  .VAPTAssessment_phaseTitle__eo3F- {
    font-size: 20px;
  }
  
  .VAPTAssessment_overviewDescription__Bqv3K {
    font-size: 16px;
  }
}

.VAPTAssessment_solutionStepsSection__mXJFH {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_solutionTitle__hfQcQ {
  color: #2c5282;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.VAPTAssessment_stepsList__7WNmz {
  list-style: none;
  padding: 0;
  margin: 0;
}

.VAPTAssessment_stepItem__-pWX3 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: white;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.VAPTAssessment_stepItem__-pWX3:hover {
  transform: translateX(5px);
}

.VAPTAssessment_stepIcon__TSb5V {
  color: #2c5282;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.VAPTAssessment_stepItem__-pWX3 span {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.5;
}


.VAPTAssessment_whatIsTitle__Ow9jp {
  font-size: var(--font-size-xxl);
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--highlight-title);
  text-align: center;
  margin: var(--spacing-xl) 0;
}

.VAPTAssessment_challengeTitle__r157S {
  color: var(--dgft-primary);
  font-size: 1.4rem;
  margin-bottom: var(--spacing-md);
  font-weight: 600;
}
.VAPTAssessment_useCaseItem__BWjwJ {
  background: var(--color-white);
  border-radius: 8px;
  padding: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  box-shadow: 0 4px 10px var(--box-shadow);
}
.VAPTAssessment_challengeSection__70xkk {
  margin-bottom: var(--spacing-lg);
}

.VAPTAssessment_challengeSection__70xkk p {
  color: var(--dgft-text);
  line-height: 1.6;
  margin-bottom: var(--spacing-md);
}

.VAPTAssessment_solutionSection__p8M20 {
  margin-top: var(--spacing-lg);
}
/* NetworkMonitoring.module.css */

.NetworkMonitoring_heroSection__SaPbB {
  background-image: url('https://images.unsplash.com/photo-1563770660941-10a0f11db587');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}

.NetworkMonitoring_heroSection__SaPbB::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 38, 71, 0.7);
  z-index: 1;
}

.NetworkMonitoring_heroContent__FrV01 {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.NetworkMonitoring_heroTitle__\+mNvK {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_heroSubtitle__O50cI {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.NetworkMonitoring_painPointsSection__7rBl\+ {
  background-color: white;
}

.NetworkMonitoring_painPointsTitle__yYf34 {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.NetworkMonitoring_painPointsGrid__id6lG {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
}

.NetworkMonitoring_painPointItem__efaWH {
  background-color: #f9f9f9;
  background-image: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23e0e0e0%27 fill-opacity=%270.4%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-radius: 8px;
  padding: var(--spacing-lg);
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-md);
}

.NetworkMonitoring_painPointIcon__xZW7L {
  font-size: 32px;
  color: #e74c3c;
  flex-shrink: 0;
}

.NetworkMonitoring_painPointContent__JwbB3 h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
}

.NetworkMonitoring_painPointContent__JwbB3 p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}

.NetworkMonitoring_preventSection__SGvK2 {
  padding: var(--spacing-xxl) 0;
}

.NetworkMonitoring_preventContainer__goJ78 {
  background-color: var(--dgft-primary);
  opacity: 0.9;
  color: white;
  padding: 3rem;
  border-radius: 8px;
}

.NetworkMonitoring_preventTitle__Q43NO {
  font-size: var(--font-size-xl);
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
  text-align: center;
}

.NetworkMonitoring_preventDescription__IKZ8K {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_preventList__hAjOx {
  list-style: none;
  padding: 0;
}

.NetworkMonitoring_preventItem__PsAZ3 {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-md);
}

.NetworkMonitoring_preventCheckmark__nbpbL {
  color: white;
  margin-right: var(--spacing-md);
  font-size: 20px;
}

.NetworkMonitoring_solutionsSection__-r0fA {
  padding: var(--spacing-xxl) 0;
  background-color: white;
}

.NetworkMonitoring_solutionsTitle__qDLzA {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.NetworkMonitoring_solutionsGrid__1-v2R {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
}

.NetworkMonitoring_solutionCard__BRqEq {
  background-color: white;
  box-shadow: 0 4px 10px var(--box-shadow);
  padding: var(--spacing-lg);
  border-radius: 8px;
  transition: border-bottom 0.3s ease;
  position: relative;
}

.NetworkMonitoring_solutionCard__BRqEq::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--dgft-secondary);
  transition: width 0.3s ease;
}

.NetworkMonitoring_solutionCard__BRqEq:hover::after {
  width: 100%;
}

.NetworkMonitoring_solutionIcon__\+fMtj {
  font-size: 48px;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
}

.NetworkMonitoring_solutionTitle__\+wrTG {
  font-size: 20px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
}

.NetworkMonitoring_solutionDescription__tYjfw {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}

.NetworkMonitoring_ctaSection__qM4LP {
  padding: var(--spacing-xxl) 0;
  background-color: #0a2647;
  color: white;
  text-align: center;
}

.NetworkMonitoring_ctaTitle__bfGrd {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_ctaButton__8v7Ut {
  background-color: white;
  color: var(--dgft-primary);
  border: none;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.NetworkMonitoring_ctaButton__8v7Ut:hover {
  background-color: var(--dgft-secondary);
  color: white;
}
p, .NetworkMonitoring_solution-text__vqNFg {
    white-space: pre-line;
  }
  
/* Responsive styles */
@media (max-width: 1024px) {
  .NetworkMonitoring_solutionsGrid__1-v2R {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .NetworkMonitoring_heroTitle__\+mNvK {
    font-size: 32px;
  }
  
  .NetworkMonitoring_heroSubtitle__O50cI {
    font-size: 18px;
  }
  
  .NetworkMonitoring_painPointsGrid__id6lG {
    grid-template-columns: 1fr;
  }
  
  .NetworkMonitoring_solutionsGrid__1-v2R {
    grid-template-columns: 1fr;
  }
  
  .NetworkMonitoring_preventContainer__goJ78 {
    padding: var(--spacing-lg);
  }
  
  .NetworkMonitoring_heroSection__SaPbB {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .NetworkMonitoring_heroTitle__\+mNvK {
    font-size: 28px;
  }
  
  .NetworkMonitoring_painPointItem__efaWH, .NetworkMonitoring_solutionCard__BRqEq {
    padding: var(--spacing-md);
  }
}



.NetworkMonitoring_whatIsSection__Um\+dL {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.NetworkMonitoring_whatIsSection__Um\+dL::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#f9f9f9 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  z-index: 1;
}

.NetworkMonitoring_whatIsContent__c2UV\+ {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.NetworkMonitoring_whatIsTitle__8H2Q3 {
  font-size: var(--font-size-xxl);
  color: var(--highlight-title);
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
  text-align: center;
}

.NetworkMonitoring_whatIsDescription__TDYcl {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  width: 100%;
  text-align: justify;
  margin-bottom: var(--spacing-md);
}


/* Case Studies Section */
.NetworkMonitoring_caseStudiesSection__8dca8 {
  padding: var(--spacing-xxl) 0;
  background-color: var(--color-background-alt);
}

.NetworkMonitoring_caseStudiesTitle__Xgyvs {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  color: var(--highlight-title);
}

.NetworkMonitoring_sectionTitle__eritP{
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: #0a2647;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.NetworkMonitoring_sectionTitle__eritP ::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background-color: var(--dgft-primary);
}

.NetworkMonitoring_whatIsTitle__8H2Q3 {
  font-size: 1.8rem;
  color: var(--highlight-title);
  text-align: center;
  margin: var(--spacing-xl) 0;
}

.NetworkMonitoring_useCaseItem__4ayBA {
  background: var(--color-white);
  border-radius: 8px;
  padding: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  box-shadow: 0 4px 10px var(--box-shadow);
}

.NetworkMonitoring_challengeSection__ZYqkN {
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_challengeTitle__x-gz3 {
  color: var(--dgft-primary);
  font-size: 1.4rem;
  margin-bottom: var(--spacing-md);
  font-weight: 600;
}

.NetworkMonitoring_challengeSection__ZYqkN p {
  color: var(--dgft-text);
  line-height: 1.6;
  margin-bottom: var(--spacing-md);
}

.NetworkMonitoring_solutionSection__z6y9o {
  margin-top: var(--spacing-lg);
}

.NetworkMonitoring_solutionTitle__\+wrTG {
  color: var(--dgft-primary);
  font-size: 1.4rem;
  margin-bottom: var(--spacing-md);
  font-weight: 600;
}

.NetworkMonitoring_solutionList__-fL6O {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.NetworkMonitoring_solutionList__-fL6O li {
  position: relative;
  padding-left: var(--spacing-lg);
  margin-bottom: var(--spacing-sm);
  color: var(--dgft-text);
  line-height: 1.6;
}

.NetworkMonitoring_solutionList__-fL6O li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--dgft-primary);
  font-weight: bold;
}
p, .NetworkMonitoring_solution-text__vqNFg {
    white-space: pre-line;
  }
.media_media-content__FydEo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    width: 100%;
    overflow: hidden;
}
  
.media_mediaOne__bM9hL {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    max-width: 100%;
}

.media_mediaOne__bM9hL:hover {
    transform: translateY(-5px);
}
  
.media_media-right-data__IjI34 {
    margin-bottom: 0rem;
    width: 100%;
    overflow: hidden;
}

.media_media-right-data__IjI34 h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0rem;
    color: #112C56;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_media-manage__nA3wA {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
    min-height: 100vh;
    overflow: hidden;
}

.media_media-text-section__cXhlU {
    margin-bottom: 3rem;
    width: 100%;
    overflow: hidden;
}

.media_media-text-section__cXhlU h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_media-text-section__cXhlU p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #666;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_japnese-media-point-list__DvLSW {
    list-style: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.media_japnese-media-point-list__DvLSW li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #112C56;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_japnese-media-point-list__DvLSW li::before {
    content: "•";
    color: #1694CE;
    position: absolute;
    left: 0;
    font-size: 1.8rem;
}

.media_japnese-media-point-list__DvLSW p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_media-content-container-data__Cx-hh {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.media_media-banner__OKICT {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .media_media-content-container-data__Cx-hh {
        flex-direction: row;
    }
}

@media (max-width: 992px) {
    .media_media-right-data__IjI34 h4 {
        font-size: 2rem;
    }

    .media_japnese-media-point-list__DvLSW li {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .media_media-manage__nA3wA {
        padding: 30px 15px;
    }

    .media_media-right-data__IjI34 h4 {
        font-size: 1.8rem;
    }

    .media_japnese-media-point-list__DvLSW li {
        font-size: 1.2rem;
    }

    .media_japnese-media-point-list__DvLSW p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .media_media-manage__nA3wA {
        padding: 20px 10px;
    }

    .media_media-right-data__IjI34 h4 {
        font-size: 1.5rem;
    }

    .media_japnese-media-point-list__DvLSW li {
        font-size: 1.1rem;
        padding-left: 1.2rem;
    }

    .media_japnese-media-point-list__DvLSW p {
        font-size: 0.9rem;
        padding-left: 1.2rem;
    }

    .media_japnese-media-point-list__DvLSW li::before {
        font-size: 1.5rem;
    }
}
.dgft-why-choose-us {
  padding: 2rem 0 4rem;
  background: #f5f7fa;
  font-family: 'Segoe UI', sans-serif;
}

.dgft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.dgft-hero {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  color: white;
  padding: 4rem 0;
  margin-bottom: 4rem;
}

.dgft-hero__title {
  font-size: 2.5rem;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.dgft-security {
  margin-bottom: 3rem;
}

.dgft-security__content {
  background: white;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dgft-security__content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dgft-security__title {
  color: var(--dgft-primary);
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  border-bottom: 2px solid #e6f0ff;
  padding-bottom: 0.75rem;
}

.dgft-security__text {
  line-height: 1.7;
  color: #4a5568;
  font-size: 1.05rem;
}

.dgft-main-content {
  margin-bottom: 4rem;
}

.dgft-main-content__title {
  color: var(--dgft-text);
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.dgft-main-content__text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

.dgft-cta {
  background: #e6f0ff;
  padding: 3.5rem 0;
  text-align: center;
  border-radius: 8px;
  margin-top: 2rem;
}

.dgft-cta__text {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  color: #003366;
}

.dgft-button {
  padding: 0.85rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1rem;
}

.dgft-button--primary {
  background: var(--dgft-primary);
  color: white;
  border: none;
}

.dgft-button--primary:hover {
  background: var(--dgft-secondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) {
  .dgft-hero__title {
    font-size: 2.75rem;
  }
  
  .dgft-container {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .dgft-hero__title {
    font-size: 3rem;
  }
  
  .dgft-security__content {
    padding: 3rem;
  }
  
  .dgft-container {
    padding: 0 2.5rem;
  }
}

@media (max-width: 768px) {
  .dgft-security__content {
    padding: 1.5rem;
  }
  
  .dgft-security__title {
    font-size: 1.5rem;
  }
  
  .dgft-hero__title {
    font-size: 2rem;
  }
}
.service-plans {
  padding: 2rem;
  font-family: 'Arial', sans-serif;
  min-height: 100vh;
}
.comparison-table {
   width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}
/* Header Styles */
.comparison-table thead {
  background: #1e3a8a;
  color: white;
}
/* Check and Cross Icons */
.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
  position: relative;
}

.cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #022770;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  opacity: 0.7;
}
.comparison-table th {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-header {
  text-align: center !important;
  width: 25%;
}

.description-header {
  text-align: center !important;
  width: 35%;
}

.plan-header {
  width: 13.33%;
  position: relative;
}

.basic-header,
.standard-header,
.premium-header {
  text-align: center;
 background: #1e3a8a;
  color: white;
}
/* Service Category Column */
.service-category {
  font-weight: bold; /* Make text bold */

}

/* Body Styles */
.comparison-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.comparison-table tbody tr:hover {
  background-color: #f8fafc;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.comparison-table tbody tr:nth-child(even):hover {
  background-color: #f1f5f9;
}

.comparison-table td {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
}


/* Service Category Column */


/* Plan Cells */
.plan-cell {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 1.2rem 1rem;
}

.basic-cell {
  background: rgba(240, 249, 255, 0.9);
}

.standard-cell {
  background: rgba(239, 246, 255, 0.9);
}

.premium-cell {
  background: rgba(238, 242, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .service-plans {
    padding: 1rem;
  }
  
  .comparison-table {
    font-size: 12px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.5rem;
  }
  
  .service-header {
    width: 30%;
  }
  
  .description-header {
    width: 40%;
  }
  
  .plan-header {
    width: 10%;
  }
}

@media (max-width: 768px) {
  .service-plans {
    padding: 0.5rem;
  }
  
  .comparison-table {
    font-size: 11px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 0.5rem 0.25rem;
  }
  
  .comparison-table th {
    font-size: 12px;
  }
  
  .service-description {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .plans-comparison {
    margin: 0;
    border-radius: 8px;
  }
  
  .comparison-table th {
    font-size: 10px;
    padding: 0.5rem 0.2rem;
  }
  
  .comparison-table td {
    padding: 0.4rem 0.2rem;
  }
  
  .service-category {
    font-size: 11px;
  }
  
  .service-description {
    font-size: 10px;
    line-height: 1.3;
  }
  
  .check,
  .cross {
    width: 20px;
    height: 20px;
  }
  
  .check::before {
    font-size: 10px;
  }
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa{font-family:"Font Awesome 6 Free";font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:900;font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-regular,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;display:var(--fa-display,inline-block);font-style:normal;font-feature-settings:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-brands:before,.fa-regular:before,.fa-solid:before,.fa:before,.fab:before,.far:before,.fas:before{content:var(--fa)}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(2em*-1);left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:2em;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:.1em;border-radius:var(--fa-border-radius,.1em);border:.08em solid #eee;border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:.2em .25em .15em;padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:.3em;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:.3em;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:2s;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:steps(8);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25);transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.5em);transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(1.05,.95) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(-.125em);transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:.4;opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:.4;opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(1.125);transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(0,1,0,-180deg);transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(0);transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:auto;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff;color:var(--fa-inverse,#fff)}

.fa-0{--fa:"\30"}.fa-1{--fa:"\31"}.fa-2{--fa:"\32"}.fa-3{--fa:"\33"}.fa-4{--fa:"\34"}.fa-5{--fa:"\35"}.fa-6{--fa:"\36"}.fa-7{--fa:"\37"}.fa-8{--fa:"\38"}.fa-9{--fa:"\39"}.fa-fill-drip{--fa:"\f576"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-at{--fa:"\40"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-text-height{--fa:"\f034"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-stethoscope{--fa:"\f0f1"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-info{--fa:"\f129"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-explosion{--fa:"\e4e9"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-wave-square{--fa:"\f83e"}.fa-ring{--fa:"\f70b"}.fa-building-un{--fa:"\e4d9"}.fa-dice-three{--fa:"\f527"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-door-open{--fa:"\f52b"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-atom{--fa:"\f5d2"}.fa-soap{--fa:"\e06e"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-pump-medical{--fa:"\e06a"}.fa-fingerprint{--fa:"\f577"}.fa-hand-point-right{--fa:"\f0a4"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-flag-checkered{--fa:"\f11e"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-crop{--fa:"\f125"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-users-rectangle{--fa:"\e594"}.fa-people-roof{--fa:"\e537"}.fa-people-line{--fa:"\e534"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-diagram-predecessor{--fa:"\e477"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-male,.fa-person{--fa:"\f183"}.fa-laptop{--fa:"\f109"}.fa-file-csv{--fa:"\f6dd"}.fa-menorah{--fa:"\f676"}.fa-truck-plane{--fa:"\e58f"}.fa-record-vinyl{--fa:"\f8d9"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-bong{--fa:"\f55c"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-jar-wheat{--fa:"\e517"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-pager{--fa:"\f815"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-strikethrough{--fa:"\f0cc"}.fa-k{--fa:"\4b"}.fa-landmark-flag{--fa:"\e51c"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-backward{--fa:"\f04a"}.fa-caret-right{--fa:"\f0da"}.fa-comments{--fa:"\f086"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-code-pull-request{--fa:"\e13c"}.fa-clipboard-list{--fa:"\f46d"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-user-check{--fa:"\f4fc"}.fa-vial-virus{--fa:"\e597"}.fa-sheet-plastic{--fa:"\e571"}.fa-blog{--fa:"\f781"}.fa-user-ninja{--fa:"\f504"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-toggle-off{--fa:"\f204"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-person-drowning{--fa:"\e545"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-spray-can{--fa:"\f5bd"}.fa-truck-monster{--fa:"\f63b"}.fa-w{--fa:"\57"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-rainbow{--fa:"\f75b"}.fa-circle-notch{--fa:"\f1ce"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-paw{--fa:"\f1b0"}.fa-cloud{--fa:"\f0c2"}.fa-trowel-bricks{--fa:"\e58a"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-hospital-user{--fa:"\f80d"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-binoculars{--fa:"\f1e5"}.fa-microphone-slash{--fa:"\f131"}.fa-box-tissue{--fa:"\e05b"}.fa-motorcycle{--fa:"\f21c"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-toilets-portable{--fa:"\e584"}.fa-hockey-puck{--fa:"\f453"}.fa-table{--fa:"\f0ce"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-users-slash{--fa:"\e073"}.fa-clover{--fa:"\e139"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-star-and-crescent{--fa:"\f699"}.fa-house-fire{--fa:"\e50c"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-helicopter{--fa:"\f533"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-file-circle-question{--fa:"\e4ef"}.fa-laptop-code{--fa:"\f5fc"}.fa-swatchbook{--fa:"\f5c3"}.fa-prescription-bottle{--fa:"\f485"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-people-group{--fa:"\e533"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-film{--fa:"\f008"}.fa-ruler-horizontal{--fa:"\f547"}.fa-people-robbery{--fa:"\e536"}.fa-lightbulb{--fa:"\f0eb"}.fa-caret-left{--fa:"\f0d9"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-headphones-alt,.fa-headphones-simple{--fa:"\f58f"}.fa-sitemap{--fa:"\f0e8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-memory{--fa:"\f538"}.fa-road-spikes{--fa:"\e568"}.fa-fire-burner{--fa:"\e4f1"}.fa-flag{--fa:"\f024"}.fa-hanukiah{--fa:"\f6e6"}.fa-feather{--fa:"\f52d"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-comment-slash{--fa:"\f4b3"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-compress{--fa:"\f066"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-ankh{--fa:"\f644"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-asterisk{--fa:"\2a"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-peseta-sign{--fa:"\e221"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-ghost{--fa:"\f6e2"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-cart-plus{--fa:"\f217"}.fa-gamepad{--fa:"\f11b"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-egg{--fa:"\f7fb"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-campground{--fa:"\f6bb"}.fa-folder-plus{--fa:"\f65e"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-lock{--fa:"\f023"}.fa-gas-pump{--fa:"\f52f"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-house-flood-water{--fa:"\e50e"}.fa-tree{--fa:"\f1bb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-sack-dollar{--fa:"\f81d"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-car-side{--fa:"\f5e4"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-microscope{--fa:"\f610"}.fa-sink{--fa:"\e06d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-mitten{--fa:"\f7b5"}.fa-person-rays{--fa:"\e54d"}.fa-users{--fa:"\f0c0"}.fa-eye-slash{--fa:"\f070"}.fa-flask-vial{--fa:"\e4f3"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-om{--fa:"\f679"}.fa-worm{--fa:"\e599"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-plug{--fa:"\f1e6"}.fa-chevron-up{--fa:"\f077"}.fa-hand-spock{--fa:"\f259"}.fa-stopwatch{--fa:"\f2f2"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-chess-bishop{--fa:"\f43a"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-road-circle-check{--fa:"\e564"}.fa-dice-five{--fa:"\f523"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-land-mine-on{--fa:"\e51b"}.fa-i-cursor{--fa:"\f246"}.fa-stamp{--fa:"\f5bf"}.fa-stairs{--fa:"\e289"}.fa-i{--fa:"\49"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-pills{--fa:"\f484"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-tooth{--fa:"\f5c9"}.fa-v{--fa:"\56"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bicycle{--fa:"\f206"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-snowman{--fa:"\f7d0"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-road-barrier{--fa:"\e562"}.fa-school{--fa:"\f549"}.fa-igloo{--fa:"\f7ae"}.fa-joint{--fa:"\f595"}.fa-angle-right{--fa:"\f105"}.fa-horse{--fa:"\f6f0"}.fa-q{--fa:"\51"}.fa-g{--fa:"\47"}.fa-notes-medical{--fa:"\f481"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-dong-sign{--fa:"\e169"}.fa-capsules{--fa:"\f46b"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-hand-point-up{--fa:"\f0a6"}.fa-money-bill{--fa:"\f0d6"}.fa-bookmark{--fa:"\f02e"}.fa-align-justify{--fa:"\f039"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-helmet-un{--fa:"\e503"}.fa-bullseye{--fa:"\f140"}.fa-bacon{--fa:"\f7e5"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-radiation{--fa:"\f7b9"}.fa-chart-simple{--fa:"\e473"}.fa-mars-stroke{--fa:"\f229"}.fa-vial{--fa:"\f492"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-e{--fa:"\45"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-user{--fa:"\f007"}.fa-school-circle-check{--fa:"\e56b"}.fa-dumpster{--fa:"\f793"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-building-user{--fa:"\e4da"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-highlighter{--fa:"\f591"}.fa-key{--fa:"\f084"}.fa-bullhorn{--fa:"\f0a1"}.fa-globe{--fa:"\f0ac"}.fa-synagogue{--fa:"\f69b"}.fa-person-half-dress{--fa:"\e548"}.fa-road-bridge{--fa:"\e563"}.fa-location-arrow{--fa:"\f124"}.fa-c{--fa:"\43"}.fa-tablet-button{--fa:"\f10a"}.fa-building-lock{--fa:"\e4d6"}.fa-pizza-slice{--fa:"\f818"}.fa-money-bill-wave{--fa:"\f53a"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-house-flag{--fa:"\e50d"}.fa-person-circle-minus{--fa:"\e540"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-camera-rotate{--fa:"\e0d8"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-star{--fa:"\f005"}.fa-repeat{--fa:"\f363"}.fa-cross{--fa:"\f654"}.fa-box{--fa:"\f466"}.fa-venus-mars{--fa:"\f228"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-charging-station{--fa:"\f5e7"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-mobile-retro{--fa:"\e527"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-spider{--fa:"\f717"}.fa-hands-bound{--fa:"\e4f9"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-x-ray{--fa:"\f497"}.fa-spell-check{--fa:"\f891"}.fa-slash{--fa:"\f715"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-server{--fa:"\f233"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-shop-lock{--fa:"\e4a5"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-blender-phone{--fa:"\f6b6"}.fa-building-wheat{--fa:"\e4db"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-venus{--fa:"\f221"}.fa-passport{--fa:"\f5ab"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-temperature-high{--fa:"\f769"}.fa-microchip{--fa:"\f2db"}.fa-crown{--fa:"\f521"}.fa-weight-hanging{--fa:"\f5cd"}.fa-xmarks-lines{--fa:"\e59a"}.fa-file-prescription{--fa:"\f572"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-chess-knight{--fa:"\f441"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-wheelchair{--fa:"\f193"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-toggle-on{--fa:"\f205"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-l{--fa:"\4c"}.fa-fire{--fa:"\f06d"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-folder-open{--fa:"\f07c"}.fa-heart-circle-plus{--fa:"\e500"}.fa-code-fork{--fa:"\e13b"}.fa-city{--fa:"\f64f"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-pepper-hot{--fa:"\f816"}.fa-unlock{--fa:"\f09c"}.fa-colon-sign{--fa:"\e140"}.fa-headset{--fa:"\f590"}.fa-store-slash{--fa:"\e071"}.fa-road-circle-xmark{--fa:"\e566"}.fa-user-minus{--fa:"\f503"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-clipboard{--fa:"\f328"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-underline{--fa:"\f0cd"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-signature{--fa:"\f5b7"}.fa-stroopwafel{--fa:"\f551"}.fa-bold{--fa:"\f032"}.fa-anchor-lock{--fa:"\e4ad"}.fa-building-ngo{--fa:"\e4d7"}.fa-manat-sign{--fa:"\e1d5"}.fa-not-equal{--fa:"\f53e"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-jedi{--fa:"\f669"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-mug-hot{--fa:"\f7b6"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-gift{--fa:"\f06b"}.fa-dice-two{--fa:"\f528"}.fa-chess-queen{--fa:"\f445"}.fa-glasses{--fa:"\f530"}.fa-chess-board{--fa:"\f43c"}.fa-building-circle-check{--fa:"\e4d2"}.fa-person-chalkboard{--fa:"\e53d"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-less-than-equal{--fa:"\f537"}.fa-train{--fa:"\f238"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-crow{--fa:"\f520"}.fa-sailboat{--fa:"\e445"}.fa-window-restore{--fa:"\f2d2"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-torii-gate{--fa:"\f6a1"}.fa-frog{--fa:"\f52e"}.fa-bucket{--fa:"\e4cf"}.fa-image{--fa:"\f03e"}.fa-microphone{--fa:"\f130"}.fa-cow{--fa:"\f6c8"}.fa-caret-up{--fa:"\f0d8"}.fa-screwdriver{--fa:"\f54a"}.fa-folder-closed{--fa:"\e185"}.fa-house-tsunami{--fa:"\e515"}.fa-square-nfi{--fa:"\e576"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-square-binary{--fa:"\e69b"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-lemon{--fa:"\f094"}.fa-head-side-mask{--fa:"\e063"}.fa-handshake{--fa:"\f2b5"}.fa-gem{--fa:"\f3a5"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-smoking{--fa:"\f48d"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-monument{--fa:"\f5a6"}.fa-snowplow{--fa:"\f7d2"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-cannabis{--fa:"\f55f"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-tablets{--fa:"\f490"}.fa-ethernet{--fa:"\f796"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-chair{--fa:"\f6c0"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-plate-wheat{--fa:"\e55a"}.fa-icicles{--fa:"\f7ad"}.fa-person-shelter{--fa:"\e54f"}.fa-neuter{--fa:"\f22c"}.fa-id-badge{--fa:"\f2c1"}.fa-marker{--fa:"\f5a1"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-helicopter-symbol{--fa:"\e502"}.fa-universal-access{--fa:"\f29a"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-lari-sign{--fa:"\e1c8"}.fa-volcano{--fa:"\f770"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-viruses{--fa:"\e076"}.fa-square-person-confined{--fa:"\e577"}.fa-user-tie{--fa:"\f508"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-certificate{--fa:"\f0a3"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-suitcase{--fa:"\f0f2"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-camera-retro{--fa:"\f083"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-box-open{--fa:"\f49e"}.fa-scroll{--fa:"\f70e"}.fa-spa{--fa:"\f5bb"}.fa-location-pin-lock{--fa:"\e51f"}.fa-pause{--fa:"\f04c"}.fa-hill-avalanche{--fa:"\e507"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-bomb{--fa:"\f1e2"}.fa-registered{--fa:"\f25d"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-subscript{--fa:"\f12c"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-burst{--fa:"\e4dc"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-money-bills{--fa:"\e1f3"}.fa-smog{--fa:"\f75f"}.fa-crutch{--fa:"\f7f7"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-palette{--fa:"\f53f"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-vest{--fa:"\e085"}.fa-ferry{--fa:"\e4ea"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-boxes-packing{--fa:"\e4c7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-bowl-food{--fa:"\e4c6"}.fa-candy-cane{--fa:"\f786"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-file-word{--fa:"\f1c2"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-house-lock{--fa:"\e510"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-children{--fa:"\e4e1"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-user-alt-slash,.fa-user-large-slash{--fa:"\f4fa"}.fa-envelope-open{--fa:"\f2b6"}.fa-handshake-alt-slash,.fa-handshake-simple-slash{--fa:"\e05f"}.fa-mattress-pillow{--fa:"\e525"}.fa-guarani-sign{--fa:"\e19a"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-fire-extinguisher{--fa:"\f134"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-greater-than-equal{--fa:"\f532"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-virus{--fa:"\e074"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-layer-group{--fa:"\f5fd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-archway{--fa:"\f557"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-square{--fa:"\f0c8"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-couch{--fa:"\f4b8"}.fa-cedi-sign{--fa:"\e0df"}.fa-italic{--fa:"\f033"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-church{--fa:"\f51d"}.fa-comments-dollar{--fa:"\f653"}.fa-democrat{--fa:"\f747"}.fa-z{--fa:"\5a"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-road-lock{--fa:"\e567"}.fa-a{--fa:"\41"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-p{--fa:"\50"}.fa-snowflake{--fa:"\f2dc"}.fa-newspaper{--fa:"\f1ea"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-locust{--fa:"\e520"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-person-dress-burst{--fa:"\e544"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-vector-square{--fa:"\f5cb"}.fa-bread-slice{--fa:"\f7ec"}.fa-language{--fa:"\f1ab"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-filter{--fa:"\f0b0"}.fa-question{--fa:"\3f"}.fa-file-signature{--fa:"\f573"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-house-chimney-user{--fa:"\e065"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-puzzle-piece{--fa:"\f12e"}.fa-money-check{--fa:"\f53c"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-code{--fa:"\f121"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-virus-covid{--fa:"\e4a8"}.fa-austral-sign{--fa:"\e0a9"}.fa-f{--fa:"\46"}.fa-leaf{--fa:"\f06c"}.fa-road{--fa:"\f018"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-person-circle-plus{--fa:"\e541"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-sack-xmark{--fa:"\e56a"}.fa-file-excel{--fa:"\f1c3"}.fa-file-contract{--fa:"\f56c"}.fa-fish-fins{--fa:"\e4f2"}.fa-building-flag{--fa:"\e4d5"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-object-ungroup{--fa:"\f248"}.fa-poop{--fa:"\f619"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-kaaba{--fa:"\f66b"}.fa-toilet-paper{--fa:"\f71e"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-eject{--fa:"\f052"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-plane-circle-check{--fa:"\e555"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-object-group{--fa:"\f247"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-mask-ventilator{--fa:"\e524"}.fa-arrow-right{--fa:"\f061"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-cash-register{--fa:"\f788"}.fa-person-circle-question{--fa:"\e542"}.fa-h{--fa:"\48"}.fa-tarp{--fa:"\e57b"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-heart{--fa:"\f004"}.fa-mars-and-venus{--fa:"\f224"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-dumpster-fire{--fa:"\f794"}.fa-house-crack{--fa:"\e3b1"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-bottle-water{--fa:"\e4c5"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-kitchen-set{--fa:"\e51a"}.fa-r{--fa:"\52"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-cube{--fa:"\f1b2"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-shield-dog{--fa:"\e573"}.fa-solar-panel{--fa:"\f5ba"}.fa-lock-open{--fa:"\f3c1"}.fa-elevator{--fa:"\e16d"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-circle{--fa:"\f111"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-recycle{--fa:"\f1b8"}.fa-user-astronaut{--fa:"\f4fb"}.fa-plane-slash{--fa:"\e069"}.fa-trademark{--fa:"\f25c"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-satellite-dish{--fa:"\f7c0"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-users-rays{--fa:"\e593"}.fa-wallet{--fa:"\f555"}.fa-clipboard-check{--fa:"\f46c"}.fa-file-audio{--fa:"\f1c7"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-wrench{--fa:"\f0ad"}.fa-bugs{--fa:"\e4d0"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-file-image{--fa:"\f1c5"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-plane-departure{--fa:"\f5b0"}.fa-handshake-slash{--fa:"\e060"}.fa-book-bookmark{--fa:"\e0bb"}.fa-code-branch{--fa:"\f126"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-bridge{--fa:"\e4c8"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-truck-front{--fa:"\e2b7"}.fa-cat{--fa:"\f6be"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-truck-field{--fa:"\e58d"}.fa-route{--fa:"\f4d7"}.fa-clipboard-question{--fa:"\e4e3"}.fa-panorama{--fa:"\e209"}.fa-comment-medical{--fa:"\f7f5"}.fa-teeth-open{--fa:"\f62f"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-tags{--fa:"\f02c"}.fa-wine-glass{--fa:"\f4e3"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-house-signal{--fa:"\e012"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-faucet-drip{--fa:"\e006"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-terminal{--fa:"\f120"}.fa-mobile-button{--fa:"\f10b"}.fa-house-medical-flag{--fa:"\e514"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-tape{--fa:"\f4db"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-eye{--fa:"\f06e"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-audio-description{--fa:"\f29e"}.fa-person-military-to-person{--fa:"\e54c"}.fa-file-shield{--fa:"\e4f0"}.fa-user-slash{--fa:"\f506"}.fa-pen{--fa:"\f304"}.fa-tower-observation{--fa:"\e586"}.fa-file-code{--fa:"\f1c9"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-bus{--fa:"\f207"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-window-maximize{--fa:"\f2d0"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-prescription{--fa:"\f5b1"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-vihara{--fa:"\f6a7"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-plant-wilt{--fa:"\e5aa"}.fa-diamond{--fa:"\f219"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-chart-diagram{--fa:"\e695"}.fa-bacterium{--fa:"\e05a"}.fa-hand-pointer{--fa:"\f25a"}.fa-drum-steelpan{--fa:"\f56a"}.fa-hand-scissors{--fa:"\f257"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-biohazard{--fa:"\f780"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-mars-double{--fa:"\f227"}.fa-child-dress{--fa:"\e59c"}.fa-users-between-lines{--fa:"\e591"}.fa-lungs-virus{--fa:"\e067"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-phone{--fa:"\f095"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-child-reaching{--fa:"\e59d"}.fa-head-side-virus{--fa:"\e064"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-door-closed{--fa:"\f52a"}.fa-shield-virus{--fa:"\e06c"}.fa-dice-six{--fa:"\f526"}.fa-mosquito-net{--fa:"\e52c"}.fa-file-fragment{--fa:"\e697"}.fa-bridge-water{--fa:"\e4ce"}.fa-person-booth{--fa:"\f756"}.fa-text-width{--fa:"\f035"}.fa-hat-wizard{--fa:"\f6e8"}.fa-pen-fancy{--fa:"\f5ac"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-trash{--fa:"\f1f8"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-book-medical{--fa:"\f7e6"}.fa-poo{--fa:"\f2fe"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-cubes{--fa:"\f1b3"}.fa-divide{--fa:"\f529"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-headphones{--fa:"\f025"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-clapping{--fa:"\e1a8"}.fa-republican{--fa:"\f75e"}.fa-arrow-left{--fa:"\f060"}.fa-person-circle-xmark{--fa:"\e543"}.fa-ruler{--fa:"\f545"}.fa-align-left{--fa:"\f036"}.fa-dice-d6{--fa:"\f6d1"}.fa-restroom{--fa:"\f7bd"}.fa-j{--fa:"\4a"}.fa-users-viewfinder{--fa:"\e595"}.fa-file-video{--fa:"\f1c8"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-file-pdf{--fa:"\f1c1"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-o{--fa:"\4f"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-user-secret{--fa:"\f21b"}.fa-otter{--fa:"\f700"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-comment-dollar{--fa:"\f651"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-clipboard-user{--fa:"\f7f3"}.fa-child{--fa:"\f1ae"}.fa-lira-sign{--fa:"\f195"}.fa-satellite{--fa:"\f7bf"}.fa-plane-lock{--fa:"\e558"}.fa-tag{--fa:"\f02b"}.fa-comment{--fa:"\f075"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-envelope{--fa:"\f0e0"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-paperclip{--fa:"\f0c6"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-ribbon{--fa:"\f4d6"}.fa-lungs{--fa:"\f604"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-border-none{--fa:"\f850"}.fa-circle-nodes{--fa:"\e4e2"}.fa-parachute-box{--fa:"\f4cd"}.fa-indent{--fa:"\f03c"}.fa-truck-field-un{--fa:"\e58e"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-mountain{--fa:"\f6fc"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-cloud-meatball{--fa:"\f73b"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-square-virus{--fa:"\e578"}.fa-meteor{--fa:"\f753"}.fa-car-on{--fa:"\e4dd"}.fa-sleigh{--fa:"\f7cc"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-water{--fa:"\f773"}.fa-calendar-check{--fa:"\f274"}.fa-braille{--fa:"\f2a1"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-landmark{--fa:"\f66f"}.fa-truck{--fa:"\f0d1"}.fa-crosshairs{--fa:"\f05b"}.fa-person-cane{--fa:"\e53c"}.fa-tent{--fa:"\e57d"}.fa-vest-patches{--fa:"\e086"}.fa-check-double{--fa:"\f560"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-cookie{--fa:"\f563"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-dumbbell{--fa:"\f44b"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-tarp-droplet{--fa:"\e57c"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-calendar-plus{--fa:"\f271"}.fa-plane-arrival{--fa:"\f5af"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-chart-gantt{--fa:"\e0e4"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-dna{--fa:"\f471"}.fa-virus-slash{--fa:"\e075"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-chess{--fa:"\f439"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-plug-circle-check{--fa:"\e55c"}.fa-street-view{--fa:"\f21d"}.fa-franc-sign{--fa:"\e18f"}.fa-volume-off{--fa:"\f026"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-mosque{--fa:"\f678"}.fa-mosquito{--fa:"\e52b"}.fa-star-of-david{--fa:"\f69a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-vials{--fa:"\f493"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-place-of-worship{--fa:"\f67f"}.fa-grip-vertical{--fa:"\f58e"}.fa-hexagon-nodes{--fa:"\e699"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-u{--fa:"\55"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-pallet{--fa:"\f482"}.fa-faucet{--fa:"\e005"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-s{--fa:"\53"}.fa-timeline{--fa:"\e29c"}.fa-keyboard{--fa:"\f11c"}.fa-caret-down{--fa:"\f0d7"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-plane-up{--fa:"\e22d"}.fa-piggy-bank{--fa:"\f4d3"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-mountain-city{--fa:"\e52e"}.fa-coins{--fa:"\f51e"}.fa-khanda{--fa:"\f66d"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-folder-tree{--fa:"\f802"}.fa-network-wired{--fa:"\f6ff"}.fa-map-pin{--fa:"\f276"}.fa-hamsa{--fa:"\f665"}.fa-cent-sign{--fa:"\e3f5"}.fa-flask{--fa:"\f0c3"}.fa-person-pregnant{--fa:"\e31e"}.fa-wand-sparkles{--fa:"\f72b"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-ticket{--fa:"\f145"}.fa-power-off{--fa:"\f011"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-flag-usa{--fa:"\f74d"}.fa-laptop-file{--fa:"\e51d"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-diagram-next{--fa:"\e476"}.fa-person-rifle{--fa:"\e54e"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-closed-captioning{--fa:"\f20a"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-venus-double{--fa:"\f226"}.fa-images{--fa:"\f302"}.fa-calculator{--fa:"\f1ec"}.fa-people-pulling{--fa:"\e535"}.fa-n{--fa:"\4e"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-cloud-rain{--fa:"\f73d"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-ship{--fa:"\f21a"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-download{--fa:"\f019"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-file-circle-check{--fa:"\e5a0"}.fa-forward{--fa:"\f04e"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-align-center{--fa:"\f037"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-calendar-week{--fa:"\f784"}.fa-laptop-medical{--fa:"\f812"}.fa-b{--fa:"\42"}.fa-file-medical{--fa:"\f477"}.fa-dice-one{--fa:"\f525"}.fa-kiwi-bird{--fa:"\f535"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-mill-sign{--fa:"\e1ed"}.fa-bowl-rice{--fa:"\e2eb"}.fa-skull{--fa:"\f54c"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-truck-pickup{--fa:"\f63c"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-stop{--fa:"\f04d"}.fa-code-merge{--fa:"\f387"}.fa-upload{--fa:"\f093"}.fa-hurricane{--fa:"\f751"}.fa-mound{--fa:"\e52d"}.fa-toilet-portable{--fa:"\e583"}.fa-compact-disc{--fa:"\f51f"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-caravan{--fa:"\f8ff"}.fa-shield-cat{--fa:"\e572"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-glass-water{--fa:"\e4f4"}.fa-oil-well{--fa:"\e532"}.fa-vault{--fa:"\e2c5"}.fa-mars{--fa:"\f222"}.fa-toilet{--fa:"\f7d8"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-sun{--fa:"\f185"}.fa-guitar{--fa:"\f7a6"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-horse-head{--fa:"\f7ab"}.fa-bore-hole{--fa:"\e4c3"}.fa-industry{--fa:"\f275"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-florin-sign{--fa:"\e184"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-less-than{--fa:"\3c"}.fa-angle-down{--fa:"\f107"}.fa-car-tunnel{--fa:"\e4de"}.fa-head-side-cough{--fa:"\e061"}.fa-grip-lines{--fa:"\f7a4"}.fa-thumbs-down{--fa:"\f165"}.fa-user-lock{--fa:"\f502"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-chess-pawn{--fa:"\f443"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-person-through-window{--fa:"\e5a9"}.fa-toolbox{--fa:"\f552"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-bug{--fa:"\f188"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-mountain-sun{--fa:"\e52f"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-dice-d20{--fa:"\f6cf"}.fa-truck-droplet{--fa:"\e58c"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-medal{--fa:"\f5a2"}.fa-bed{--fa:"\f236"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-podcast{--fa:"\f2ce"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-bell{--fa:"\f0f3"}.fa-superscript{--fa:"\f12b"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-star-of-life{--fa:"\f621"}.fa-phone-slash{--fa:"\f3dd"}.fa-paint-roller{--fa:"\f5aa"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-file{--fa:"\f15b"}.fa-greater-than{--fa:"\3e"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-arrow-down{--fa:"\f063"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-eraser{--fa:"\f12d"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-person-burst{--fa:"\e53b"}.fa-dove{--fa:"\f4ba"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-socks{--fa:"\f696"}.fa-inbox{--fa:"\f01c"}.fa-section{--fa:"\e447"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-envelope-open-text{--fa:"\f658"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-wine-bottle{--fa:"\f72f"}.fa-chess-rook{--fa:"\f447"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-dharmachakra{--fa:"\f655"}.fa-hotdog{--fa:"\f80f"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-drum{--fa:"\f569"}.fa-ice-cream{--fa:"\f810"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-fax{--fa:"\f1ac"}.fa-paragraph{--fa:"\f1dd"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-star-half{--fa:"\f089"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-tree-city{--fa:"\e587"}.fa-play{--fa:"\f04b"}.fa-font{--fa:"\f031"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-rupiah-sign{--fa:"\e23d"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-naira-sign{--fa:"\e1f6"}.fa-cart-arrow-down{--fa:"\f218"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-receipt{--fa:"\f543"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-chevron-down{--fa:"\f078"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-skull-crossbones{--fa:"\f714"}.fa-code-compare{--fa:"\e13a"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-school-lock{--fa:"\e56f"}.fa-tower-cell{--fa:"\e585"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-ranking-star{--fa:"\e561"}.fa-chess-king{--fa:"\f43f"}.fa-person-harassing{--fa:"\e549"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-arrow-up{--fa:"\f062"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-shrimp{--fa:"\e448"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-jug-detergent{--fa:"\e519"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-user-shield{--fa:"\f505"}.fa-wind{--fa:"\f72e"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-y{--fa:"\59"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-fish{--fa:"\f578"}.fa-user-graduate{--fa:"\f501"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-clapperboard{--fa:"\e131"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-jet-fighter-up{--fa:"\e518"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-copy{--fa:"\f0c5"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-hand-sparkles{--fa:"\e05d"}.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-gun{--fa:"\e19b"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-add,.fa-plus{--fa:"\2b"}.fa-expand{--fa:"\f065"}.fa-computer{--fa:"\e4e5"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-peso-sign{--fa:"\e222"}.fa-building-shield{--fa:"\e4d8"}.fa-baby{--fa:"\f77c"}.fa-users-line{--fa:"\e592"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-tractor{--fa:"\f722"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-lines-leaning{--fa:"\e51e"}.fa-ruler-combined{--fa:"\f546"}.fa-copyright{--fa:"\f1f9"}.fa-equals{--fa:"\3d"}.fa-blender{--fa:"\f517"}.fa-teeth{--fa:"\f62e"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-map{--fa:"\f279"}.fa-rocket{--fa:"\f135"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-folder-minus{--fa:"\f65d"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-store{--fa:"\f54e"}.fa-arrow-trend-up{--fa:"\e098"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-bezier-curve{--fa:"\f55b"}.fa-bell-slash{--fa:"\f1f6"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-school-flag{--fa:"\e56e"}.fa-fill{--fa:"\f575"}.fa-angle-up{--fa:"\f106"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-holly-berry{--fa:"\f7aa"}.fa-chevron-left{--fa:"\f053"}.fa-bacteria{--fa:"\e059"}.fa-hand-lizard{--fa:"\f258"}.fa-notdef{--fa:"\e1fe"}.fa-disease{--fa:"\f7fa"}.fa-briefcase-medical{--fa:"\f469"}.fa-genderless{--fa:"\f22d"}.fa-chevron-right{--fa:"\f054"}.fa-retweet{--fa:"\f079"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-pump-soap{--fa:"\e06b"}.fa-video-slash{--fa:"\f4e2"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-radio{--fa:"\f8d7"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-traffic-light{--fa:"\f637"}.fa-thermometer{--fa:"\f491"}.fa-vr-cardboard{--fa:"\f729"}.fa-hand-middle-finger{--fa:"\f806"}.fa-percent,.fa-percentage{--fa:"\25"}.fa-truck-moving{--fa:"\f4df"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-display{--fa:"\e163"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-trophy{--fa:"\f091"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hammer{--fa:"\f6e3"}.fa-hand-peace{--fa:"\f25b"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-spinner{--fa:"\f110"}.fa-robot{--fa:"\f544"}.fa-peace{--fa:"\f67c"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-warehouse{--fa:"\f494"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-splotch{--fa:"\f5bc"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-dice-four{--fa:"\f524"}.fa-sim-card{--fa:"\f7c4"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-mercury{--fa:"\f223"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-person-falling-burst{--fa:"\e547"}.fa-award{--fa:"\f559"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-building{--fa:"\f1ad"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-qrcode{--fa:"\f029"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-comment-nodes{--fa:"\e696"}.fa-house-medical{--fa:"\e3b2"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-house-chimney-window{--fa:"\e00d"}.fa-pen-nib{--fa:"\f5ad"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tents{--fa:"\e582"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-dog{--fa:"\f6d3"}.fa-carrot{--fa:"\f787"}.fa-moon{--fa:"\f186"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-cheese{--fa:"\f7ef"}.fa-yin-yang{--fa:"\f6ad"}.fa-music{--fa:"\f001"}.fa-code-commit{--fa:"\f386"}.fa-temperature-low{--fa:"\f76b"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-broom{--fa:"\f51a"}.fa-shield-heart{--fa:"\e574"}.fa-gopuram{--fa:"\f664"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-hashtag{--fa:"\23"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-oil-can{--fa:"\f613"}.fa-t{--fa:"\54"}.fa-hippo{--fa:"\f6ed"}.fa-chart-column{--fa:"\e0e3"}.fa-infinity{--fa:"\f534"}.fa-vial-circle-check{--fa:"\e596"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-voicemail{--fa:"\f897"}.fa-fan{--fa:"\f863"}.fa-person-walking-luggage{--fa:"\e554"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-calendar{--fa:"\f133"}.fa-trailer{--fa:"\e041"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-sd-card{--fa:"\f7c2"}.fa-dragon{--fa:"\f6d5"}.fa-shoe-prints{--fa:"\f54b"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-hand-holding{--fa:"\f4bd"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-clone{--fa:"\f24d"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-tornado{--fa:"\f76f"}.fa-file-circle-plus{--fa:"\e494"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-anchor{--fa:"\f13d"}.fa-border-all{--fa:"\f84c"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-cookie-bite{--fa:"\f564"}.fa-arrow-trend-down{--fa:"\e097"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-draw-polygon{--fa:"\f5ee"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-shower{--fa:"\f2cc"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-m{--fa:"\4d"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-book{--fa:"\f02d"}.fa-user-plus{--fa:"\f234"}.fa-check{--fa:"\f00c"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-house-circle-check{--fa:"\e509"}.fa-angle-left{--fa:"\f104"}.fa-diagram-successor{--fa:"\e47a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-cloud-moon{--fa:"\f6c3"}.fa-briefcase{--fa:"\f0b1"}.fa-person-falling{--fa:"\e546"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-user-tag{--fa:"\f507"}.fa-rug{--fa:"\e569"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-baht-sign{--fa:"\e0ac"}.fa-book-open{--fa:"\f518"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-handcuffs{--fa:"\e4f8"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-database{--fa:"\f1c0"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-mask-face{--fa:"\e1d7"}.fa-hill-rockslide{--fa:"\e508"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-paper-plane{--fa:"\f1d8"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-dungeon{--fa:"\f6d9"}.fa-align-right{--fa:"\f038"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-life-ring{--fa:"\f1cd"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-calendar-day{--fa:"\f783"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-dice{--fa:"\f522"}.fa-bowling-ball{--fa:"\f436"}.fa-brain{--fa:"\f5dc"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-calendar-minus{--fa:"\f272"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-gifts{--fa:"\f79c"}.fa-hotel{--fa:"\f594"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-thumbs-up{--fa:"\f164"}.fa-user-clock{--fa:"\f4fd"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-file-invoice{--fa:"\f570"}.fa-window-minimize{--fa:"\f2d1"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-brush{--fa:"\f55d"}.fa-file-half-dashed{--fa:"\e698"}.fa-mask{--fa:"\f6fa"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-ruler-vertical{--fa:"\f548"}.fa-user-alt,.fa-user-large{--fa:"\f406"}.fa-train-tram{--fa:"\e5b4"}.fa-user-nurse{--fa:"\f82f"}.fa-syringe{--fa:"\f48e"}.fa-cloud-sun{--fa:"\f6c4"}.fa-stopwatch-20{--fa:"\e06f"}.fa-square-full{--fa:"\f45c"}.fa-magnet{--fa:"\f076"}.fa-jar{--fa:"\e516"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-bug-slash{--fa:"\e490"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-bone{--fa:"\f5d7"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-user-injured{--fa:"\f728"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-plane{--fa:"\f072"}.fa-tent-arrows-down{--fa:"\e581"}.fa-exclamation{--fa:"\21"}.fa-arrows-spin{--fa:"\e4bb"}.fa-print{--fa:"\f02f"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\24"}.fa-x{--fa:"\58"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-person-military-pointing{--fa:"\e54a"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-umbrella{--fa:"\f0e9"}.fa-trowel{--fa:"\e589"}.fa-d{--fa:"\44"}.fa-stapler{--fa:"\e5af"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-kip-sign{--fa:"\e1c4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-handshake-alt,.fa-handshake-simple{--fa:"\f4c6"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-barcode{--fa:"\f02a"}.fa-plus-minus{--fa:"\e43c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-person-circle-check{--fa:"\e53e"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero{--fa:"\f3d0"}.fa-hooli{--fa:"\f427"}.fa-yelp{--fa:"\f1e9"}.fa-cc-visa{--fa:"\f1f0"}.fa-lastfm{--fa:"\f202"}.fa-shopware{--fa:"\f5b5"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-aws{--fa:"\f375"}.fa-redhat{--fa:"\f7bc"}.fa-yoast{--fa:"\f2b1"}.fa-cloudflare{--fa:"\e07d"}.fa-ups{--fa:"\f7e0"}.fa-pixiv{--fa:"\e640"}.fa-wpexplorer{--fa:"\f2de"}.fa-dyalog{--fa:"\f399"}.fa-bity{--fa:"\f37a"}.fa-stackpath{--fa:"\f842"}.fa-buysellads{--fa:"\f20d"}.fa-first-order{--fa:"\f2b0"}.fa-modx{--fa:"\f285"}.fa-guilded{--fa:"\e07e"}.fa-vnv{--fa:"\f40b"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-microsoft{--fa:"\f3ca"}.fa-qq{--fa:"\f1d6"}.fa-orcid{--fa:"\f8d2"}.fa-java{--fa:"\f4e4"}.fa-invision{--fa:"\f7b0"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-centercode{--fa:"\f380"}.fa-glide-g{--fa:"\f2a6"}.fa-drupal{--fa:"\f1a9"}.fa-jxl{--fa:"\e67b"}.fa-dart-lang{--fa:"\e693"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-unity{--fa:"\e049"}.fa-whmcs{--fa:"\f40d"}.fa-rocketchat{--fa:"\f3e8"}.fa-vk{--fa:"\f189"}.fa-untappd{--fa:"\f405"}.fa-mailchimp{--fa:"\f59e"}.fa-css3-alt{--fa:"\f38b"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-vimeo-v{--fa:"\f27d"}.fa-contao{--fa:"\f26d"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-deskpro{--fa:"\f38f"}.fa-brave{--fa:"\e63c"}.fa-sistrix{--fa:"\f3ee"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-battle-net{--fa:"\f835"}.fa-the-red-yeti{--fa:"\f69d"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-edge{--fa:"\f282"}.fa-threads{--fa:"\e618"}.fa-napster{--fa:"\f3d2"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-google-plus-g{--fa:"\f0d5"}.fa-artstation{--fa:"\f77a"}.fa-markdown{--fa:"\f60f"}.fa-sourcetree{--fa:"\f7d3"}.fa-google-plus{--fa:"\f2b3"}.fa-diaspora{--fa:"\f791"}.fa-foursquare{--fa:"\f180"}.fa-stack-overflow{--fa:"\f16c"}.fa-github-alt{--fa:"\f113"}.fa-phoenix-squadron{--fa:"\f511"}.fa-pagelines{--fa:"\f18c"}.fa-algolia{--fa:"\f36c"}.fa-red-river{--fa:"\f3e3"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-safari{--fa:"\f267"}.fa-google{--fa:"\f1a0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-atlassian{--fa:"\f77b"}.fa-linkedin-in{--fa:"\f0e1"}.fa-digital-ocean{--fa:"\f391"}.fa-nimblr{--fa:"\f5a8"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-hacker-news{--fa:"\f1d4"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-adversal{--fa:"\f36a"}.fa-creative-commons{--fa:"\f25e"}.fa-watchman-monitoring{--fa:"\e087"}.fa-fonticons{--fa:"\f280"}.fa-weixin{--fa:"\f1d7"}.fa-shirtsinbulk{--fa:"\f214"}.fa-codepen{--fa:"\f1cb"}.fa-git-alt{--fa:"\f841"}.fa-lyft{--fa:"\f3c3"}.fa-rev{--fa:"\f5b2"}.fa-windows{--fa:"\f17a"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-meetup{--fa:"\f2e0"}.fa-centos{--fa:"\f789"}.fa-adn{--fa:"\f170"}.fa-cloudsmith{--fa:"\f384"}.fa-opensuse{--fa:"\e62b"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-codiepie{--fa:"\f284"}.fa-node{--fa:"\f419"}.fa-mix{--fa:"\f3cb"}.fa-steam{--fa:"\f1b6"}.fa-cc-apple-pay{--fa:"\f416"}.fa-scribd{--fa:"\f28a"}.fa-debian{--fa:"\e60b"}.fa-openid{--fa:"\f19b"}.fa-instalod{--fa:"\e081"}.fa-files-pinwheel{--fa:"\e69f"}.fa-expeditedssl{--fa:"\f23e"}.fa-sellcast{--fa:"\f2da"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-r-project{--fa:"\f4f7"}.fa-delicious{--fa:"\f1a5"}.fa-freebsd{--fa:"\f3a4"}.fa-vuejs{--fa:"\f41f"}.fa-accusoft{--fa:"\f369"}.fa-ioxhost{--fa:"\f208"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-app-store{--fa:"\f36f"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-itunes-note{--fa:"\f3b5"}.fa-golang{--fa:"\e40f"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-grav{--fa:"\f2d6"}.fa-weibo{--fa:"\f18a"}.fa-uncharted{--fa:"\e084"}.fa-firstdraft{--fa:"\f3a1"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-wikipedia-w{--fa:"\f266"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-angellist{--fa:"\f209"}.fa-galactic-republic{--fa:"\f50c"}.fa-nfc-directional{--fa:"\e530"}.fa-skype{--fa:"\f17e"}.fa-joget{--fa:"\f3b7"}.fa-fedora{--fa:"\f798"}.fa-stripe-s{--fa:"\f42a"}.fa-meta{--fa:"\e49b"}.fa-laravel{--fa:"\f3bd"}.fa-hotjar{--fa:"\f3b1"}.fa-bluetooth-b{--fa:"\f294"}.fa-square-letterboxd{--fa:"\e62e"}.fa-sticker-mule{--fa:"\f3f7"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-hips{--fa:"\f452"}.fa-css{--fa:"\e6a2"}.fa-behance{--fa:"\f1b4"}.fa-reddit{--fa:"\f1a1"}.fa-discord{--fa:"\f392"}.fa-chrome{--fa:"\f268"}.fa-app-store-ios{--fa:"\f370"}.fa-cc-discover{--fa:"\f1f2"}.fa-wpbeginner{--fa:"\f297"}.fa-confluence{--fa:"\f78d"}.fa-shoelace{--fa:"\e60c"}.fa-mdb{--fa:"\f8ca"}.fa-dochub{--fa:"\f394"}.fa-accessible-icon{--fa:"\f368"}.fa-ebay{--fa:"\f4f4"}.fa-amazon{--fa:"\f270"}.fa-unsplash{--fa:"\e07c"}.fa-yarn{--fa:"\f7e3"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-500px{--fa:"\f26e"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-asymmetrik{--fa:"\f372"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-gratipay{--fa:"\f184"}.fa-apple{--fa:"\f179"}.fa-hive{--fa:"\e07f"}.fa-gitkraken{--fa:"\f3a6"}.fa-keybase{--fa:"\f4f5"}.fa-apple-pay{--fa:"\f415"}.fa-padlet{--fa:"\e4a0"}.fa-amazon-pay{--fa:"\f42c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-stumbleupon{--fa:"\f1a4"}.fa-fedex{--fa:"\f797"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-shopify{--fa:"\e057"}.fa-neos{--fa:"\f612"}.fa-square-threads{--fa:"\e619"}.fa-hackerrank{--fa:"\f5f7"}.fa-researchgate{--fa:"\f4f8"}.fa-swift{--fa:"\f8e1"}.fa-angular{--fa:"\f420"}.fa-speakap{--fa:"\f3f3"}.fa-angrycreative{--fa:"\f36e"}.fa-y-combinator{--fa:"\f23b"}.fa-empire{--fa:"\f1d1"}.fa-envira{--fa:"\f299"}.fa-google-scholar{--fa:"\e63b"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-studiovinari{--fa:"\f3f8"}.fa-pied-piper{--fa:"\f2ae"}.fa-wordpress{--fa:"\f19a"}.fa-product-hunt{--fa:"\f288"}.fa-firefox{--fa:"\f269"}.fa-linode{--fa:"\f2b8"}.fa-goodreads{--fa:"\f3a8"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-jsfiddle{--fa:"\f1cc"}.fa-sith{--fa:"\f512"}.fa-themeisle{--fa:"\f2b2"}.fa-page4{--fa:"\f3d7"}.fa-hashnode{--fa:"\e499"}.fa-react{--fa:"\f41b"}.fa-cc-paypal{--fa:"\f1f4"}.fa-squarespace{--fa:"\f5be"}.fa-cc-stripe{--fa:"\f1f5"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-bitcoin{--fa:"\f379"}.fa-keycdn{--fa:"\f3ba"}.fa-opera{--fa:"\f26a"}.fa-itch-io{--fa:"\f83a"}.fa-umbraco{--fa:"\f8e8"}.fa-galactic-senate{--fa:"\f50d"}.fa-ubuntu{--fa:"\f7df"}.fa-draft2digital{--fa:"\f396"}.fa-stripe{--fa:"\f429"}.fa-houzz{--fa:"\f27c"}.fa-gg{--fa:"\f260"}.fa-dhl{--fa:"\f790"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-xing{--fa:"\f168"}.fa-blackberry{--fa:"\f37b"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-playstation{--fa:"\f3df"}.fa-quinscape{--fa:"\f459"}.fa-less{--fa:"\f41d"}.fa-blogger-b{--fa:"\f37d"}.fa-opencart{--fa:"\f23d"}.fa-vine{--fa:"\f1ca"}.fa-signal-messenger{--fa:"\e663"}.fa-paypal{--fa:"\f1ed"}.fa-gitlab{--fa:"\f296"}.fa-typo3{--fa:"\f42b"}.fa-reddit-alien{--fa:"\f281"}.fa-yahoo{--fa:"\f19e"}.fa-dailymotion{--fa:"\e052"}.fa-affiliatetheme{--fa:"\f36b"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-bootstrap{--fa:"\f836"}.fa-odnoklassniki{--fa:"\f263"}.fa-nfc-symbol{--fa:"\e531"}.fa-mintbit{--fa:"\e62f"}.fa-ethereum{--fa:"\f42e"}.fa-speaker-deck{--fa:"\f83c"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-patreon{--fa:"\f3d9"}.fa-avianex{--fa:"\f374"}.fa-ello{--fa:"\f5f1"}.fa-gofore{--fa:"\f3a7"}.fa-bimobject{--fa:"\f378"}.fa-brave-reverse{--fa:"\e63d"}.fa-facebook-f{--fa:"\f39e"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-web-awesome{--fa:"\e682"}.fa-mandalorian{--fa:"\f50f"}.fa-first-order-alt{--fa:"\f50a"}.fa-osi{--fa:"\f41a"}.fa-google-wallet{--fa:"\f1ee"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-periscope{--fa:"\f3da"}.fa-fulcrum{--fa:"\f50b"}.fa-cloudscale{--fa:"\f383"}.fa-forumbee{--fa:"\f211"}.fa-mizuni{--fa:"\f3cc"}.fa-schlix{--fa:"\f3ea"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-bandcamp{--fa:"\f2d5"}.fa-wpforms{--fa:"\f298"}.fa-cloudversify{--fa:"\f385"}.fa-usps{--fa:"\f7e1"}.fa-megaport{--fa:"\f5a3"}.fa-magento{--fa:"\f3c4"}.fa-spotify{--fa:"\f1bc"}.fa-optin-monster{--fa:"\f23c"}.fa-fly{--fa:"\f417"}.fa-square-bluesky{--fa:"\e6a3"}.fa-aviato{--fa:"\f421"}.fa-itunes{--fa:"\f3b4"}.fa-cuttlefish{--fa:"\f38c"}.fa-blogger{--fa:"\f37c"}.fa-flickr{--fa:"\f16e"}.fa-viber{--fa:"\f409"}.fa-soundcloud{--fa:"\f1be"}.fa-digg{--fa:"\f1a6"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-letterboxd{--fa:"\e62d"}.fa-symfony{--fa:"\f83d"}.fa-maxcdn{--fa:"\f136"}.fa-etsy{--fa:"\f2d7"}.fa-facebook-messenger{--fa:"\f39f"}.fa-audible{--fa:"\f373"}.fa-think-peaks{--fa:"\f731"}.fa-bilibili{--fa:"\e3d9"}.fa-erlang{--fa:"\f39d"}.fa-x-twitter{--fa:"\e61b"}.fa-cotton-bureau{--fa:"\f89e"}.fa-dashcube{--fa:"\f210"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-stack-exchange{--fa:"\f18d"}.fa-elementor{--fa:"\f430"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-palfed{--fa:"\f3d8"}.fa-superpowers{--fa:"\f2dd"}.fa-resolving{--fa:"\f3e7"}.fa-xbox{--fa:"\f412"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-searchengin{--fa:"\f3eb"}.fa-tiktok{--fa:"\e07b"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-renren{--fa:"\f18b"}.fa-linux{--fa:"\f17c"}.fa-glide{--fa:"\f2a5"}.fa-linkedin{--fa:"\f08c"}.fa-hubspot{--fa:"\f3b2"}.fa-deploydog{--fa:"\f38e"}.fa-twitch{--fa:"\f1e8"}.fa-flutter{--fa:"\e694"}.fa-ravelry{--fa:"\f2d9"}.fa-mixer{--fa:"\e056"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-vimeo{--fa:"\f40a"}.fa-mendeley{--fa:"\f7b3"}.fa-uniregistry{--fa:"\f404"}.fa-figma{--fa:"\f799"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-dropbox{--fa:"\f16b"}.fa-instagram{--fa:"\f16d"}.fa-cmplid{--fa:"\e360"}.fa-upwork{--fa:"\e641"}.fa-facebook{--fa:"\f09a"}.fa-gripfire{--fa:"\f3ac"}.fa-jedi-order{--fa:"\f50e"}.fa-uikit{--fa:"\f403"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-phabricator{--fa:"\f3db"}.fa-ussunnah{--fa:"\f407"}.fa-earlybirds{--fa:"\f39a"}.fa-trade-federation{--fa:"\f513"}.fa-autoprefixer{--fa:"\f41c"}.fa-whatsapp{--fa:"\f232"}.fa-square-upwork{--fa:"\e67c"}.fa-slideshare{--fa:"\f1e7"}.fa-google-play{--fa:"\f3ab"}.fa-viadeo{--fa:"\f2a9"}.fa-line{--fa:"\f3c0"}.fa-google-drive{--fa:"\f3aa"}.fa-servicestack{--fa:"\f3ec"}.fa-simplybuilt{--fa:"\f215"}.fa-bitbucket{--fa:"\f171"}.fa-imdb{--fa:"\f2d8"}.fa-deezer{--fa:"\e077"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-jira{--fa:"\f7b1"}.fa-docker{--fa:"\f395"}.fa-screenpal{--fa:"\e570"}.fa-bluetooth{--fa:"\f293"}.fa-gitter{--fa:"\f426"}.fa-d-and-d{--fa:"\f38d"}.fa-microblog{--fa:"\e01a"}.fa-cc-diners-club{--fa:"\f24c"}.fa-gg-circle{--fa:"\f261"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-yandex{--fa:"\f413"}.fa-readme{--fa:"\f4d5"}.fa-html5{--fa:"\f13b"}.fa-sellsy{--fa:"\f213"}.fa-square-web-awesome{--fa:"\e683"}.fa-sass{--fa:"\f41e"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-buromobelexperte{--fa:"\f37f"}.fa-salesforce{--fa:"\f83b"}.fa-octopus-deploy{--fa:"\e082"}.fa-medapps{--fa:"\f3c6"}.fa-ns8{--fa:"\f3d5"}.fa-pinterest-p{--fa:"\f231"}.fa-apper{--fa:"\f371"}.fa-fort-awesome{--fa:"\f286"}.fa-waze{--fa:"\f83f"}.fa-bluesky{--fa:"\e671"}.fa-cc-jcb{--fa:"\f24b"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-rust{--fa:"\e07a"}.fa-wix{--fa:"\f5cf"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-supple{--fa:"\f3f9"}.fa-webflow{--fa:"\e65c"}.fa-rebel{--fa:"\f1d0"}.fa-css3{--fa:"\f13c"}.fa-staylinked{--fa:"\f3f5"}.fa-kaggle{--fa:"\f5fa"}.fa-space-awesome{--fa:"\e5ac"}.fa-deviantart{--fa:"\f1bd"}.fa-cpanel{--fa:"\f388"}.fa-goodreads-g{--fa:"\f3a9"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-trello{--fa:"\f181"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-get-pocket{--fa:"\f265"}.fa-perbyte{--fa:"\e083"}.fa-grunt{--fa:"\f3ad"}.fa-weebly{--fa:"\f5cc"}.fa-connectdevelop{--fa:"\f20e"}.fa-leanpub{--fa:"\f212"}.fa-black-tie{--fa:"\f27e"}.fa-themeco{--fa:"\f5c6"}.fa-python{--fa:"\f3e2"}.fa-android{--fa:"\f17b"}.fa-bots{--fa:"\e340"}.fa-free-code-camp{--fa:"\f2c5"}.fa-hornbill{--fa:"\f592"}.fa-js{--fa:"\f3b8"}.fa-ideal{--fa:"\e013"}.fa-git{--fa:"\f1d3"}.fa-dev{--fa:"\f6cc"}.fa-sketch{--fa:"\f7c6"}.fa-yandex-international{--fa:"\f414"}.fa-cc-amex{--fa:"\f1f3"}.fa-uber{--fa:"\f402"}.fa-github{--fa:"\f09b"}.fa-php{--fa:"\f457"}.fa-alipay{--fa:"\f642"}.fa-youtube{--fa:"\f167"}.fa-skyatlas{--fa:"\f216"}.fa-firefox-browser{--fa:"\e007"}.fa-replyd{--fa:"\f3e6"}.fa-suse{--fa:"\f7d6"}.fa-jenkins{--fa:"\f3b6"}.fa-twitter{--fa:"\f099"}.fa-rockrms{--fa:"\f3e9"}.fa-pinterest{--fa:"\f0d2"}.fa-buffer{--fa:"\f837"}.fa-npm{--fa:"\f3d4"}.fa-yammer{--fa:"\f840"}.fa-btc{--fa:"\f15a"}.fa-dribbble{--fa:"\f17d"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-internet-explorer{--fa:"\f26b"}.fa-stubber{--fa:"\e5c7"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-old-republic{--fa:"\f510"}.fa-odysee{--fa:"\e5c6"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-node-js{--fa:"\f3d3"}.fa-edge-legacy{--fa:"\e078"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-medrt{--fa:"\f3c8"}.fa-usb{--fa:"\f287"}.fa-tumblr{--fa:"\f173"}.fa-vaadin{--fa:"\f408"}.fa-quora{--fa:"\f2c4"}.fa-square-x-twitter{--fa:"\e61a"}.fa-reacteurope{--fa:"\f75d"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-amilia{--fa:"\f36d"}.fa-mixcloud{--fa:"\f289"}.fa-flipboard{--fa:"\f44d"}.fa-viacoin{--fa:"\f237"}.fa-critical-role{--fa:"\f6c9"}.fa-sitrox{--fa:"\e44a"}.fa-discourse{--fa:"\f393"}.fa-joomla{--fa:"\f1aa"}.fa-mastodon{--fa:"\f4f6"}.fa-airbnb{--fa:"\f834"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-buy-n-large{--fa:"\f8a6"}.fa-gulp{--fa:"\f3ae"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-strava{--fa:"\f428"}.fa-ember{--fa:"\f423"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-teamspeak{--fa:"\f4f9"}.fa-pushed{--fa:"\f3e1"}.fa-wordpress-simple{--fa:"\f411"}.fa-nutritionix{--fa:"\f3d6"}.fa-wodu{--fa:"\e088"}.fa-google-pay{--fa:"\e079"}.fa-intercom{--fa:"\f7af"}.fa-zhihu{--fa:"\f63f"}.fa-korvue{--fa:"\f42f"}.fa-pix{--fa:"\e43a"}.fa-steam-symbol{--fa:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/static/media/fa-solid-900.2463b90d9a316e4e5294.woff2) format("woff2"),url(/static/media/fa-solid-900.2582b0e4bcf85eceead0.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/static/media/fa-brands-400.c210719e60948b211a12.woff2) format("woff2"),url(/static/media/fa-brands-400.1815e00441357e01619e.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/static/media/fa-regular-400.89999bdf5d835c012025.woff2) format("woff2"),url(/static/media/fa-regular-400.914997e1bdfc990d0897.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/static/media/fa-v4compatibility.ea8f94e1d22e0d35ccd4.woff2) format("woff2"),url(/static/media/fa-v4compatibility.da94ef451f4969af06e6.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}
.common_servicesMainContainer__7uSpU {
    position: relative;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 10px;
    overflow-x: hidden;
}

.common_servicesImageContainer__\+tb\+5 {
    position: relative;
    width: 90%;
    height: auto;
    margin: 0 auto;
    background: url(/static/media/background.e567be40592ff52a1918.png);
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    overflow: visible;
    min-height: 860px;
}

.common_servicesOverlay__Elvm4 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 36, 68, 0.8);
    border-radius: 24px;
    padding: 60px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
}

.common_servicesOverlay__Elvm4 h2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 2px;
}

.common_serviceCards__fjCmD {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    margin: 60px auto 0;
    position: relative;
    z-index: 2;
}

.common_serviceCard__TRjT0 {
    position: relative;
    width: calc(25% - 22.5px);
    min-width: 220px;
    height: auto;
    min-height: 280px;
    background: rgba(255, 255, 255, 0.326);
    border-radius: 6px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    overflow: hidden;
    word-break: break-word;
}

.common_serviceCard__TRjT0 h3 {
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1FCBED;
    margin: 0;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
}
.common_subheading__sw0Yf p{
  width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1FCBED;
    margin: 0;
    height: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
}
.common_serviceCard__TRjT0 hr {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1.5px solid #929292;
    margin: 14px 0;
}

.common_serviceCard__TRjT0 p {
    width: 100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.common_strikeThrough__Lseuz {
    text-decoration: line-through;
}

@media (max-width: 1440px) {
    .common_servicesMainContainer__7uSpU {
        width: 100%;
    }
    
    .common_servicesImageContainer__\+tb\+5 {
        width: 90%;
    }
    
    .common_servicesOverlay__Elvm4 {
        width: 100%;
        padding: 60px 40px;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        width: 100%;
        max-width: 1050px;
        font-size: 38px;
        line-height: 52px;
    }
    
    .common_serviceCards__fjCmD {
        max-width: 960px;
        gap: 20px;
    }
}

@media (max-width: 1300px) {
    .common_serviceCards__fjCmD {
        max-width: 900px;
        gap: 25px;
    }
    
    .common_serviceCard__TRjT0 {
        width: 200px;
    }
}

@media (max-width: 1200px) {
    .common_serviceCards__fjCmD {
        max-width: 1000px;
        gap: 20px;
    }
    
    .common_serviceCard__TRjT0 {
        width: calc(25% - 15px);
        min-width: 200px;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 34px;
        line-height: 48px;
    }
}

@media (max-width: 992px) {
    .common_serviceCards__fjCmD {
        max-width: 800px;
        gap: 20px;
    }
    
    .common_serviceCard__TRjT0 {
        width: calc(25% - 15px);
        min-width: 180px;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 32px;
        line-height: 44px;
        padding-top: 30px;
    }
}

@media (max-width: 900px) {
    .common_serviceCards__fjCmD {
        margin: 60px auto 0;
        gap: 15px;
    }
    
    .common_serviceCard__TRjT0 {
        width: calc(25% - 11.25px);
        min-width: 200px;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 30px;
        line-height: 42px;
        padding-top: 60px;
    }
}

@media (max-width: 850px) {
    .common_serviceCards__fjCmD {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        gap: 20px;
        max-width: 600px;
        margin: 40px auto 0;
    }
    
    .common_serviceCard__TRjT0 {
        width: 100%;
        min-height: 250px;
    }
}

@media (max-width: 768px) {
    .common_servicesMainContainer__7uSpU {
        padding: 15px 0;
    }
    
    .common_serviceCards__fjCmD {
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        gap: 15px;
    }
    
    .common_servicesImageContainer__\+tb\+5 {
        width: 95%;
        min-height: auto;
    }
    
    .common_servicesOverlay__Elvm4 {
        position: relative;
        padding: 40px 20px 60px;
        height: auto;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 28px;
        line-height: 40px;
        padding-top: 40px;
        margin-bottom: 30px;
        padding: 0 10px;
    }
    
    .common_serviceCard__TRjT0 {
        width: 100%;
        min-height: auto;
    }
    
   
    .common_clientCardsContainer__l4VQa {
        max-width: 100%;
        padding: 10px 20px;
        margin: 1rem auto;
    }

    .common_clientCardsWrapper__UHAud {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        gap: 1rem;
    }

    .common_clientCard__R5P10 {
        min-width: 100%;
        margin-bottom: 1rem;
        height: auto;
        min-height: 300px;
    }

    .common_clientContent__Q6VOw {
        height: auto;
        min-height: 250px;
        padding: 16px;
        margin: 0;
    }

    .common_clientContent__Q6VOw h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .common_clientContent__Q6VOw p {
        font-size: 13px;
        margin-bottom: 8px;
        line-height: 1.4;
    }

    .common_clientDescp__1PE\+t {
        margin-bottom: 8px;
        flex-grow: 1;
    }
    
    .common_singleCardContainer__YkF\+O {
        width: 100% !important;
        padding: 0 0.5rem !important;
        box-sizing: border-box !important;
    }
    
    .common_clientCardWrapper__4hRUe {
        width: 100% !important;
    }
    
    .common_clientCard__R5P10.common_card1__Ko-a-,
    .common_clientCard__R5P10.common_card2__lMkvp,
    .common_clientCard__R5P10.common_card3__tF9Xj,
    .common_clientCard__R5P10.common_card4__CWUqk,
    .common_clientCard__R5P10.common_card5__5VoEi,
    .common_clientCard__R5P10.common_card6__NXYTl {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 300px !important;
        margin: 0 auto 1rem !important;
    }
}

@media (max-width: 600px) {
    .common_mobileServiceCards__HpkHB {
        flex-direction: column;
        align-items: center;
        height: auto;
        overflow: visible;
    }

    .common_servicesImageContainer__\+tb\+5 {
        min-height: auto;
        height: auto !important;
        max-height: none !important;
        margin-bottom: 20px;
        overflow: visible;
    }
    
    .common_servicesOverlay__Elvm4 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100% !important;
        max-height: none !important;
        overflow: visible;
        padding-bottom: 50px;
    }

    .common_serviceCards__fjCmD {
        grid-template-columns: 1fr;
        width: 90%;
    }
    
    .common_serviceCard__TRjT0 {
        max-width: 320px;
        margin: 0 auto 15px;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 30px;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    
    .common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw h3,
    .common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw h3,
    .common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw h3,
    .common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw h3,
    .common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw h3,
    .common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw h3 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
    }
    
    .common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw p,
    .common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw p,
    .common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw p,
    .common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw p,
    .common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw p,
    .common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw p {
        font-size: 0.85rem;
        line-height: 1.3;
    }
}


@media (min-width: 481px) and (max-width: 616px) {
    .common_servicesMainContainer__7uSpU {
        margin-bottom: 30px;
    }
    
    .common_servicesImageContainer__\+tb\+5 {
        max-height: 450px;
        margin-bottom: 30px;
    }
    
    .common_servicesOverlay__Elvm4 {
        max-height: 450px;
        padding-bottom: 30px;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    
    .common_serviceCards__fjCmD {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    .common_servicesMainContainer__7uSpU {
        padding: 10px 0;
    }
    
    .common_serviceCards__fjCmD {
        margin: 30px auto 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible;
        max-height: none;
        height: auto;
    }
    
    .common_servicesImageContainer__\+tb\+5 {
        width: 92%;
        border-radius: 16px;
        min-height: auto;
        max-height: none;
        height: auto !important;
        overflow: visible;
    }
    
    .common_servicesOverlay__Elvm4 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px 10px 60px;
        border-radius: 16px;
        max-height: none;
        overflow: visible;
        height: 100% !important;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 30px;
        margin-bottom: 25px;
        padding: 0 5px;
    }
    
    .common_serviceCard__TRjT0 {
        padding: 15px;
        width: 100%;
        max-width: 260px;
        margin: 0 auto 12px;
        display: block;
    }
    
    .common_serviceCard__TRjT0 h3 {
        font-size: 15px;
        line-height: 22px;
    }
    
    .common_serviceCard__TRjT0 p {
        font-size: 13px;
        line-height: 20px;
    }
    
   
    .common_clientCardsContainer__l4VQa {
        padding: 5px 15px;
    }

    .common_clientCard__R5P10 {
        padding: 0;
        min-height: 280px;
    }

    .common_clientContent__Q6VOw {
        height: auto;
        min-height: 220px;
        padding: 14px;
        margin: 0.25rem auto;
    }

    .common_clientContent__Q6VOw h3 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .common_clientContent__Q6VOw p {
        font-size: 12px;
        margin-bottom: 6px;
        line-height: 1.3;
    }

    .common_clientDescp__1PE\+t {
        margin-bottom: 6px;
    }
    
    .common_learnMore1__15ADZ {
        padding: 6px 12px;
        font-size: 12px;
    }
}


@media (max-width: 380px) {
    .common_servicesImageContainer__\+tb\+5 {
        max-height: none;
    }
    
    .common_servicesOverlay__Elvm4 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-height: none;
        padding: 20px 10px 40px;
        height: 100% !important;
        overflow: visible;
    }
    
    .common_servicesOverlay__Elvm4 h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    
    .common_serviceCards__fjCmD {
        margin: 20px auto 0;
        display: flex;
        flex-direction: column;
    }
    
    .common_serviceCard__TRjT0 {
        min-height: auto;
        margin-bottom: 15px;
        display: block;
    }
}

.common_servicesContainer1__rR1RB {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    box-sizing: border-box;
}

.common_servicesCarousel1__bxhj\+ {
    width: 100%;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
}

.common_ITServiceHeaders__ukxZf {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common_ITServiceHeaders__ukxZf h1 {
    width: 100%;
    max-width: 900px;
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 4rem);
    line-height: 1.3;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
}

.common_ITServiceHeaders__ukxZf h3 {
    width: 100%;
    max-width: 900px;
    text-align: center;
    font-size: clamp(0.9rem, 2vw, 1.5rem);
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: var(--description-para);
    display: block;
}

.common_cardsContainer1__nwVPl {
    width: 100%;
    overflow: hidden;
    padding: 20px 40px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}

.common_cardsWrapper1__7sSsF {
    display: flex;
    transition: transform 0.5s ease;
    gap: 32px;
    width: 100%;
}

.common_serviceCard1__rpQQk {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    box-sizing: border-box;
}

.common_cardContent1__yyWkO {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    height: 350px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 1rem auto;
    width: 100%;
    max-width: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
}

.common_cardContent1__yyWkO h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
}

.common_cardContent1__yyWkO p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    flex: 1 1;
}

.common_card1__Ko-a- {
    background-image: url(/static/media/1.25c573f0548e9e2c9ba3.png);
}

.common_card2__lMkvp {
    background-image: url(/static/media/2.4fb38f899684a4757500.jpg);
}

.common_card3__tF9Xj {
    background-image: url(/static/media/3.d96a5baa5abc01cf21bd.png);
}

.common_card4__CWUqk {
    background-image: url(/static/media/4.2f459961399fa57225d1.jpg);
}

.common_card5__5VoEi {
    background-image: url(/static/media/5.f47834b3c86fa016d4b1.jpg);
}

.common_card6__NXYTl {
    background-image: url(/static/media/6.67e9976a14bb412ee738.jpg);
}

.common_learnMore1__15ADZ {
    background-color: var(--back-color);
    color: var(--card-text);
    font-weight: bold;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 2;
    margin-top: auto;
    align-self: flex-start;
}

.common_iconContainer1__OGh8s {
    display: none;
}

.common_securityIcon__pVehe::after,
.common_consultingIcon__rpJJc::after,
.common_digitalIcon__ktpot::after,
.common_cloudIcon__Vywjm::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.common_navButton1__uQ3Y4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.common_prev__NNgFJ {
    left: 0;
}

.common_next__IKC63 {
    right: 0;
}

.common_carouselDots1__jvLzc {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.common_dot1__ob2g8 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.common_dot1__ob2g8:hover {
    transform: scale(1.2);
}

.common_dot1__ob2g8.common_active__xq8d9 {
    background-color: var(--highlight-title);
    transform: scale(1.2);
}

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

.common_clientCardsContainer__l4VQa {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease;
}

.common_clientCardsWrapper__UHAud {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    gap: 2rem;
    width: 100%;
    transition: transform 0.5s ease;
}

.common_clientCardWrapper__4hRUe {
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100%;
    display: flex;
    height: 100%;
}

.common_clientCardWrapper__4hRUe:hover {
    transform: translateY(-5px);
}

@keyframes common_fadeIn__M03gy {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.common_clientCard__R5P10 {
    background: var(--card-back);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 350px;
}

.common_clientContent__Q6VOw {
    padding: 1.5rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100%;
}

.common_clientContent__Q6VOw h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.common_clientContent__Q6VOw p {
    font-size: 0.9rem;
    color: var(--description-para);
    line-height: 1.5;
}

.common_clientAdd__oWLn2 {
    margin-bottom: 1rem;
}

.common_clientDescp__1PE\+t {
    flex-grow: 1;
}

.common_navButton1__uQ3Y4:hover {
    background-color: var(--highlight-title);
    color: white;
}

.common_navButton1__uQ3Y4:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.common_carouselWrapper__aknvF {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.common_carouselSlider__o1aho {
  display: flex;
  width: 100%;
  will-change: transform;
  transition: transform 0.5s ease;
}

.common_singleCardContainer__YkF\+O {
  width: calc(100% / 3);
  flex-shrink: 0;
  padding: 0 1rem;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .common_singleCardContainer__YkF\+O {
    width: 50%;
  }
}

.common_clientSection__Q4Knf {
  padding: 4rem 2rem;
  text-align: center;
  width: 100%;
}

.common_sectionTitle__qldYl {
  text-align: center;
  font-size: clamp(2rem, 4vw, 4rem);
  margin: auto;
  max-width: 900px;
  width: 100%;
  font-weight: bold;
}

.common_sectionSubtitle__eyzog {
  text-align: center;
  padding: 15px;
  color: #666;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2rem auto;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.common_sectionTitle__qldYl span {
  color: var(--highlight-title);
}

.common_highlightText__kjCOM {
  color: #0071e3;
  color: var(--highlight-title, #0071e3);
  font-weight: 600;
}

.common_bgLightBlue__UWLpF {
  background-color: #f0f7ff;
}

.common_bgLighterBlue__tGmkO {
  background-color: #e6f7ff;
}

.common_bgGray__-\+NJ8 {
  background-color: #f5f5f5;
}

.common_sectionPadding__GviOU {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.common_clientCard__R5P10.common_card1__Ko-a-,
.common_clientCard__R5P10.common_card2__lMkvp,
.common_clientCard__R5P10.common_card3__tF9Xj,
.common_clientCard__R5P10.common_card4__CWUqk,
.common_clientCard__R5P10.common_card5__5VoEi,
.common_clientCard__R5P10.common_card6__NXYTl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: white;
  height: 350px;
}

.common_clientCard__R5P10.common_card1__Ko-a-::before,
.common_clientCard__R5P10.common_card2__lMkvp::before,
.common_clientCard__R5P10.common_card3__tF9Xj::before,
.common_clientCard__R5P10.common_card4__CWUqk::before,
.common_clientCard__R5P10.common_card5__5VoEi::before,
.common_clientCard__R5P10.common_card6__NXYTl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.common_clientCard__R5P10.common_card1__Ko-a- {
  background-image: url(/static/media/1.25c573f0548e9e2c9ba3.png);
}

.common_clientCard__R5P10.common_card2__lMkvp {
  background-image: url(/static/media/2.4fb38f899684a4757500.jpg);
}

.common_clientCard__R5P10.common_card3__tF9Xj {
  background-image: url(/static/media/3.d96a5baa5abc01cf21bd.png);
}

.common_clientCard__R5P10.common_card4__CWUqk {
  background-image: url(/static/media/4.2f459961399fa57225d1.jpg);
}

.common_clientCard__R5P10.common_card5__5VoEi {
  background-image: url(/static/media/5.f47834b3c86fa016d4b1.jpg);
}

.common_clientCard__R5P10.common_card6__NXYTl {
  background-image: url(/static/media/6.67e9976a14bb412ee738.jpg);
}

.common_clientCard__R5P10 .common_clientContent__Q6VOw h3,
.common_clientCard__R5P10 .common_clientContent__Q6VOw p,
.common_clientCard__R5P10 .common_clientContent__Q6VOw button {
  position: relative;
  z-index: 2;
}

.common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw,
.common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw,
.common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw,
.common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw,
.common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw,
.common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw h3,
.common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw h3,
.common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw h3,
.common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw h3,
.common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw h3,
.common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  height: auto;
}

.common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw p,
.common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw p,
.common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw p,
.common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw p,
.common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw p,
.common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}

.common_learnMore1__15ADZ {
  background-color: var(--back-color);
  color: var(--card-text);
  font-weight: bold;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-top: auto;
  align-self: flex-start;
  z-index: 2;
}

.common_learnMore1__15ADZ:hover {
  background-color: var(--highlight-title);
  color: white;
}


@media (max-width: 992px) {
  .common_servicesCarousel1__bxhj\+ {
    padding: 0 30px;
  }
  
  .common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw h3 {
    font-size: 1.3rem;
  }
  
  .common_clientCard__R5P10.common_card1__Ko-a-,
  .common_clientCard__R5P10.common_card2__lMkvp,
  .common_clientCard__R5P10.common_card3__tF9Xj,
  .common_clientCard__R5P10.common_card4__CWUqk,
  .common_clientCard__R5P10.common_card5__5VoEi,
  .common_clientCard__R5P10.common_card6__NXYTl {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .common_clientSection__Q4Knf {
    padding: 2rem 1rem;
  }
  
  .common_sectionTitle__qldYl {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  
  .common_servicesCarousel1__bxhj\+ {
    padding: 0 20px;
  }
  
  .common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw h3,
  .common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw h3 {
    font-size: 1.2rem;
  }
  
  .common_clientCard__R5P10.common_card1__Ko-a- .common_clientContent__Q6VOw p,
  .common_clientCard__R5P10.common_card2__lMkvp .common_clientContent__Q6VOw p,
  .common_clientCard__R5P10.common_card3__tF9Xj .common_clientContent__Q6VOw p,
  .common_clientCard__R5P10.common_card4__CWUqk .common_clientContent__Q6VOw p,
  .common_clientCard__R5P10.common_card5__5VoEi .common_clientContent__Q6VOw p,
  .common_clientCard__R5P10.common_card6__NXYTl .common_clientContent__Q6VOw p {
    font-size: 0.9rem;
  }
  
  .common_clientCard__R5P10.common_card1__Ko-a-,
  .common_clientCard__R5P10.common_card2__lMkvp,
  .common_clientCard__R5P10.common_card3__tF9Xj,
  .common_clientCard__R5P10.common_card4__CWUqk,
  .common_clientCard__R5P10.common_card5__5VoEi,
  .common_clientCard__R5P10.common_card6__NXYTl {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .common_servicesCarousel1__bxhj\+ {
    padding: 0 15px;
  }
  
  .common_navButton1__uQ3Y4 {
    width: 30px;
    height: 30px;
  }
}


.common_itClientSection__y5UqG {
  padding: 4rem 2rem;
  text-align: center;
  width: 100%;
}

.common_itSectionTitle__1ZMiO {
  text-align: center;
  font-size: clamp(2rem, 4vw, 4rem);
  margin: auto;
  max-width: 900px;
  width: 100%;
}

.common_itSectionSubtitle__fjmk0 {
  text-align: center;
  padding: 15px;
  color: var(--description-para);
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.common_itSectionTitle__1ZMiO span {
  color: var(--highlight-title);
}

.common_itServicesCarousel__R-PmC {
  width: 100%;
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
}

.common_itCarouselWrapper__AQsS6 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
}

.common_itCarouselSlider__K3360 {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.common_itSingleCardContainer__Evm2W {
  flex-shrink: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

.common_itCardWrapper__eTFxT {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 100%;
}

.common_itCardWrapper__eTFxT:hover {
  transform: translateY(-5px);
}

.common_itCard__vSYqt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  color: white;
  height: 350px;
  border-radius: 10px;
  width: 100%;
}

.common_itCard__vSYqt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.common_itCard1__QBTUL {
  background-image: url(/static/media/1.25c573f0548e9e2c9ba3.png);
}

.common_itCard2__NlM3\+ {
  background-image: url(/static/media/2.4fb38f899684a4757500.jpg);
}

.common_itCard3__1aVQx {
  background-image: url(/static/media/3.d96a5baa5abc01cf21bd.png);
}

.common_itCard4__ktQT\+ {
  background-image: url(/static/media/4.2f459961399fa57225d1.jpg);
}

.common_itCard5__iALvt {
  background-image: url(/static/media/5.f47834b3c86fa016d4b1.jpg);
}

.common_itCard6__MYdX\+ {
  background-image: url(/static/media/6.67e9976a14bb412ee738.jpg);
}

.common_itCardContent__uqfaA {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.common_itCardContent__uqfaA h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  height: auto;
}

.common_itCardContent__uqfaA p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.5;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}

.common_itLearnMore__0QpQX {
  background-color: var(--back-color);
  color: var(--card-text);
  font-weight: bold;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
  margin-top: auto;
  align-self: flex-start;
  z-index: 2;
}

.common_itLearnMore__0QpQX:hover {
  background-color: var(--highlight-title);
  color: white;
}

.common_itNavButton__wZbGT {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.common_itPrev__uXGXO {
  left: 0;
}

.common_itNext__Map4E {
  right: 0;
}

.common_itNavButton__wZbGT:hover {
  background-color: var(--highlight-title);
  color: white;
}

.common_itCarouselDots__4HKuG {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.common_itDot__tac-k {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.common_itDot__tac-k:hover {
  transform: scale(1.2);
}

.common_itDot__tac-k.common_itActive__UFlBO {
  background-color: var(--highlight-title);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .common_itServicesCarousel__R-PmC {
    padding: 0 30px;
  }
  
  .common_itCard__vSYqt {
    height: 320px;
  }
  
  .common_itCardContent__uqfaA h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .common_itClientSection__y5UqG {
    padding: 2rem 1rem;
  }
  
  .common_itSectionTitle__1ZMiO {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }
  
  .common_itServicesCarousel__R-PmC {
    padding: 0 20px;
  }
  
  .common_itSingleCardContainer__Evm2W {
    padding: 0 5px;
  }
  
  .common_itCardContent__uqfaA h3 {
    font-size: 1.2rem;
  }
  
  .common_itCardContent__uqfaA p {
    font-size: 0.9rem;
  }
  
  .common_itCard__vSYqt {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .common_itServicesCarousel__R-PmC {
    padding: 0 15px;
  }
  
  .common_itNavButton__wZbGT {
    width: 30px;
    height: 30px;
  }
  
  .common_itCard__vSYqt {
    height: 280px;
  }
}
  
.common_mobileServiceCards__HpkHB {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.common_servicesImageContainer__\+tb\+5 {
  width: 90%;
 
  height: auto;
  margin: 0 auto;
  background: url(/static/media/background.e567be40592ff52a1918.png);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: visible;
  min-height: auto;
}


.common_servicesOverlay__Elvm4 {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(8, 36, 68, 0.8);
  border-radius: 24px;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}


@media (max-width: 600px) {
  .common_servicesImageContainer__\+tb\+5 {
    min-height: auto;
    height: auto !important;
    max-height: none !important;
    overflow: visible;
  }
  
  .common_servicesOverlay__Elvm4 {
    position: relative;
    height: auto !important;
    min-height: auto;
    max-height: none !important;
    overflow: visible;
    padding: 40px 20px 60px;
  }
  
  .common_mobileServiceCards__HpkHB {
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    overflow: visible;
  }
}
.itservice_clientSection__JL1jO {
  padding: 4rem 2rem;
  text-align: center;
  width: 100%;
  background-color: #f8f9fa;
}

.itservice_sectionTitle__NwLlS {
  text-align: center;
  font-size: clamp(2rem, 4vw, 4rem);
  margin: auto;
  max-width: 900px;
  width: 100%;
  font-weight: bold;
}

.itservice_sectionTitle__NwLlS span {
  color: #0066cc;
  color: var(--highlight-title, #0066cc);
}

.itservice_sectionSubtitle__AIcA8 {
  text-align: center;
  padding: 5px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 0rem auto;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  line-height: 1.4;
}

.itservice_sectionSubSubtitle__5\+gjD {
  text-align: center;
  padding: 5px 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 auto;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  line-height: 1.4;
}



.itservice_servicesCarousel1__0i5id {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}


.itservice_carouselViewport__BHDqv {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.itservice_clientCardsContainer__Xbemy {
  display: flex;
  transition: transform 0.5s ease;
  transform: translateX(0);
}

.itservice_clientCardWrapper__WRO3q {
  padding: 0 5px;
  box-sizing: border-box;
  height: 380px;
  flex-shrink: 0;
}


.itservice_clientCard__7I-NL {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.itservice_card1__kThaw {
  background-image: url(/static/media/1.25c573f0548e9e2c9ba3.png);
}

.itservice_card2__1YYOS {
  background-image: url(/static/media/2.4fb38f899684a4757500.jpg);
}

.itservice_card3__x5mU3 {
  background-image: url(/static/media/3.d96a5baa5abc01cf21bd.png);
}

.itservice_card4__vqBND {
  background-image: url(/static/media/4.2f459961399fa57225d1.jpg);
}

.itservice_card5__qEDr\+ {
  background-image: url(/static/media/5.f47834b3c86fa016d4b1.jpg);
}

.itservice_card6__nnvLK {
  background-image: url(/static/media/6.67e9976a14bb412ee738.jpg);
}


.itservice_clientContent__Lmwxz {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.75), rgba(0,0,0,0.75));
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1;
  border-radius: 10px;
  box-sizing: border-box;
}

.itservice_clientContent__Lmwxz h3 {
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  margin-bottom: 15px;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  word-break: break-word;
}

.itservice_clientContent__Lmwxz p {
  color: white;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
  overflow-y: visible;
  max-height: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.3) transparent;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.2);
  font-size: clamp(0.85rem, 1.5vw, 1rem);
}

.itservice_clientContent__Lmwxz p::-webkit-scrollbar {
  width: 6px;
}

.itservice_clientContent__Lmwxz p::-webkit-scrollbar-thumb {
  background-color: rgba(255,255,255,0.3);
  border-radius: 3px;
}

.itservice_learnMore1__6Sq-l {
  background-color: #0066cc;
  background-color: var(--highlight-title, #0066cc);
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.3s;
  margin-top: auto;
  align-self: flex-start;
  font-size: clamp(12px, 1vw, 14px);
}

.itservice_learnMore1__6Sq-l:hover {
  background-color: #0055aa;
  background-color: var(--highlight-title-dark, #0055aa);
}


.itservice_navButton1__VzV33 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

.itservice_navButton1__VzV33:hover:not(:disabled) {
  background-color: #0066cc;
  background-color: var(--highlight-title, #0066cc);
  color: white;
  transform: translateY(-50%) scale(1.1);
}

.itservice_navButton1__VzV33:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.itservice_prev__S76jK {
  left: 0;
}

.itservice_next__h1r-S {
  right: 0;
}


.itservice_carouselDots1__li0Rd {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.itservice_dot1__44O2t {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.itservice_dot1__44O2t.itservice_active__5PaZQ {
  background-color: #0066cc;
  background-color: var(--highlight-title, #0066cc);
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .itservice_sectionTitle__NwLlS {
    font-size: 2rem;
  }

  .itservice_clientCardWrapper__WRO3q {
    height: 350px;
  }

  .itservice_clientContent__Lmwxz h3 {
    font-size: 1.2rem;
  }

  .itservice_servicesCarousel1__0i5id {
    padding: 0 45px;
  }
}

@media (max-width: 768px) {
  .itservice_sectionTitle__NwLlS {
    font-size: 1.8rem;
  }

  .itservice_sectionSubtitle__AIcA8 {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .itservice_clientCardWrapper__WRO3q {
    height: 320px;
  }

  .itservice_servicesCarousel1__0i5id {
    padding: 0 40px;
  }

  .itservice_clientContent__Lmwxz {
    padding: 15px;
  }

  .itservice_clientContent__Lmwxz h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .itservice_clientContent__Lmwxz p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    max-height: 150px;
  }

  .itservice_learnMore1__6Sq-l {
    padding: 6px 12px;
    font-size: 12px;
  }

  .itservice_navButton1__VzV33 {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .itservice_sectionTitle__NwLlS {
    font-size: 1.5rem;
  }

  .itservice_clientSection__JL1jO {
    padding: 20px 10px;
  }

  .itservice_clientCardWrapper__WRO3q {
    height: 280px;
  }

  .itservice_navButton1__VzV33 {
    width: 30px;
    height: 30px;
  }

  .itservice_prev__S76jK {
    left: 2px;
  }

  .itservice_next__h1r-S {
    right: 2px;
  }

  .itservice_carouselDots1__li0Rd {
    margin-top: 15px;
  }

  .itservice_dot1__44O2t {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
}
.homeHero {
    position: relative;
    height: auto;
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    color: white;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0 0 40px;
    overflow: hidden; /* Add this to contain video */
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.homeHero__navbar {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    z-index: 3;
}

.homeHero__navbar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(240, 240, 240, 0.9);
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
    height: 70px;
  }
  /* .homeHero__centered p {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 1.2;
  } */
  
  .homeHero__logo-link {
    display: block;
  }
  
  .homeHero__logo {
    width: 11.5rem;
    height: 2.8rem;
    object-fit: contain;
  }
  
  .homeHero__nav-links {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .homeHero__nav-link {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
  }
  
  .homeHero__nav-link:hover {
    color: #1441E3;
  }
  
  .homeHero__consultation-btn {
    background-color: #1441E3;
    color: white;
    padding: 0.7rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.2s ease;
    white-space: nowrap;
  }
  
  .homeHero__consultation-btn:hover {
    background-color: #0d3b81;
  }
  
  .homeHero__content {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    margin: 20px;
    padding: 0;
    margin-top: 70px;
    box-sizing: border-box;
    overflow: hidden;
  }
  
  .homeHero__content h1 {
    /* font-size: clamp(1.8rem, 4vw, 3rem); */
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    /* display: flex; */
    width: 100%;
  }
  
  .homeHero__content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 400;
    margin-bottom: 2rem;
    opacity: 0.9;
    line-height: 1.6;
    width: 100%;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  
 .responsive-title {
  font-size: 2.75rem;
  font-weight: 700;
  color: white;
  line-height: 1.2;
}
  
  @media (max-width: 1100px) {
    .homeHero__nav-link {
      font-size: 0.9rem;
    }
    
    .homeHero__consultation-btn {
      padding: 0.6rem 0.8rem;
    }
    
    .homeHero__nav-links {
      gap: 0.7rem;
    }
  }
  
  @media (max-width: 900px) {
    .homeHero__navbar-content {
      height: auto;
      flex-direction: column;
      padding: 1rem;
      gap: 1rem;
    }
    
    .homeHero__nav-links {
      flex-wrap: wrap;
      justify-content: center;
    }
    
    .homeHero__content {
      margin-top: 120px;
    }
  }
  
  @media (max-width: 768px) {
    .homeHero {
      width: 95%;
      min-height: 100vh; /* Allow full height */
      padding: 20px 0 40px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
  
    }
  
    .homeHero__content {
      width: 95%;
      margin-top: 140px;
    }
    
    .homeHero__navbar {
      width: 95%;
    }
  
    .homeHero__content br {
      display: none;
    }
    
    .homeHero__nav-links {
      display: none;
    }
    
    .homeHero__navbar-content {
      justify-content: center;
      height: auto;
      padding: 0.75rem;
    }

    /* .homeHero__content h1 {
      font-size: 2.2rem;
      line-height: 1.3;
    } */

    .homeHero__content p {
      font-size: 1rem;
      line-height: 1.5;
      padding: 0 15px;
      max-width: 95%;
    }

    .homeHero__content button {
      min-width: 160px;
    }
     .responsive-title {
    font-size: 2rem;
    text-align: center;
  }
  }
  
  @media (max-width: 480px) {
    .homeHero {
      height: auto;
      min-height: 70vh;
      padding: 20px 0 40px;
    }
    
    .homeHero__logo {
      width: 9rem;
      height: 2.2rem;
    }
    
    .homeHero__content {
      margin-top: 100px;
      width: 100%;
    }

    /* .homeHero__content h1 {
      font-size: 1.8rem;
      margin-bottom: 1rem;
      padding: 0 10px;
      word-wrap: break-word;
    } */

    .homeHero__content p {
      font-size: 0.9rem;
      margin-bottom: 1.5rem;
      padding: 0 15px;
      word-wrap: break-word;
      max-width: 100%;
    }

    .homeHero__content button {
      padding: 0.6rem 1.2rem;
      font-size: 0.9rem;
      min-width: 150px;
    }

    .homeHero__button-container {
      width: 90%;
      margin-bottom: 15px;
    }
  }

  .homeHero__centered {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* changed from center */
    justify-content: left;
    text-align: left; /* changed from center */
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  
.homeHero__content button {
  background-color: #1652f0;
  color: white;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  min-width: 180px;
}

.homeHero__content button:hover {
  background-color: #1441E3;
}
.homeHero__button-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
 
.layout {
  display: flex;
  gap: 40px;
}
 
.content {
  flex: 1 1;
}
 
.image-container {
  flex: 1 1;
  min-height: 500px;
}
 
h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
 
h1 span:first-child {
  color: #0066cc;
}
 
h1 span:last-child {
  color: #0066cc;
  display: block;
}
 
.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
 
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
 
.header h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
  flex: 1 1;
}
 
.header span {
  color: #0066cc;
  font-size: 1.2rem;
  margin-left: 15px;
}
 
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.preview-text {
  font-weight: normal;
  color: black !important;
}

.expanded-content {
  margin-top: 0.5rem;
  color: black; /* Matches preview */
}

@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
 
  .image-container {
    min-height: 300px;
  }
 
  h1 {
    font-size: 2rem;
  }
}
.Stats_stats-container__8BFHT {
    width: 90%;
    margin-top: 0;
    margin: 30px auto 30px auto;
    padding: 30px 20px;
    background: rgba(217, 217, 217, 0.33);
    /* border-radius: 27px; */
    display: flex;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    border-radius: 15px;
  }
  
  .Stats_stat-item__ASrmx {
    text-align: center;
    padding: 15px;
    flex: 1 1 200px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .Stats_stat-content__eRBVI {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
  }
  
  .Stats_stat-item__ASrmx h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    color: #000000;
    margin: 0;
    word-wrap: break-word;
    text-align: left;
  }
  
  .Stats_client-satisfaction__p6TZg {
    width: clamp(70px, 10vw, 100px);
    height: clamp(70px, 10vw, 100px);
    background: url(/static/media/Client_Satisfaction.075b7af7c39760120657.webp) center / contain no-repeat;
    flex-shrink: 0;
  }
  
  .Stats_years__95IuX {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
  }
  
  .Stats_years__95IuX .Stats_stat-number__zK1TS {
    font-family: "Spline Sans", sans-serif;
    font-weight: 300;
    font-size: clamp(40px, 8vw, 80px);
    line-height: 1;
    color: #0d3b81;
    margin-bottom: 0;
  }
  
  .Stats_support-stats-container__esxmY {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .Stats_support-stats__qPM0X {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
    flex-shrink: 0;
  }
  
  .Stats_inline-title__lGtlX {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    color: #000000;
    margin-left: 10px;
  }
  
  .Stats_support-stats__qPM0X .Stats_stat-number__zK1TS {
    font-family: "Spline Sans", sans-serif;
    font-weight: 300;
    font-size: clamp(28px, 5vw, 40px);
    line-height: 1;
    color: #000000;
    white-space: nowrap;
  }
  
  .Stats_support-stats__qPM0X .Stats_accent__3oX2x {
    color: #0d3b81;
  }
  
  .Stats_stat-separator__5e29o {
    font-size: clamp(24px, 3vw, 36px);
    margin: 0 2px;
    font-weight: 300;
  }
  
  .Stats_iso-certified__Sdujd {
    width: clamp(70px, 10vw, 100px);
    height: clamp(70px, 10vw, 100px);
    background: url(/static/media/iso.f44625018744b60db97b.jpg) center / contain no-repeat;
    flex-shrink: 0;
  }
  
  @media (max-width: 1200px) {
    .Stats_stats-container__8BFHT {
      padding: 25px 15px;
    }
  }
  
  @media (max-width: 992px) {
    .Stats_stats-container__8BFHT {
      justify-content: center;
      gap: 30px;
    }
  
    .Stats_stat-item__ASrmx {
      flex: 1 1 40%;
      max-width: 40%;
    }
  }
  
  @media (max-width: 768px) {
    .Stats_stats-container__8BFHT {
      margin-top: 0;
      padding: 25px 15px;
      gap: 20px;
      width: 95%;
    }
  
    .Stats_stat-item__ASrmx {
      flex: 1 1 100%;
      max-width: 100%;
    }
    
    .Stats_stat-content__eRBVI {
      gap: 10px;
    }
  }
  
  @media (max-width: 576px) {
    .Stats_stats-container__8BFHT {
      margin-top: 0;
      padding: 20px 10px;
      gap: 25px;
      width: 95%;
    }
  
    .Stats_stat-item__ASrmx {
      padding: 10px;
    }
  }
  
  @media (max-width: 375px) {
    .Stats_stats-container__8BFHT {
      margin-top: 0;
      padding: 15px 10px;
      width: 95%;
    }
  
    .Stats_stat-item__ASrmx {
      padding: 8px 5px;
    }
  
    .Stats_stat-item__ASrmx h3 {
      font-size: 14px;
    }
    
    .Stats_stat-content__eRBVI {
      gap: 8px;
    }
  }
  
  @media (max-width: 360px) {
    .Stats_stats-container__8BFHT {
      margin-top: 0;
      padding: 10px 5px;
    }
  
    .Stats_stat-item__ASrmx {
      padding: 5px;
    }
  
    .Stats_client-satisfaction__p6TZg,
    .Stats_iso-certified__Sdujd {
      width: 60px;
      height: 60px;
    }
  
    .Stats_years__95IuX .Stats_stat-number__zK1TS {
      font-size: 36px;
    }
  
    .Stats_support-stats__qPM0X .Stats_stat-number__zK1TS {
      font-size: 22px;
    }
  
    .Stats_stat-separator__5e29o {
      font-size: 18px;
    }
  
    .Stats_stat-item__ASrmx h3 {
      font-size: 13px;
    }
    
    .Stats_stat-content__eRBVI {
      gap: 6px;
    }
  }
.navbar_navbar__fM801 {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 10px;
  background-color: transparent; /* Transparent background */
  backdrop-filter: blur(10px);   /* Optional: adds blur effect behind navbar */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
}

  

  .navbar_languageButton__1PF73 {
  background: transparent;
  border: 1px solid #fff;
  color: black;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  margin-left: 1rem;
  transition: all 0.3s ease;
}

.navbar_languageButton__1PF73:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* For mobile view */
@media (max-width: 768px) {
  .navbar_languageButton__1PF73 {
    margin: 1rem;
    width: calc(100% - 2rem);
  }
}

@media (min-width: 768px) {
    .navbar_navbar__fM801 {
        padding: 0 1.5rem;
    }
}

.navbar_navbarContainer__tzKE- {
    background-color: #F0F0F0;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    height: 70px;
    position: relative;
}

.navbar_navbarLogo__Hm6Hp {
    flex-shrink: 0;  
}

.navbar_emptySpace__f80tB {
    flex-grow: 1;
}

.navbar_navLinksContainer__PJuBx {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar_logo__7Lv8- {
    width: 11.5rem;
    height: 2.8rem;
    object-fit: contain; 
    max-width: 100%; 
}

.navbar_navbarMenu__JC1-\+ {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
    gap: 0.4rem;
    margin-right: 0.3rem;
}

.navbar_mainContent__tyiZS {
    margin: 0;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
  }
  .navbar_main_outlet__2x3V0 {
    margin: 0; 
    padding: 0;
    overflow-y: auto;
    width: 100%;
  }
  .navbar_ImageSection__URzJT {
    margin: 5rem 0;
    width: 100%;
 }
  
.navbar_link__WDGwo {
    color: var(--nav-letter);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
    padding: 0.5rem 0.2rem;
    border-radius: 6px;
  transition: background-color 0.3s, outline 0.3s;
}
.navbar_link__WDGwo:hover {
    color: var(--nav-active);
}

.navbar_active__stcac {
    font-weight: bold;
    color: var(--nav-active);
}
.navbar_consultationButton__rz5hh {
    background-color: var(--nav-active);
    color: var(--text-color);
    padding: 0.6rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    margin-right: 0.3rem;
}
.navbar_consultationButton__rz5hh:hover {
    background-color: var(--nav-active);
    opacity: 0.9;
    color: var(--text-color);
}

/* Mobile menu button */
.navbar_mobileMenuButton__CIjdn {
    display: none;
}

/* These classes are no longer needed */
.navbar_externalButton__KqTGD, .navbar_menuButton__Y52wn {
    display: none;
}

.navbar_consultationButtonFixed__2OK6H {
    display: none;
}

.navbar_consultationButtonMobile__ieV8B {
    display: none;
}

.navbar_hamburger__fIWS9 {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--nav-letter);
}
.navbar_hamburger__fIWS9 svg {
    width: 1.5rem;
    height: 1.5rem;
}
@media screen and (min-width: 1261px) and (max-width: 1700px) {
    .navbar_main_outlet__2x3V0 {
      margin: 0; 
    }
    .navbar_navbarContainer__tzKE- {
      width: 95%;
      margin: 0 auto; 
    }
}
@media screen and (min-width: 1740px) and (max-width: 2582px) {
    .navbar_navbarContainer__tzKE- {
      width: 90%;
      margin: 0 auto;
    }
    .navbar_logo__7Lv8- {
        margin-right: 1rem;
      }
      .navbar_main_outlet__2x3V0{
        margin: 0;
      }
  }
  @media screen and (min-width: 2600px) and (max-width: 3100px) {
    .navbar_navbarContainer__tzKE-{
        width: 85%;
        margin: 0 auto;
    }
    .navbar_main_outlet__2x3V0{
        margin: 0;
      }
  }
  @media screen and (min-width: 3101px) and (max-width: 3892px) {
    .navbar_navbarContainer__tzKE-{
        width: 80%;
        margin: 0 auto;
    }
    .navbar_main_outlet__2x3V0{
        margin: 0;
      }
  }
@media (max-width: 1260px) {
    .navbar_main_outlet__2x3V0 {
        margin: 0; 
    }
    .navbar_navbarContainer__tzKE- {
        width: 95%;
    }
    .navbar_hamburger__fIWS9 {
        display: block;
    }
    .navbar_navLinksContainer__PJuBx {
        order: 3;
    }
    .navbar_navbarMenu__JC1-\+ {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--text-color);
        padding: 1rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        box-shadow: 0 2px 4px var(--box-shadow);
        margin-right: 0;
    }
    .navbar_navbarMenuOpen__XQpyE {
        display: flex;
    }
    
    .navbar_consultationButton__rz5hh {
        display: none; /* Hide in top bar for mobile */
    }
    
    .navbar_mobileConsultationButton__EAIS1 {
        display: block;
        font-size: 0.85rem;
    }
}

/* Fix for resolution between 1260px and 1275px */
@media (min-width: 1260px) and (max-width: 1275px) {
    /* Adjust container to make more room */
    .navbar_navbarContainer__tzKE- {
        padding: 0.75rem 0.75rem;
    }
    
    /* Reduce logo size */
    .navbar_logo__7Lv8- {
        width: 9.5rem;
    }
    
    /* Style the consultation button */
    .navbar_consultationButton__rz5hh {
        font-size: 0.75rem;
        padding: 0.35rem;
        margin-right: 0.3rem;
    }
    
    .navbar_navbarMenu__JC1-\+ {
        gap: 0.2rem;
        margin-right: 0.2rem;
    }
    
    .navbar_link__WDGwo, .navbar_dropdownButton__b4Y3V {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .navbar_navbarContainer__tzKE- {
        padding: 0.75rem 1rem;
        width: 95%;
    }
    
    .navbar_consultationButton__rz5hh {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
    
    .navbar_mainMenuSection__fw8Es {
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .navbar_consultationButton__rz5hh {
        font-size: 0.75rem;
        padding: 0.3rem;
    }
    
    .navbar_navbarLogo__Hm6Hp img {
        max-width: 100px;
    }
}

@media screen and (min-width: 1260px) and (max-width: 1446px) {
    .navbar_navbarMenu__JC1-\+ {
        gap: 0.5rem;  /* Reduce gap between menu items */
        flex-grow: 1;
    }

    .navbar_link__WDGwo {
        font-size: 0.9rem;  /* Slightly reduce font size */
        padding: 0.5rem 0.1rem;  /* Reduce padding */
    }

    .navbar_consultationButton__rz5hh {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
    
    .navbar_fixedNavButton__PYyUF {
        display: inline-block;
    }

    .navbar_logo__7Lv8- {
        width: 10rem;  /* Slightly reduce logo size */
        margin-right: 1rem;
    }

    .navbar_navbarContainer__tzKE- {
        padding: 0.75rem 0.5rem;  /* Reduce container padding */
    }

    .navbar_dropdownButton__b4Y3V {
        font-size: 0.9rem;
    }
}

.navbar_vertical_line__68TCc {
    height: 1.5rem;
    width: 1px;
    background-color: var(--nav-letter);
    opacity: 0.2;
}

/* Dropdown menu styles */
.navbar_menuItemContainer__ZML0q {
    margin: 0 0.2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar_dropdownButton__b4Y3V {
    background: none;
    border: none;
    color: var(--nav-letter);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    transition: color 0.2s ease;
}

.navbar_dropdownButton__b4Y3V:hover {
    color: var(--nav-active);
}

.navbar_dropdownArrow__rAXrO {
    font-size: 0.8rem;
    margin-left: 0.2rem;
}

.navbar_dropdownMenu__55ZhF {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--text-color);
    border-radius: 4px;
    min-width: 200px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.navbar_dropdownItem__BhcRy {
    display: block;
    padding: 0.6rem 1rem;
    color: var(--nav-letter);
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar_dropdownItem__BhcRy:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--nav-active);
}

@media (max-width: 1260px) {
    .navbar_menuItemContainer__ZML0q {
        width: 100%;
    }
    
    .navbar_dropdownButton__b4Y3V {
        width: 100%;
        justify-content: flex-start;
        padding: 0.5rem 0;
    }
    
    .navbar_dropdownMenu__55ZhF {
        position: static;
        box-shadow: none;
        width: 100%;
        margin-top: 0.5rem;
        padding: 0;
        background: transparent;
    }
    
    .navbar_dropdownItem__BhcRy {
        padding-left: 1.5rem;
    }
}

/* For larger screens */
@media (min-width: 1276px) {
    .navbar_navbarMenu__JC1-\+ {
        flex-grow: 1;
    }
    
    .navbar_fixedNavButton__PYyUF {
        display: inline-block;
    }
}

/* Mobile menu consultation button */
.navbar_mobileConsultationButton__EAIS1 {
    display: none;
    background-color: var(--nav-active);
    color: var(--text-color);
    padding: 0.6rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-top: 0.5rem;
}

.navbar_mobileConsultationButton__EAIS1:hover {
    background-color: var(--nav-active);
    opacity: 0.9;
    color: var(--text-color);
}

/* Remove any remaining reference to rightSection */
.navbar_rightSection__yKQTj {
    display: none;
}
/* Upper section with gradient background */
.footer-background {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(
    to bottom,
    rgb(28, 119, 184),
    rgb(27, 60, 95)
  );
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* Container for hover effects */
.footer-hover {
  position: relative;
}

/* Garage logo */
.footer-garage {
  display: block;
  margin: 0 auto;
}

/* Title/link over the background */
.footer-title {
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-weight: bold;
  text-decoration: none;
}

/* Main footer area */
.footer {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px 0 0;
  margin: 0;
  overflow-x: hidden;
}

/* Footer header (logo and company name) */
.footer-heading {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 250px;
  height: auto;
  margin-bottom: 10px;
}

.footer-name {
  font-size: 18px;
  color: #000;
  margin: 0;
}

/* Footer columns container */
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Individual footer column */
.footer-column {
  flex: 0 1 auto;
  padding: 10px;
  min-width: 160px;
  box-sizing: border-box;
}

/* First column (Who we are) specific styling */
.footer-column:first-child {
  margin-left: 0;
  padding-left: 0;
}

/* Last column (ISO) specific styling */
.footer-column:last-child {
  margin-right: 0;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Footer details (links and policy info) */
.footer-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  margin-top: 20px;
  padding: 0 15px;
}

.footer-details p {
  margin: 0;
  padding: 8px 15px;
}

.footer-details .footer-p {
  color: black;
  text-decoration: none;
  font-size: 16px;
}

/* Social links styling */
.social-links a {
  display: inline-block;
  padding: 2px;
  font-size: 30px;
  text-decoration: none;
  color: #000;
}

/* Footer link styles */
.footer-link {
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-link-iso{
  font-size: 20px;
}
/* Paragraph styles within footer */
.footer-p {
  text-decoration: none;
  color: black;
  margin: 0 0 7px;
}

/* Add smooth scrolling behavior to the entire page */
html {
  scroll-behavior: smooth;
}

/* Footer link styles */
.footer-p a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-p a:hover {
  color: #1694CE;
}

/* Add smooth scroll behavior to footer links */
.footer-p a[href^="/"] {
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-p a[href^="/"]:hover {
  color: #1694CE;
  transform: translateX(5px);
}

/* Optional footer bottom area */
.footer-bottom {
  margin-top: 20px;
  width: 250px;
}

/* Footer last section (copyright and extra info) */
.footerlast {
  width: 100%;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  height: 10rem;
  margin-top: 20px;
  box-sizing: border-box;
}
.footerlast h1,
.footerlast p {
  color: #fff;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

/* Footer contact area */
.footer-contact {
  display: flex;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.footer-contactno {
  margin-right: 5px;
  font-size: 1.2rem;
}

.footer-p-contact {
  margin: 0px;
  font-size: 1rem;
  word-break: break-word;
}

/* ISO certification image */
.iso-certification {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.who-we-are-image {
  width: 150px;
  height: auto;
  display: block;
  align-items: flex-start;
}

/* Digital garage logo */
.digital_garage_logo {
  width: 20rem;
  height: auto;
  margin: 20px auto 0;
  display: block;
  max-width: 100%;
}

/* Hover effect for garage image */
.footer-hover:hover .footer-garage {
  filter: brightness(1.5);
}

/* Footer column headers */
.footer-columns h5 {
  font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-top {
    overflow-x: hidden;
    width: 100%;
  }

  .footer {
    width: 100%;
    overflow-x: hidden;
  }

  .footer-columns {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-column {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }
  
  /* Override the right alignment for the last column on mobile */
  .footer-column:last-child {
    align-items: center;
  }

  .footer-contact {
    justify-content: center;
    padding: 0 10px;
  }

  .footer-p-contact {
    font-size: 0.9rem;
  }

  .who-we-are-image {
    margin: 10px auto;
  }

  .footerlast {
    width: 100%;
    margin: 20px 0 0;
    padding: 15px 0;
    box-sizing: border-box;
  }
}

@media (max-width: 400px) {
  .footer-columns {
    padding: 0 10px;
  }

  .footer-column {
    padding: 8px 0;
  }

  .footer-contact {
    padding: 0 5px;
  }

  .footer-p-contact {
    font-size: 0.85rem;
  }

  .digital_garage_logo {
    width: 15rem;
    max-width: 90%;
    margin: 10px auto 0;
  }

  .footerlast {
    padding: 10px 0;
    margin: 10px 0 0;
  }
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #1694CE;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #0d7ab3;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top:active {
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.companyvision_company-text__922bu,
.companyvision_vision-text-blue__yr5Zk,
.companyvision_mission-text__scgI\+ {
  font-family: "Inter", sans-serif;
  font-weight: 550;
  font-size: 60px;
}

.companyvision_vision-container__QMKF- {
  display: flex;
  min-height: 100vh;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.companyvision_vision-content__xjtR- {
  flex: 0 0 auto;
  padding: 4rem 3rem;
  max-width: 45%;
  position: relative;
  margin-right: 50px;
  z-index: 5;
}

.companyvision_vision-title__-NGjX,
.companyvision_subtitle__BGBHj,
.companyvision_yellow-line__B91yl,
.companyvision_description__H\+a7k {
  max-width: 80%;
  position: relative;
  z-index: 5;
}

.companyvision_description__H\+a7k {
  font-size: 14px;
  line-height: 1.6;
  max-width: 450px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-right: 10px;
}

.companyvision_desktop-section__Nnpoy {
  flex: 1 1;
  position: relative;
  min-height: 100vh;
}

.companyvision_desktop-image__p57IO {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.companyvision_benefits-card__Z90H4 {
  position: absolute;
  left: -90px;
  top: 52%;
  transform: translateY(-50%);
  background-color: #112e5f;
  color: white;
  padding: 1rem;
  width: 320px;
  max-width: 90%;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  box-sizing: border-box;
}

.companyvision_benefit-item__CmzBM {
  margin-bottom: 1.5rem;
  width: 100%;
}

.companyvision_benefit-header__xK069 {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.companyvision_benefit-icon__Y68AJ {
  color: #ffd700;
  font-size: 1.2rem;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.companyvision_benefit-title__EbbwP {
  color: #ffd700;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2;
}

.companyvision_benefit-description__nOhGK {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: 5px;
  margin-left: 10px;
}

.companyvision_mobile-section__LCo1g {
  display: none;
  width: 100%;
  overflow: visible;
}

.companyvision_mobile-image__ZI1Gj {
  width: 100%;
  max-height: 50vh;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}
.companyvision_title__YiLJ0 {
  max-width: 80%;
}

.companyvision_vision-title__-NGjX {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 2rem;
  max-width: 80%;
}

.companyvision_company-text__922bu {
  color: #000;
  display: block;
}

.companyvision_vision-text-blue__yr5Zk {
  color: #0091ff;
  display: block;
}

.companyvision_mission-text__scgI\+ {
  color: #004d99;
  display: block;
}

.companyvision_yellow-line__B91yl {
  width: 120px;
  height: 6px;
  background-color: #ffd700;
  margin: 2rem 0;
}

.companyvision_vision-content__xjtR- p {
  max-width: 450px;
  overflow-wrap: break-word;
  word-break: break-word;
}

@media (min-width: 1401px) {
  .companyvision_vision-container__QMKF- {
    max-width: 1400px;
    margin: 0 auto;
  }

  .companyvision_benefits-card__Z90H4 {
    left: -80px;
    width: 320px;
    padding: 1.5rem;
  }

  .companyvision_vision-title__-NGjX {
    max-width: 80%;
  }
}

@media (min-width: 1201px) and (max-width: 1920px) {
  .companyvision_vision-container__QMKF- {
    padding: 0 2rem;
  }

  .companyvision_vision-content__xjtR- {
    padding: 3rem 2rem;
    max-width: 45%;
  }

  .companyvision_benefits-card__Z90H4 {
    left: -80px;
    width: 320px;
    padding: 1.5rem;
  }

  .companyvision_vision-title__-NGjX {
    max-width: 80%;
    font-size: 3.8rem;
  }

  .companyvision_desktop-image__p57IO {
    background-position: center;
    background-size: contain;
  }

  .companyvision_benefit-title__EbbwP {
    font-size: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .companyvision_benefit-icon__Y68AJ {
    font-size: 1.5rem;
    margin-right: 0.75rem;
  }

  .companyvision_benefit-description__nOhGK {
    padding-left: 2.25rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .companyvision_vision-container__QMKF- {
    padding: 0 1.5rem;
  }

  .companyvision_vision-content__xjtR- {
    padding: 2.5rem 1.5rem;
    max-width: 45%;
  }

  .companyvision_benefits-card__Z90H4 {
    left: -70px;
    width: 300px;
    padding: 1.25rem;
  }

  .companyvision_vision-title__-NGjX {
    font-size: 3.5rem;
    max-width: 80%;
  }

  .companyvision_benefit-title__EbbwP {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .companyvision_benefit-icon__Y68AJ {
    font-size: 1.4rem;
    margin-right: 0.75rem;
  }

  .companyvision_benefit-description__nOhGK {
    padding-left: 2.15rem;
    font-size: 0.8rem;
  }

  .companyvision_desktop-image__p57IO {
    background-position: center;
    background-size: contain;
  }

  .companyvision_description__H\+a7k {
    font-size: 13px;
    max-width: 400px;
  }
}

@media (min-width: 1201px) {
  .companyvision_mobile-section__LCo1g {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .companyvision_vision-container__QMKF- {
    padding: 0 1rem;
    flex-direction: column;
  }

  .companyvision_vision-content__xjtR- {
    padding: 2rem;
    margin: 0 auto;
    max-width: 100%;
  }

  .companyvision_desktop-section__Nnpoy {
    display: none;
  }

  .companyvision_mobile-section__LCo1g {
    display: block;
  }

  .companyvision_mobile-benefits-card__1Gnzr {
    width: calc(100% - 4rem);
    margin: 2rem auto;
  }
}

@media (max-width: 768px) {
  .companyvision_vision-container__QMKF- {
    flex-direction: column;
    min-height: auto;
    padding: 2rem 1rem;
  }

  .companyvision_vision-content__xjtR- {
    padding: 1rem;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .companyvision_desktop-section__Nnpoy {
    display: none;
  }

  .companyvision_mobile-section__LCo1g {
    display: block;
    order: 2;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 1rem;
  }

  .companyvision_mobile-image__ZI1Gj {
    width: 100%;
    max-height: 40vh;
    object-fit: contain;
    margin: 0 auto 1.5rem;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .companyvision_vision-title__-NGjX {
    font-size: 2.8rem;
    text-align: center;
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }

  .companyvision_company-text__922bu,
  .companyvision_vision-text-blue__yr5Zk,
  .companyvision_mission-text__scgI\+ {
    font-size: 36px;
    text-align: center;
  }

  .companyvision_description__H\+a7k {
    font-size: 14px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .companyvision_yellow-line__B91yl {
    margin: 1.5rem 0;
    width: 80px;
  }

  .companyvision_mobile-benefits-card__1Gnzr {
    width: 90%;
    margin: 0 auto 2rem;
    background-color: #112e5f;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }

  .companyvision_benefits-card__Z90H4 {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    margin: 0 auto;
    overflow: visible;
  }

  .companyvision_benefit-item__CmzBM {
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
  }

  .companyvision_benefit-item__CmzBM:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .companyvision_benefit-header__xK069 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .companyvision_benefit-icon__Y68AJ {
    color: #ffd700;
    font-size: 1.2rem;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .companyvision_benefit-title__EbbwP {
    color: #ffd700;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: left;
  }

  .companyvision_benefit-description__nOhGK {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 5px;
    text-align: center;
    margin-left: 0;
  }

  .companyvision_title__YiLJ0 {
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .companyvision_benefits-card__Z90H4 {
    width: 90%;
    padding: 1rem;
    text-align: center;
    margin: auto;
    display: block;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    overflow: visible;
  }

  .companyvision_benefit-item__CmzBM {
    display: block;
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
    overflow: visible;
  }

  .companyvision_benefit-item__CmzBM:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }

  .companyvision_benefit-title__EbbwP {
    font-size: 1.3rem;
    white-space: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    width: 100%;
    overflow: visible;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .companyvision_benefit-icon__Y68AJ {
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
    flex-shrink: 0;
    color: #ffd700;
  }

  .companyvision_benefit-description__nOhGK {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #e0e0e0;
    overflow: visible;
    white-space: normal;
    max-height: none;
  }

  .companyvision_mobile-section__LCo1g {
    display: block;
    width: 100%;
    margin: 0 auto 2rem;
    padding: 0 2rem;
  }

  .companyvision_mobile-image__ZI1Gj {
    width: 100%;
    max-height: 50vh;
    object-fit: contain;
    margin: 0 auto 2rem;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

.imageboard_board-container__q4AjF {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.imageboard_board-title__fFOjr {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
  line-height: 1.2;
}

.imageboard_board-grid__1V3TL {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.imageboard_board-row-three__Gw1h2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  gap: 30px;
  justify-content: center;
}

.imageboard_board-row-two__0ACCC {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.imageboard_board-card__bwDPg {
  background: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.imageboard_image-container__p\+eM2 {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 20px;
  
}

.imageboard_board-image__XXqQW {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; 
}

.imageboard_member-name__sALB7 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #000;
}

.imageboard_member-position__KWWm\+ {
  font-size: 16px;
  color: #666;
  margin: 0;
}

@media (max-width: 768px) {
  .imageboard_board-row-three__Gw1h2 {
    grid-template-columns: 1fr;
  }

  .imageboard_board-row-two__0ACCC {
    grid-template-columns: 1fr;
  }

  .imageboard_board-card__bwDPg {
    max-width: 400px;
    margin: 0 auto;
  }
}


.benifits_benefits-section__WhX7y {
  padding: 80px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.benifits_benefits-title__YUJxO {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
}

.benifits_benefits-text__Zh5CH {
  color: #003366; 
}

.benifits_features-text__kBagB {
  color: #0066b2; 
}

.benifits_benefits-cards-container__f6uIL {
  display: flex;
  flex-direction: column;
  gap: 60px; 
}

.benifits_benefits-top-row__vAJDc {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.benifits_benefits-bottom-row__FSA6m {
  display: flex;
  justify-content: center;
  gap: 100px; 
  max-width: 900px;
  margin: 0 auto;
}


.benifits_benefit-item__M6nE8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
}


.benifits_benefit-card__m6kiC {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benifits_benefit-card__m6kiC:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.benifits_benefit-icon-container__oZRbZ {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.benifits_benefit-title-below__aQczz {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
}

.benifits_benefit-description-below__j22yW {
  font-size: 14px;
  color: #666;
  /*text-align: center;*/
  text-align: left;
}


@media (max-width: 768px) {
  .benifits_benefits-top-row__vAJDc,
  .benifits_benefits-bottom-row__FSA6m {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  
  .benifits_benefit-item__M6nE8 {
    max-width: 100%;
  }
  
  .benifits_benefits-title__YUJxO {
    font-size: 36px;
  }

  .benifits_benefits-cards-container__f6uIL {
    gap: 40px;
  }
} 
:root {
  --connector-gap: 45px;
}
.timeline_timeline_container__Q920O {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-style: normal;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
gap: 1rem;
height: 100vh;
z-index: -3;
}

.timeline_year_wrapper__j36t1 {
position: relative;
display: inline-block;
}


.timeline_timeline_item__GtCKU h3 {
color: #fff;
padding: 0.5rem;
text-align: center;
border-radius: 0.4rem;
background-color: #082144;
width: 140px;
position: relative;

}


.timeline_timeline_item__GtCKU:not(:first-child) .timeline_year_wrapper__j36t1 h3::before {
content: "";
position: absolute;
top: 50%;
left: calc(-1 * 45px);
left: calc(-1 * var(--connector-gap));  

width: 45px;  

width: var(--connector-gap);
height: 2px;
background-color: inherit;
z-index: -3 !important;
}

.timeline_year_wrapper__j36t1 p {
position: absolute;
width: 180px;
min-height: 8rem;
border-left: 2px solid black;
display: flex;
padding: 1rem 0 0 0.5rem;
left: 0;
transform: none;
}

.timeline_year_wrapper__j36t1 p::before,
.timeline_year_wrapper__j36t1 p::after {
content: "";
position: absolute;
left: 0;
width: 7px;
height: 7px;
border-radius: 50%;
background-color: #1A6CE7;
transform: translateX(-50%);
}

.timeline_year_wrapper__j36t1 p::before {
top: 0;
}

.timeline_year_wrapper__j36t1 p::after {
bottom: 0;
}

.timeline_timeline_item__GtCKU[data-position="top"] .timeline_year_wrapper__j36t1 p {
bottom: calc(100%);
margin-bottom: 0.5rem;
}

.timeline_timeline_item__GtCKU[data-position="bottom"] .timeline_year_wrapper__j36t1 p {
top: calc(100%);
margin-top: 0.5rem;
}

@media (max-width: 1200px) {
  .timeline_timeline_container__Q920O {
    flex-direction: column;
    align-items: center;
    position: relative;
    height: auto;
    padding:0rem 0rem  8rem 0rem;
    justify-content: center;
    gap: 3rem;
  }
  
  .timeline_timeline_item__GtCKU {
    width: 80%;
    position: relative;
    margin: 0.5rem 0;
  }
  
  .timeline_year_wrapper__j36t1 {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .timeline_timeline_item__GtCKU h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    z-index: 2;
    margin: 0;
  }
  .timeline_timeline_item__GtCKU:not(:first-child) .timeline_year_wrapper__j36t1 h3::before {
    display: none;
  }

  .timeline_timeline_item__GtCKU:not(:first-child) .timeline_year_wrapper__j36t1 h3::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(-1 * 45px);
    top: calc(-1 * var(--connector-gap));
    width: 2px;
    height: 45px;
    height: var(--connector-gap);
    background-color: inherit;
  }
  .timeline_year_wrapper__j36t1 p {
    position: absolute;
    width: 100px;
    min-height: 8rem;
    border: none;
    padding: 1rem 0 0 0.5rem;
    font-size: 0.8rem;
  }

  .timeline_timeline_item__GtCKU[data-position="top"] .timeline_year_wrapper__j36t1 p {
    left: 50%;
    transform: translate(-160%, 110%);
    border-left: 2px solid black;
    border-top: 2px solid black;
  }
  
  .timeline_timeline_item__GtCKU[data-position="bottom"] .timeline_year_wrapper__j36t1 p {
    left: 50%;
    transform: translate(60%, -0%);
    border-right: 2px solid black;
    border-top: 2px solid black;
  }

  .timeline_timeline_item__GtCKU[data-position="bottom"] .timeline_year_wrapper__j36t1 p::before,
  .timeline_timeline_item__GtCKU[data-position="bottom"] .timeline_year_wrapper__j36t1 p::after {
    left: auto;
    right: 0;
    transform: translateX(50%);
  }
}
.CTASection_ctaSection__JiNGi {
  background-color: #0a2647;
  padding: var(--spacing-xl) 0;
  text-align: center;
  color: white;
}

.CTASection_ctaTitle__U8ayQ {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.CTASection_ctaDescription__z5mZp {
  font-size: 18px;
  margin-bottom: var(--spacing-lg);
}

.CTASection_ctaButton__Aqc0U {
  background-color: white;
  color: var(--dgft-primary);
  border: none;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.CTASection_ctaButton__Aqc0U:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
} 
.contact-page-wrapper {
  padding: 2rem 1rem;
  background: linear-gradient(to right, #f8f9fa, #e8f0fe);
  height: auto;
}

.contact-container {
  max-width: 1000px;
  margin: 10px auto;
  height: auto;
  padding: 0 1rem;
}

.contact-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.heading {
  font-size: 2.25rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #0D3B81;
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}

.description {
  font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
  line-height: 1.6;
}

.contact-form-wrapper {
  margin-top: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

/* ============ Responsive Styles ============ */

/* Small screens: up to 768px */
@media (max-width: 768px) {
  .heading {
    font-size: 1.75rem;
    padding: 1.5rem 1rem 0;
  }

  .description {
    font-size: 0.95rem;
    padding: 1.5rem 1rem;
  }

  .contact-container,
  .contact-form-wrapper {
    padding: 0 1rem;
  }
}

/* Medium screens: 769px to 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .heading {
    font-size: 2rem;
    padding: 2rem 1.5rem 0;
  }

  .description {
    font-size: 1rem;
    padding: 2rem 1.5rem;
  }

  .contact-container,
  .contact-form-wrapper {
    padding: 0 1.5rem;
  }
}

/* Large screens: 1025px and up */
@media (min-width: 1025px) {
  .heading {
    font-size: 2.5rem;
  }

  .description {
    font-size: 1.1rem;
  }
}

.form-section {
  padding: 40px;
  max-width: 1200px; /* Increased width */
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.form-section h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0D3B81;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

form {
  width: 100%;
  margin: 0 auto;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form-group {
  flex: 1 1;
  min-width: 280px;
}

.full-width {
  width: 100%;
}

label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-icon {
  margin-right: 6px;
  font-size: 14px;
  color: #555;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.error {
  border-color: #e63946;
}

.error-message {
  color: #e63946;
  font-size: 12px;
  margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
}

button[type="submit"] {
  background-color: #0D3B81;
  background-color: var(--nav-button, #0D3B81);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 400px;
}

button[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

button[type="submit"]:disabled {
  background-color: #888;
  cursor: not-allowed;
}

/* Toast */
.custom-toast {
  position: fixed;
  top: 100px;
  right: 20px;
  background-color: #ffffff;
  border-left: 4px solid #2ecc71;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  z-index: 9999;
  min-width: 300px;
  animation: slideIn 0.5s ease forwards;
}

.form-label {
  display: flex;
  align-items: center;
  gap: 6px; /* spacing between icon and text */
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.form-icon {
  font-size: 14px;
  color: #555;
  margin-right: 0; /* remove if set earlier */
}


@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



.toast-icon {
  color: #2ecc71;
  font-size: 20px;
  margin-right: 10px;
}

.toast-content h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.toast-content p {
  margin: 2px 0 0;
  font-size: 13px;
  color: #666;
}

.toast-close {
  background: none;
  border: none;
  color: #999;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  margin-left: 10px;
}

.toast-close:hover {
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .form-section {
    padding: 20px;
    width: 90%;
    max-width: 100%;
  }

  .form-row {
    flex-direction: column;
    gap: 16px;
  }

  button[type="submit"] {
    max-width: 100%;
    margin-top: 20px;
  }

  .custom-toast {
    top: 80px;
    right: 10px;
    left: 10px;
    width: auto;
    min-width: 0;
    min-width: initial;
  }
}

.career-page {
  min-height: calc(100vh - 4rem);
  background-image: linear-gradient(to bottom, #f8fafc, #f1f5f9);
}



.job-card {
  height: 100%;
  transition: box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.job-card-content {
  padding-top: 1.5rem;
  flex: 1 1;
}

.job-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.job-meta-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.job-meta-item {
  display: flex;
  align-items: center;
  color: #4b5563;
}

.job-meta-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.job-description {
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
}

.job-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.job-skill-tag {
  background-color: #eff6ff;
  color: #3b82f6;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.job-skill-more {
  background-color: #f3f4f6;
  color: #6b7280;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 9999px;
}

.job-card-footer {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}

.job-action-link {
  flex: 1 1;
  display: block;
}

.job-action-button {
  width: 100%;
}




.job-detail-page {
  background-color: #f9fafb;
  min-height: calc(100vh - 4rem);
}

.job-detail-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.job-detail-header {
  margin-bottom: 2rem;
}

.job-detail-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

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

.bookmark-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.bookmark-icon.bookmarked {
  color: #3b82f6;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.meta-item {
  display: flex;
  align-items: center;
  color: #4b5563;
}

.meta-icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.job-posted-date {
  color: #6b7280;
  font-size: 0.875rem;
}

.job-detail-body {
  margin-bottom: 3rem;
}

.detail-section {
  margin-top: 2rem;
}

.detail-section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.detail-text {
  color: #4b5563;
  line-height: 1.6;
}

.detail-list {
  list-style-type: disc;
  padding-left: 1.5rem;
  color: #4b5563;
  line-height: 1.6;
}

.detail-list-item {
  margin-bottom: 0.5rem;
}

.job-shifts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.job-shift-tag {
  background-color: #f3f4f6;
  color: #1f2937;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.job-skills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.job-skill {
  background-color: #eff6ff;
  color: #3b82f6;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
}

.job-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1rem 0;
}

.apply-button, .back-button {
  width: 100%;
}

.email-options {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

@media (min-width: 640px) {
  .job-actions {
    flex-direction: row;
    justify-content: center;
  }
  
  .apply-button {
    width: 150px;
    margin: 0 auto;
  }
  
  .back-button {
    width: 200px;
    margin: 0 auto;
  }
}

.similar-jobs-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 2rem;
}

.similar-jobs-heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.job-detail-loading {
  min-height: calc(100vh - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
}

@media (min-width: 640px) {
  .job-actions {
    flex-direction: row;
  }
  
  .apply-button, .back-button {
    width: auto;
    flex: 1 1;
  }
}



.job-filters {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  margin-bottom: 2rem;
}

.filters-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-container {
  position: relative;
  flex-grow: 1;
}

.search-icon {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  height: 1rem;
  width: 1rem;
  color: #9ca3af;
}

.search-input {
  padding-left: 2.5rem;
}

.filter-dropdown {
  width: 100%;
}

.filter-trigger {
  width: 100%;
}

.filter-label {
  display: flex;
  align-items: center;
}

.filter-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  color: #6b7280;
}

.reset-button {
  width: 100%;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .filters-layout {
    flex-direction: row;
  }

  .filter-dropdown {
    width: 12rem;
  }

  .reset-button {
    width: auto;
  }
}


:global(.select-content) {
  background-color: white !important;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

:global(.select-item) {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

:global(.select-item:hover) {
  background-color: #f3f4f6;
}

:global(.select-item[data-highlighted]) {
  background-color: #f3f4f6;
}



.job-listings-section {
  background-color: #f9fafb;
  padding: 3rem 1rem;
}

.listings-container {
  max-width: 1200px;
  margin: 0 auto;
}

.listings-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.listings-title-wrapper {
  margin-bottom: 1rem;
}

.listings-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.listings-count {
  color: #6b7280;
}

.alerts-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.alerts-icon {
  height: 1rem;
  width: 1rem;
}

.no-jobs-message {
  text-align: center;
  padding: 4rem 1rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.no-jobs-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.no-jobs-text {
  color: #6b7280;
  margin-bottom: 1.5rem;
}

.jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.load-more-container {
  text-align: center;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .listings-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .listings-title-wrapper {
    margin-bottom: 0;
  }

  .alerts-button {
    margin-top: 0;
  }

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

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



.similar-jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}

.similar-job-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.similar-job-content {
  padding-top: 1rem;
  flex: 1 1;
}

.similar-job-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.similar-job-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.similar-job-meta-item {
  display: flex;
  align-items: center;
  color: #4b5563;
  font-size: 0.875rem;
}

.similar-job-icon {
  height: 0.875rem;
  width: 0.875rem;
  margin-right: 0.5rem;
  color: #3b82f6;
}

.similar-job-footer {
  margin-top: auto;
}

.similar-job-link {
  display: block;
  width: 100%;
}

.similar-job-button {
  width: 100%;
}

.no-similar-jobs {
  text-align: center;
  color: #6b7280;
  padding: 2rem 0;
}

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

@media (min-width: 1024px) {
  .similar-jobs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.apply-button {
  width: 100%;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-align: center;
  display: block;
}

.apply-button:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.apply-button:active {
  transform: translateY(0);
}

.apply-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s;
}

.apply-button:hover::before {
  left: 100%;
}

.back-button {
  width: 100%;
}



.perks-container {
  font-family: "Inter", sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #000;
}

.perks-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.perks-content {
  display: flex;
  gap: 40px;
}

.perks-note {
  position: relative;
  width: 360px;
  height: 180px;
  transform: rotate(-5deg);
  border: none;
  padding: 20px;
  font-family: "Permanent Marker", cursive, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: white;
  box-shadow: 
    2px 0px 0px 0px #000, 
    -2px 0px 0px 0px #000, 
    0px 2px 0px 0px #000, 
    0px -2px 0px 0px #000,
    3px 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
}

.perks-note::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: white;
  border-top: 2px solid #000;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transform: translateY(-100%);
}

.perks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  grid-gap: 40px; 
  gap: 40px;
  flex: 1 1;
}

.perks-category {
  margin-bottom: 30px;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  padding: 20px;
  background-color: white;
  box-shadow: 
    2px 0px 0px 0px #000, 
    -2px 0px 0px 0px #000, 
    0px 2px 0px 0px #000, 
    0px -2px 0px 0px #000,
    3px 3px 5px rgba(0, 0, 0, 0.1);
}

.category-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.category-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  stroke-width: 1.5;
}

.category-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.category-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .perks-content {
    flex-direction: column;
  }

  .perks-note {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 40px;
  }

  .perks-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .perks-title {
    font-size: 2rem;
  }

  .category-title {
    font-size: 1.25rem;
  }
}


.assessment-form-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.assessment-form-container h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: center;
}

.assessment-form-container p {
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.assessment-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.question-group {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 6px;
  border: 1px solid #e9ecef;
}

.question-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.question-icon {
  color: #3498db;
  font-size: 1.5rem;
}

.question-text {
  font-size: 1.1rem;
  color: #2c3e50;
  font-weight: 500;
}

.answer-options {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  color: #2c3e50;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.radio-label:hover {
  background-color: #f0f4ff;
}

.radio-label.selected {
  background-color: #e0e7ff;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.radio-label input[type="radio"] {
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}

.error-message {
  color: #e74c3c;
  text-align: center;
  margin: 1rem 0;
  font-size: 0.875rem;
}

.submit-button {
  background-color: #3498db;
  color: white;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
}

.submit-button:hover {
  background-color: #2980b9;
}

@media (max-width: 600px) {
  .assessment-form-container {
    margin: 1rem;
    padding: 1.5rem;
  }

  .question-group {
    padding: 1rem;
  }

  .answer-options {
    flex-direction: column;
    gap: 1rem;
  }
} 


.thank-you-container {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thank-you-content {
  text-align: center;
}

.success-icon {
  color: #2ecc71;
  font-size: 4rem;
  margin-bottom: 1.5rem;
}

.thank-you-content h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.thank-you-content p {
  color: #666;
  margin-bottom: 2rem;
}

.score-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 2rem 0;
}

.score-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 5px solid #3498db;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.score-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.score-value {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 0.2rem;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.3s;
}

.score-percentage {
  font-size: 1.5rem;
  font-weight: bold;
  color: #404ad8;
  margin-bottom: 0.2rem;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.6s;
}

.score-label {
  color: #666;
  font-size: 0.9rem;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.9s;
}

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

.score-details p {
  margin: 0.5rem 0;
  color: #2c3e50;
}

.progress-container {
  margin-top: 1rem;
  width: 100%;
}

.progress-bar-container {
  width: 100%;
  height: 12px;
  background-color: #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.progress-bar {
  height: 100%;
  border-radius: 6px;
  transition: width 1s ease-in-out;
  animation: progressFill 1.5s ease-out forwards;
  width: 0;
}

@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: var(--progress-width);
  }
}

.progress-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 16px;
  margin-top: 0.5rem;
}

.next-steps {
  text-align: left;
  margin: 2rem 0;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 6px;
}

.next-steps h3 {
  color: #2c3e50;
  margin-bottom: 1rem;
}

.next-steps ul {
  list-style-type: none;
  padding: 0;
}

.next-steps li {
  color: #666;
  margin: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.next-steps li:before {
  content: "•";
  color: #3498db;
  position: absolute;
  left: 0;
}

.contact-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

.contact-info p {
  margin: 0.5rem 0;
  color: #666;
}

.contact-email {
  color: #3498db;
  font-weight: 500;
}

@media (max-width: 600px) {
  .thank-you-container {
    margin: 1rem;
    padding: 1.5rem;
  }

  .score-circle {
    width: 120px;
    height: 120px;
  }

  .score-value {
    font-size: 1.5rem;
  }
} 


.intro-form-container {
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.intro-form-container h2 {
  color: #2c3e50;
  margin-bottom: 1rem;
  text-align: center;
}

.intro-form-container p {
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

.intro-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  color: #2c3e50;
  font-weight: 500;
}

.form-group input {
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #3498db;
}

.form-group input.error {
  border-color: #e74c3c;
}

.error-message {
  color: #e74c3c;
  font-size: 0.875rem;
}

.submit-button {
  background-color: #404ad8;
  color: white;
  padding: 0.75rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #3540b5;
}

@media (max-width: 600px) {
  .intro-form-container {
    margin: 1rem;
    padding: 1.5rem;
  }
}

/* Main container styles */
.security-assessment-container {
  padding-top: 2rem;
  scroll-margin-top: 80px; /* For anchor links scrolling */
  min-height: 70vh;
  position: relative;
}

/* Smooth scrolling for the entire page */
html {
  scroll-behavior: smooth;
}

body {
  scroll-padding-top: 80px; /* For fixed headers */
} 


.sectionTitle {
  margin-bottom: var(--spacing-lg);
  padding: 0 var(--spacing-md);
  max-width: 100%;
  width: 100%;
  overflow-wrap: break-word;
  font-size: 22px;
  padding: 0 var(--spacing-sm);
  word-break: break-word;
  line-height: 1.3;
}

.sectionTitle span {
  display: inline-block;
  width: 100%;
}

.sectionTitle {
font-size: 32px;
font-weight: 700;
text-align: center;
margin-bottom: var(--spacing-xl);
color: var(--highlight-title);
max-width: 850px;
margin-left: auto;
margin-right: auto;
width: 100%;
word-wrap: break-word;
-webkit-hyphens: auto;
        hyphens: auto;
}
.SecurityAssessment_sectionTitle__KwlAl {
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .SecurityAssessment_sectionTitle__KwlAl span {
    display: inline-block;
    width: 100%;
  }

.SecurityAssessment_sectionTitle__KwlAl {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-sm);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.SecurityAssessment_introText__R\+e3I {
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-primary);
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  text-align: center;
  padding: 0 var(--spacing-md);
}
.Service_serviceSection__80s10 {
  background: #f9f9fb;
  padding: 40px 0;
}

.Service_container__2Oh9M {
  display: flex;
  max-width: 1100px;
  margin: auto;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.Service_sidebar__GEvd8 {
  width: 260px;
  background: linear-gradient(180deg, #2d62e3, #0879e9);
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.Service_tab__o\+B9Q {
  color: white;
  font-size: 16px;
  padding: 14px 20px;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.Service_tabIcon__YQjPU {
  margin-right: 10px;
}

.Service_activeTab__sFSwx {
  background: white;
  color: #2d62e3;
  font-weight: bold;
}

.Service_content__cAJHR {
  flex: 1 1;
  padding: 30px 40px;
}

.Service_heading__bMeuK {
  font-size: 24px;
  color: #1e2a3b;
  margin-bottom: 20px;
}

.Service_featureList__7ul1W {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Service_featureItem__OJRgb {
  background: #f2f4f8;
  padding: 12px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.UseCasesSection_useCasesSection__RZY8O {
  padding: 0 0 5rem 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #f8faff, #f0f4ff);
}

.UseCasesSection_useCasesSection__RZY8O::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: radial-gradient(#404ad8 8%, transparent 8%);
  background-position: 0 0;
  background-size: 30px 30px;
  opacity: 0.03;
  z-index: 1;
}

.UseCasesSection_useCasesGrid__g4R5L {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Default to 3 columns for 3 cards */
  grid-gap: 1.2rem;
  gap: 1.2rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
  max-width: 1400px; /* Width for 3 cards */
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  justify-content: center;
}

/* Two card layout */
.UseCasesSection_twoCards__CW6yg {
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  gap: 1.5rem;
}

/* Use case card styling */
.UseCasesSection_useCaseCard__HKR8W {
  width: 100%;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  animation: UseCasesSection_fadeInUp__UwpUo 0.4s ease forwards;
  border: 1px solid #eaeaea;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.UseCasesSection_useCaseCard__HKR8W:nth-of-type(1) { animation-delay: 0.1s; }
.UseCasesSection_useCaseCard__HKR8W:nth-of-type(2) { animation-delay: 0.3s; }
.UseCasesSection_useCaseCard__HKR8W:nth-of-type(3) { animation-delay: 0.5s; }

.UseCasesSection_useCaseCard__HKR8W:hover {
  transform: translateY(-5px); /* Reduced hover lift */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.UseCasesSection_useCaseCard__HKR8W::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px; /* Thicker accent line */
  /* background: linear-gradient(to right, #404ad8, #1652f0); */
  top: 0;
  left: 0;
}

/* Section title styling */
.UseCasesSection_sectionTitle__7yORD {
  font-size: 32px; /* Slightly smaller title */
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem; /* Reduced bottom margin */
  color: #333;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  position: relative;
  padding-bottom: 12px;
}

.UseCasesSection_sectionTitle__7yORD::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #404ad8, #1652f0);
  border-radius: 2px;
}

/* Card structure styling */
.UseCasesSection_cardHeader__ZXsGG {
  border-bottom: 1px solid #f0f0f0;
}

.UseCasesSection_cardContent__SkYrW {
  display: flex;
  flex-direction: column;
  flex: 1 1;
}

.UseCasesSection_section__vXs-K {
  border-bottom: 1px solid #f0f0f0;
}

.UseCasesSection_section__vXs-K:last-child {
  border-bottom: none;
  flex: 1 1; /* Make the last section expand to fill available space */
  display: flex;
  flex-direction: column;
}

.UseCasesSection_section__vXs-K:last-child p {
  flex: 1 1; /* Make the paragraph in the last section expand */
}

/* Make section hover effects subtle */
.UseCasesSection_section__vXs-K:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

/* Challenge section styling */
.UseCasesSection_challengeTitle__TY9cx {
  font-size: 18px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  /* background-color: #fff5f5; */
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.UseCasesSection_challengeTitle__TY9cx::before {
  content: '!';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #e74c3c;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
}

.UseCasesSection_challenge__eHXMU {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
  /* background-color: #fff5f5; */
}

/* Solution section styling */
.UseCasesSection_solutionTitle__0U9g4 {
  font-size: 18px;
  font-weight: 700;
  color: #27ae60;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  /* background-color: #f0fff4; */
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.UseCasesSection_solutionTitle__0U9g4::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #27ae60;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
}

.UseCasesSection_solution__nKD9W {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
  /* background-color: #f0fff4; */
}

/* Benefits section styling */
.UseCasesSection_benefitsTitle__-hc\+h {
  font-size: 18px;
  font-weight: 700;
  color: #3498db;
  margin: 0;
  padding: 1.2rem 1.5rem 0.8rem;
  /* background-color: #ebf7ff; */
  border-bottom: 1px solid rgba(52, 152, 219, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}


.UseCasesSection_benefitsTitle__-hc\+h::before {
  content: '★';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  /* background-color: #3498db; */
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_benefitsTitle__-hc\+h::before {
  transform: rotate(360deg);
}

/* Scope styling */
.UseCasesSection_scopeTitle__CUeTS {
  font-size: 18px;
  font-weight: 700;
  color: #2980b9;
  margin: 0;
  padding: 1.2rem 1.5rem 0.8rem;
  /* background-color: #e8f4fd; */
  border-bottom: 1px solid rgba(41, 128, 185, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_scopeTitle__CUeTS::before {
  content: '🔍';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  /* background-color: #2980b9; */
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_scopeTitle__CUeTS::before {
  transform: scale(1.1);
}

/* Assessment styling */
.UseCasesSection_assessmentTitle__dllJw {
  font-size: 18px;
  font-weight: 700;
  color: #8e44ad;
  margin: 0;
  padding: 1.2rem 1.5rem 0.8rem;
  /* background-color: #f5eeff; */
  border-bottom: 1px solid rgba(142, 68, 173, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.UseCasesSection_assessmentTitle__dllJw::before {
  content: '📊';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  /* background-color: #8e44ad; */
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
}



.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_assessmentTitle__dllJw::before {
  transform: none;
}

/* Penetration styling */
.UseCasesSection_penetrationTitle__jNDzb {
  font-size: 22px;
  font-weight: 700;
  color: #c0392b;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #ffeaea; */
  border-bottom: 1px solid rgba(192, 57, 43, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_penetrationTitle__jNDzb::before {
  content: '🛡️';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* background-color: #c0392b; */
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_penetrationTitle__jNDzb::before {
  transform: rotate(45deg);
}

/* Results Delivered styling */
.UseCasesSection_resultsDeliveredTitle__Cx1LA {
  font-size: 22px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #f2f4f6; */
  border-bottom: 1px solid rgba(44, 62, 80, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.UseCasesSection_resultsDeliveredTitle__Cx1LA::before {
  content: '📋';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #2c3e50;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_resultsDeliveredTitle__Cx1LA::before {
  transform: scale(1.1) translateX(3px);
}

/* Issues Found styling */
.UseCasesSection_issuesFoundTitle__rf9Av {
  font-size: 22px;
  font-weight: 700;
  color: #f39c12;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #fff8e6; */
  border-bottom: 1px solid rgba(243, 156, 18, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_issuesFoundTitle__rf9Av::before {
  content: '⚠';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* background-color: #f39c12; */
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_issuesFoundTitle__rf9Av::before {
  transform: translateY(-3px);
}

/* Fixes Implemented styling */
.UseCasesSection_fixesImplementedTitle__5JeaU {
  font-size: 22px;
  font-weight: 700;
  color: #9b59b6;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #f8f0fc; */
  border-bottom: 1px solid rgba(155, 89, 182, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}


.UseCasesSection_fixesImplementedTitle__5JeaU::before {
  content: '🔧';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_fixesImplementedTitle__5JeaU::before {
  transform: rotate(-45deg);
}

/* Outcome styling */
.UseCasesSection_outcomeTitle__vYLho {
  font-size: 22px;
  font-weight: 700;
  color: #16a085;
  margin: 0;
  padding: 1.8rem 2rem 1.2rem;
  /* background-color: #e6fff7; */
  border-bottom: 1px solid rgba(22, 160, 133, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}



.UseCasesSection_outcomeTitle__vYLho::before {
  content: '🏆';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  /* background-color: #16a085; */
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: 0.8rem;
  transition: transform 0.3s ease;
}

.UseCasesSection_useCaseCard__HKR8W:hover .UseCasesSection_outcomeTitle__vYLho::before {
  transform: scale(1.2);
}

/* Content styling */
.UseCasesSection_challenge__eHXMU, .UseCasesSection_solution__nKD9W, .UseCasesSection_benefits__okjfd, .UseCasesSection_scope__XboI2, .UseCasesSection_assessment__NJOM\+, .UseCasesSection_penetration__yk3cl, .UseCasesSection_resultsDelivered__2mGV6, .UseCasesSection_issuesFound__sLo7h, .UseCasesSection_fixesImplemented__BVRKT, .UseCasesSection_outcome__Tt1GH {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
}

@keyframes UseCasesSection_fadeInUp__UwpUo {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Remove extra space between sections */
.UseCasesSection_useCaseCard__HKR8W > * {
  margin-bottom: 0 !important;
}

.UseCasesSection_useCaseCard__HKR8W h3 {
  margin-top: 0 !important;
}

/* Add a small separation between challenge and solution */
.UseCasesSection_solutionTitle__0U9g4 {
  margin-top: 0 !important;
  border-top: 1px solid rgba(39, 174, 96, 0.1);
}

/* Responsive media queries */
@media (max-width: 1199px) {
  .UseCasesSection_useCasesGrid__g4R5L {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    max-width: 900px;
  }
}

@media (max-width: 900px) {
  .UseCasesSection_useCasesGrid__g4R5L {
    grid-template-columns: minmax(300px, 1fr); /* Single column on small screens */
    max-width: 550px;
  }
}

@media (max-width: 768px) {
  .UseCasesSection_sectionTitle__7yORD {
    font-size: 30px;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    max-width: 100%;
  }
  
  .UseCasesSection_challengeTitle__TY9cx,
  .UseCasesSection_solutionTitle__0U9g4,
  .UseCasesSection_benefitsTitle__-hc\+h,
  .UseCasesSection_scopeTitle__CUeTS,
  .UseCasesSection_assessmentTitle__dllJw,
  .UseCasesSection_penetrationTitle__jNDzb,
  .UseCasesSection_resultsDeliveredTitle__Cx1LA,
  .UseCasesSection_issuesFoundTitle__rf9Av,
  .UseCasesSection_fixesImplementedTitle__5JeaU,
  .UseCasesSection_outcomeTitle__vYLho {
    font-size: 20px;
    padding: 1.2rem 1.5rem 1rem;
  }
  
  .UseCasesSection_challenge__eHXMU, 
  .UseCasesSection_solution__nKD9W,
  .UseCasesSection_benefits__okjfd,
  .UseCasesSection_scope__XboI2,
  .UseCasesSection_assessment__NJOM\+,
  .UseCasesSection_penetration__yk3cl,
  .UseCasesSection_resultsDelivered__2mGV6,
  .UseCasesSection_issuesFound__sLo7h,
  .UseCasesSection_fixesImplemented__BVRKT,
  .UseCasesSection_outcome__Tt1GH {
    font-size: 15px;
    padding: 1.5rem;
  }
}

@media (max-width: 600px) {
  .UseCasesSection_sectionTitle__7yORD {
    font-size: 26px;
  }
  
  .UseCasesSection_challengeTitle__TY9cx::before,
  .UseCasesSection_solutionTitle__0U9g4::before,
  .UseCasesSection_benefitsTitle__-hc\+h::before,
  .UseCasesSection_scopeTitle__CUeTS::before,
  .UseCasesSection_assessmentTitle__dllJw::before,
  .UseCasesSection_penetrationTitle__jNDzb::before,
  .UseCasesSection_resultsDeliveredTitle__Cx1LA::before,
  .UseCasesSection_issuesFoundTitle__rf9Av::before,
  .UseCasesSection_fixesImplementedTitle__5JeaU::before,
  .UseCasesSection_outcomeTitle__vYLho::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .UseCasesSection_sectionTitle__7yORD {
    font-size: 24px;
    padding: 0 0.5rem;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .UseCasesSection_sectionTitle__7yORD span {
    display: inline-block;
    width: 100%;
  }
  
  .UseCasesSection_useCasesGrid__g4R5L {
    padding: 0 0.8rem;
  }
  
  .UseCasesSection_challengeTitle__TY9cx,
  .UseCasesSection_solutionTitle__0U9g4,
  .UseCasesSection_benefitsTitle__-hc\+h,
  .UseCasesSection_scopeTitle__CUeTS,
  .UseCasesSection_assessmentTitle__dllJw,
  .UseCasesSection_penetrationTitle__jNDzb,
  .UseCasesSection_resultsDeliveredTitle__Cx1LA,
  .UseCasesSection_issuesFoundTitle__rf9Av,
  .UseCasesSection_fixesImplementedTitle__5JeaU,
  .UseCasesSection_outcomeTitle__vYLho {
    font-size: 18px;
    padding: 1rem 1.2rem 0.8rem;
  }
}

/* Update common styles for all section titles */
.UseCasesSection_benefitsTitle__-hc\+h,
.UseCasesSection_scopeTitle__CUeTS,
.UseCasesSection_assessmentTitle__dllJw,
.UseCasesSection_penetrationTitle__jNDzb,
.UseCasesSection_resultsDeliveredTitle__Cx1LA,
.UseCasesSection_issuesFoundTitle__rf9Av,
.UseCasesSection_fixesImplementedTitle__5JeaU,
.UseCasesSection_outcomeTitle__vYLho {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 1.2rem 1.5rem 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: none;
}

.UseCasesSection_benefitsTitle__-hc\+h::before,
.UseCasesSection_scopeTitle__CUeTS::before,
.UseCasesSection_assessmentTitle__dllJw::before,
.UseCasesSection_penetrationTitle__jNDzb::before,
.UseCasesSection_resultsDeliveredTitle__Cx1LA::before,
.UseCasesSection_issuesFoundTitle__rf9Av::before,
.UseCasesSection_fixesImplementedTitle__5JeaU::before,
.UseCasesSection_outcomeTitle__vYLho::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  margin-right: 0.5rem;
}

/* For all content sections */
.UseCasesSection_benefits__okjfd,
.UseCasesSection_scope__XboI2,
.UseCasesSection_assessment__NJOM\+,
.UseCasesSection_penetration__yk3cl,
.UseCasesSection_resultsDelivered__2mGV6,
.UseCasesSection_issuesFound__sLo7h,
.UseCasesSection_fixesImplemented__BVRKT,
.UseCasesSection_outcome__Tt1GH {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  padding: 0 1.5rem 1.2rem;
  margin: 0;
}

/* Individual section background colors */
/* .scope, .scopeTitle { background-color: #e8f4fd; } */
/* .assessment, .assessmentTitle { background-color: #f5eeff; } */
/* .penetration, .penetrationTitle { background-color: #ffeaea; } */
/* .benefits, .benefitsTitle { background-color: #ebf7ff; } */
.UseCasesSection_resultsDelivered__2mGV6, .UseCasesSection_resultsDeliveredTitle__Cx1LA { background-color: #f2f4f6; }
/* .issuesFound, .issuesFoundTitle { background-color: #fff8e6; } */
/* .fixesImplemented, .fixesImplementedTitle { background-color: #f8f0fc; } */
/* .outcome, .outcomeTitle { background-color: #e6fff7; } */

/* Section title colors */
.UseCasesSection_benefitsTitle__-hc\+h { color: #3498db; }
.UseCasesSection_scopeTitle__CUeTS { color: #2980b9; }
/* .assessmentTitle { color: #8e44ad; } */
/* .penetrationTitle { color: #c0392b; } */
.UseCasesSection_resultsDeliveredTitle__Cx1LA { color: #2c3e50; }
.UseCasesSection_issuesFoundTitle__rf9Av { color: #f39c12; }
.UseCasesSection_fixesImplementedTitle__5JeaU { color: #9b59b6; }
.UseCasesSection_outcomeTitle__vYLho { color: #16a085; }

/* Icons for each section */
.UseCasesSection_benefitsTitle__-hc\+h::before { background-color: #3498db; content: '★'; }
.UseCasesSection_scopeTitle__CUeTS::before { background-color: #2980b9; content: '🔍'; }
.UseCasesSection_assessmentTitle__dllJw::before { background-color: #8e44ad; content: '📊'; }
.UseCasesSection_penetrationTitle__jNDzb::before { background-color: #c0392b; content: '🛡️'; }
.UseCasesSection_resultsDeliveredTitle__Cx1LA::before { background-color: #2c3e50; content: '📋'; }
.UseCasesSection_issuesFoundTitle__rf9Av::before { background-color: #f39c12; content: '⚠'; }
.UseCasesSection_fixesImplementedTitle__5JeaU::before { background-color: #9b59b6; content: '🔧'; }
.UseCasesSection_outcomeTitle__vYLho::before { background-color: #16a085; content: '🏆'; }

/* Remove the previous two card selector since we're using a class now */
.UseCasesSection_useCaseCard__HKR8W:first-child:nth-last-child(2),
.UseCasesSection_useCaseCard__HKR8W:first-child:nth-last-child(2) ~ .UseCasesSection_useCaseCard__HKR8W {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
} 
/* CoManagedIT.module.css */

.CoManagedIT_heroSection__IVFdi {
  background-image: url('https://images.unsplash.com/photo-1552664730-d307ca884978');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}

.CoManagedIT_heroSection__IVFdi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--dgft-primary), transparent);
  opacity: 0.8;
  z-index: 1;
}

.CoManagedIT_heroContent__D0SWT {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.CoManagedIT_heroTitle__jV1Bn {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.CoManagedIT_heroSubtitle__h8qai {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.CoManagedIT_whatIsSection__9yTZC {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.CoManagedIT_whatIsSection__9yTZC::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#f9f9f9 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  z-index: 1;
}

.CoManagedIT_whatIsContent__XVW4n {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.CoManagedIT_whatIsTitle__4Kv09 {
  font-size: var(--font-size-xxl);
  color: var(--highlight-title);
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
  text-align: center;
}

.CoManagedIT_whatIsDescription__8WB\+a {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  width: 100%;
  text-align: justify;
  margin-bottom: var(--spacing-md);
}

/* .whatIsDescription::first-letter {
  font-size: 2.5em;
  color: var(--dgft-primary);
  float: left;
  margin-right: 8px;
  line-height: 0.8;
} */

.CoManagedIT_benefitsSection__XcyUd {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.CoManagedIT_benefitsSection__XcyUd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--dgft-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: 1;
}

.CoManagedIT_benefitsGrid__czZp6 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.CoManagedIT_benefitCard__0CE1\+ {
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: CoManagedIT_fadeInUp__zC4aH 0.5s ease forwards;
}

.CoManagedIT_benefitCard__0CE1\+:nth-of-type(1) { animation-delay: 0.1s; }
.CoManagedIT_benefitCard__0CE1\+:nth-of-type(2) { animation-delay: 0.2s; }
.CoManagedIT_benefitCard__0CE1\+:nth-of-type(3) { animation-delay: 0.3s; }
.CoManagedIT_benefitCard__0CE1\+:nth-of-type(4) { animation-delay: 0.4s; }

.CoManagedIT_benefitCard__0CE1\+::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.CoManagedIT_benefitCard__0CE1\+:hover {
  transform: translateY(-10px);
  color: white;
  box-shadow: 0 20px 40px rgba(64, 74, 216, 0.2);
}

.CoManagedIT_benefitCard__0CE1\+:hover::before {
  opacity: 1;
}

.CoManagedIT_benefitIcon__4\+3kk {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
  margin: 0 auto var(--spacing-lg);
  transition: all 0.3s ease;
}

.CoManagedIT_benefitCard__0CE1\+:hover .CoManagedIT_benefitIcon__4\+3kk {
  background: white;
  color: var(--dgft-primary);
  transform: scale(1.1);
}

.CoManagedIT_benefitTitle__gdB88 {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  transition: color 0.3s ease;
}

.CoManagedIT_benefitCard__0CE1\+:hover .CoManagedIT_benefitTitle__gdB88 {
  color: white;
}

.CoManagedIT_benefitDescription__lVYQi {
  font-size: 16px;
  line-height: 1.7;
  /* color: var(--description-para); */
  transition: color 0.3s ease;
}

.CoManagedIT_benefitCard__0CE1\+:hover .CoManagedIT_benefitDescription__lVYQi {
  color: rgba(255, 255, 255, 0.9);
}

.CoManagedIT_servicesSection__M5uLg {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}



.CoManagedIT_servicesContainer__g6HGr {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  background: white;
  opacity: 0;
  transform: translateY(30px);
  animation: CoManagedIT_fadeInUp__zC4aH 0.8s ease forwards;
  animation-delay: 0.2s;
}

@keyframes CoManagedIT_fadeInUp__zC4aH {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.CoManagedIT_servicesTabs__VMhoH {
  flex: 1 1;
  background: linear-gradient(to bottom, rgba(64, 74, 216, 0.04) 0%, rgba(22, 82, 240, 0.08) 100%);
  display: flex;
  flex-direction: column;
}

.CoManagedIT_servicesContent__1Didg {
  flex: 2 1;
  padding: var(--spacing-xl);
}

.CoManagedIT_serviceTab__vlMfR {
  padding: var(--spacing-lg) var(--spacing-xl);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  border-left: 4px solid transparent;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.CoManagedIT_serviceTab__vlMfR::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.CoManagedIT_serviceTab__vlMfR:hover {
  color: var(--dgft-primary);
  border-left-color: var(--dgft-primary);
}

.CoManagedIT_serviceTab__vlMfR.CoManagedIT_active__wBfJ0 {
  border-left-color: var(--dgft-secondary);
  color: white;
}

.CoManagedIT_serviceTab__vlMfR.CoManagedIT_active__wBfJ0::before {
  opacity: 1;
}

.CoManagedIT_serviceTab__vlMfR::after {
  content: "→";
  position: absolute;
  right: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.CoManagedIT_serviceTab__vlMfR.CoManagedIT_active__wBfJ0::after {
  opacity: 1;
  transform: translateX(0);
}

.CoManagedIT_serviceContent__pZ30K {
  padding: 2rem;
  animation: CoManagedIT_fadeIn__d9iQw 0.5s ease forwards;
}

.CoManagedIT_serviceHeading__-ZEB8 {
  font-size: 24px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.CoManagedIT_serviceHeading__-ZEB8::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 3px;
  background: var(--dgft-primary);
}

@keyframes CoManagedIT_fadeIn__d9iQw {
  to {
    opacity: 1;
  }
}

.CoManagedIT_serviceContent__pZ30K h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-lg);
  position: relative;
  display: inline-block;
}

.CoManagedIT_serviceContent__pZ30K h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  bottom: -10px;
  left: 0;
  border-radius: 2px;
}

.CoManagedIT_servicesList__DrKoT {
  list-style: none;
  padding: 0;
  margin-top: var(--spacing-lg);
}

.CoManagedIT_serviceItem__VBT3F {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--spacing-md);
  padding: var(--spacing-md);
  background-color: #f9f9f9;
  border-radius: 8px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(20px);
  animation: CoManagedIT_slideIn__gyruS 0.5s ease forwards;
}

.CoManagedIT_serviceItem__VBT3F:nth-child(1) { animation-delay: 0.1s; }
.CoManagedIT_serviceItem__VBT3F:nth-child(2) { animation-delay: 0.2s; }
.CoManagedIT_serviceItem__VBT3F:nth-child(3) { animation-delay: 0.3s; }
.CoManagedIT_serviceItem__VBT3F:nth-child(4) { animation-delay: 0.4s; }
.CoManagedIT_serviceItem__VBT3F:nth-child(5) { animation-delay: 0.5s; }

@keyframes CoManagedIT_slideIn__gyruS {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.CoManagedIT_serviceItem__VBT3F:hover {
  background-color: #f0f4fc;
  transform: scale(1.02);
}

.CoManagedIT_serviceIcon__NfSx8 {
  color: var(--dgft-primary);
  margin-right: var(--spacing-md);
  font-size: 18px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.CoManagedIT_useCasesSection__XX48G {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.CoManagedIT_useCasesSection__XX48G::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: radial-gradient(var(--dgft-primary) 8%, transparent 8%);
  background-position: 0 0;
  background-size: 30px 30px;
  opacity: 0.03;
  z-index: 1;
}

.CoManagedIT_useCasesGrid__o6plq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.CoManagedIT_useCaseCard__2KfMd {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
  padding: 0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  animation: CoManagedIT_fadeInUp__zC4aH 0.5s ease forwards;
}

.CoManagedIT_useCaseCard__2KfMd:nth-of-type(1) { animation-delay: 0.1s; }
.CoManagedIT_useCaseCard__2KfMd:nth-of-type(2) { animation-delay: 0.3s; }
.CoManagedIT_useCaseCard__2KfMd:nth-of-type(3) { animation-delay: 0.5s; }

.CoManagedIT_useCaseCard__2KfMd:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.CoManagedIT_useCaseCard__2KfMd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  left: 0;
}

.CoManagedIT_challengeTitle__Ptdu9 {
  font-size: 20px;
  font-weight: 700;
  color: #e74c3c;
  margin: 0;
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  background-color: #fff5f5;
  border-bottom: 1px solid rgba(231, 76, 60, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.CoManagedIT_challengeTitle__Ptdu9::before {
  content: '!';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #e74c3c;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: var(--spacing-sm);
}

.CoManagedIT_solutionTitle__yYYqb {
  font-size: 20px;
  font-weight: 700;
  color: #27ae60;
  margin: 0;
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  background-color: #f0fff4;
  border-bottom: 1px solid rgba(39, 174, 96, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.CoManagedIT_solutionTitle__yYYqb::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #27ae60;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: var(--spacing-sm);
}

.CoManagedIT_benefitsTitle__xophC {
  font-size: 20px;
  font-weight: 700;
  color: #3498db;
  margin: 0;
  padding: var(--spacing-lg) var(--spacing-lg) var(--spacing-md);
  background-color: #ebf7ff;
  border-bottom: 1px solid rgba(52, 152, 219, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  transition: all 0.3s ease;
}

.CoManagedIT_useCaseCard__2KfMd:hover .CoManagedIT_benefitsTitle__xophC {
  background-color: #ddf1ff;
}

.CoManagedIT_benefitsTitle__xophC::before {
  content: '★';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #3498db;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  margin-right: var(--spacing-sm);
  transition: transform 0.3s ease;
}

.CoManagedIT_useCaseCard__2KfMd:hover .CoManagedIT_benefitsTitle__xophC::before {
  transform: rotate(360deg);
}

.CoManagedIT_challenge__81Dbc, .CoManagedIT_solution__h82BA, .CoManagedIT_benefits__S1TpF {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
  padding: var(--spacing-lg);
  margin: 0;
}

.CoManagedIT_sectionTitle__5tdUZ {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.CoManagedIT_serviceDescription__BFw7f {
  padding: 15px;
  line-height: 1.6;
  color: #333;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .CoManagedIT_benefitsGrid__czZp6 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .CoManagedIT_servicesContainer__g6HGr {
    flex-direction: column;
  }
  
  .CoManagedIT_servicesTabs__VMhoH {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    overflow-x: auto;
  }
  
  .CoManagedIT_serviceTab__vlMfR {
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
    white-space: nowrap;
  }
  
  .CoManagedIT_sectionTitle__5tdUZ {
    font-size: 30px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }
}

@media (max-width: 768px) {
  .CoManagedIT_heroTitle__jV1Bn {
    font-size: 32px;
  }
  
  .CoManagedIT_heroSubtitle__h8qai {
    font-size: 18px;
  }
  
  /* .whatIsDescription {
    font-size: 16px;
  } */
  
  .CoManagedIT_heroSection__IVFdi {
    padding: 3rem 0;
  }
  
  .CoManagedIT_serviceContent__pZ30K h3 {
    font-size: 22px;
  }
  
  .CoManagedIT_sectionTitle__5tdUZ {
    font-size: 28px;
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
  }
  
  .CoManagedIT_whatIsTitle__4Kv09 {
    font-size: 28px;
  }
  
  .CoManagedIT_useCasesGrid__o6plq {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
  }
  
  .CoManagedIT_challengeTitle__Ptdu9,
  .CoManagedIT_solutionTitle__yYYqb,
  .CoManagedIT_benefitsTitle__xophC {
    font-size: 18px;
    padding: var(--spacing-md) var(--spacing-md) var(--spacing-sm);
  }
  
  .CoManagedIT_challenge__81Dbc, 
  .CoManagedIT_solution__h82BA,
  .CoManagedIT_benefits__S1TpF {
    font-size: 15px;
    padding: var(--spacing-md);
  }
}

@media (max-width: 600px) {
  .CoManagedIT_serviceContent__pZ30K h3 {
    font-size: 20px;
  }
  
  .CoManagedIT_serviceItem__VBT3F {
    font-size: 15px;
  }
  
  .CoManagedIT_sectionTitle__5tdUZ {
    font-size: 26px;
  }
  
  .CoManagedIT_whatIsTitle__4Kv09 {
    font-size: 26px;
  }
  
  .CoManagedIT_whatIsContent__XVW4n {
    padding: 0 var(--spacing-md);
  }
  
  .CoManagedIT_challengeTitle__Ptdu9::before,
  .CoManagedIT_solutionTitle__yYYqb::before,
  .CoManagedIT_benefitsTitle__xophC::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .CoManagedIT_benefitsGrid__czZp6 {
    grid-template-columns: 1fr;
  }
  
  .CoManagedIT_heroTitle__jV1Bn {
    font-size: 28px;
  }
  
  .CoManagedIT_servicesTabs__VMhoH {
    flex-wrap: wrap;
  }
  
  .CoManagedIT_serviceTab__vlMfR {
    flex: 1 0 50%;
    font-size: 14px;
    padding: 15px 10px;
  }
  
  .CoManagedIT_sectionTitle__5tdUZ {
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .CoManagedIT_sectionTitle__5tdUZ span {
    display: inline-block;
    width: 100%;
  }
  
  .CoManagedIT_whatIsTitle__4Kv09 {
    font-size: 24px;
  }
  
  /* .whatIsDescription {
    font-size: 15px;
  } */
  
  /* .whatIsDescription::first-letter {
    font-size: 2em;
  } */
  
  .CoManagedIT_serviceContent__pZ30K {
    padding: 20px 15px;
  }
  
  .CoManagedIT_container__qAdS2 {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}
@keyframes ServerManagement_fadeInUp__30Ne0 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServerManagement_whatIsSection__iWv7m {
  padding: 1rem 3rem;
  background-color: white;
  position: relative;
  overflow: hidden;
}


.ServerManagement_whatIsContent__V9QLV {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ServerManagement_whatIsTitle__FvviK {
  font-size: 42px;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  text-align: center;
  position: relative;
}

.ServerManagement_whatIsTitle__FvviK::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 1rem auto 0;
  border-radius: 2px;
}

.ServerManagement_whatIsDescription__nr52Z {
  font-size: 20px;
  line-height: 1.8;
  color: var(--dgft-text);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: ServerManagement_fadeIn__m\+lPF 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes ServerManagement_fadeIn__m\+lPF {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServerManagement_highlight__VdyRo {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.ServerManagement_scenariosSection__G5bvz {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ServerManagement_scenariosSection__G5bvz::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  border-radius: 50%;
  opacity: 0.05;
  top: -100px;
  left: -100px;
}

.ServerManagement_scenariosSection__G5bvz::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--dgft-secondary) 0%, var(--dgft-primary) 100%);
  border-radius: 50%;
  opacity: 0.05;
  bottom: -100px;
  right: -100px;
}

.ServerManagement_scenariosTitle__MUBtW {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ServerManagement_scenariosTitle__MUBtW::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ServerManagement_scenariosGrid__L716U {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl) var(--spacing-xl);
  gap: var(--spacing-xl) var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 1;
}

.ServerManagement_scenarioItem__IvBqV {
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: var(--spacing-xl);
  transition: all 0.3s ease;
  transform: translateY(0);
}

.ServerManagement_scenarioItem__IvBqV:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ServerManagement_scenarioIcon__2kNKY {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--spacing-lg);
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
}

.ServerManagement_scenarioTitle__r\+q-I {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ServerManagement_scenarioDescription__sH7ir {
  font-size: 15px;
  line-height: 1.6;
  color: var(--dgft-text);
  opacity: 0;
  transform: translateY(20px);
  animation: ServerManagement_fadeIn__m\+lPF 0.5s ease-out forwards;
  animation-delay: 0.2s;
}

.ServerManagement_benefitsSection__ZHgbU {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  background: linear-gradient(145deg, #ffffff, #f8faff);
}

.ServerManagement_benefitsSection__ZHgbU::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" xmlns=\"http://www.w3.org/2000/svg\"><g fill=\"%23f9f9f9\" fill-rule=\"evenodd\"><circle cx=\"10\" cy=\"10\" r=\"1\"/></g></svg>");
  opacity: 0.4;
  z-index: 1;
}

.ServerManagement_benefitsContent__hjvT2 {
  position: relative;
  z-index: 2;
}

.ServerManagement_benefitsTitle__XQ3gs {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 800;
  position: relative;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 var(--spacing-lg);
  line-height: 1.4;
}

.ServerManagement_benefitsTitle__XQ3gs::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  bottom: -15px;
  left: 0;
  opacity: 0.1;
  border-radius: 5px;
}

.ServerManagement_benefitsTitle__XQ3gs::after {
  content: '';
  display: block;
  width: 100px;
  height: 5px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 1.2rem auto 0;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  animation: ServerManagement_pulse__8AmcD 2s infinite alternate;
}

@keyframes ServerManagement_pulse__8AmcD {
  from { opacity: 0.7; width: 60px; }
  to { opacity: 1; width: 120px; }
}

.ServerManagement_benefitItem__wNrb\+ {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-xxl);
  opacity: 0;
  transform: translateY(30px);
  animation: ServerManagement_fadeInUp__30Ne0 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.2s);
}

.ServerManagement_benefitItem__wNrb\+:nth-child(1) { --index: 1; }
.ServerManagement_benefitItem__wNrb\+:nth-child(2) { --index: 2; }
.ServerManagement_benefitItem__wNrb\+:nth-child(3) { --index: 3; }
.ServerManagement_benefitItem__wNrb\+:nth-child(4) { --index: 4; }
.ServerManagement_benefitItem__wNrb\+:nth-child(5) { --index: 5; }

@keyframes ServerManagement_fadeInUp__30Ne0 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ServerManagement_benefitItem__wNrb\+:nth-child(even) {
  flex-direction: row-reverse;
}

.ServerManagement_benefitImage__8NJh7 {
  flex: 1 1;
  padding: 0 var(--spacing-lg);
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.ServerManagement_benefitImage__8NJh7 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.7s ease;
}

.ServerManagement_benefitImage__8NJh7:hover img {
  transform: scale(1.05);
}

.ServerManagement_benefitImage__8NJh7::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

.ServerManagement_benefitImage__8NJh7:hover::before {
  opacity: 1;
}

.ServerManagement_benefitContent__-NKoF {
  flex: 1 1;
  padding: 0 var(--spacing-xl);
}

.ServerManagement_benefitName__Pmd3D {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.ServerManagement_benefitName__Pmd3D::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: var(--dgft-primary);
  opacity: 0.1;
  border-radius: 50%;
  top: -5px;
  left: -15px;
  z-index: -1;
}

.ServerManagement_benefitDescription__apmuK {
  font-size: 16px;
  line-height: 1.8;
  color: var(--dgft-text);
  position: relative;
  padding-left: 20px;
}

.ServerManagement_benefitDescription__apmuK::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  top: 0;
  border-radius: 3px;
}

.ServerManagement_benefitDivider__gzMQI {
  height: 2px;
  background: linear-gradient(to right, transparent, var(--dgft-primary), var(--dgft-secondary), transparent);
  opacity: 0.2;
  margin: var(--spacing-xl) 0;
}

.ServerManagement_benefitsLayout__66QSY {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin: 2rem auto;
  max-width: 1000px;
  position: relative;
}

.ServerManagement_benefitsTextContent__-plwh {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ServerManagement_benefitTextItem__5PI2b {
  padding: 2rem;
  border-radius: 12px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.ServerManagement_benefitTextItem__5PI2b:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ServerManagement_benefitTextItem__5PI2b::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  border-radius: 3px 0 0 3px;
}

.ServerManagement_benefitTextItem__5PI2b::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, var(--dgft-primary), var(--dgft-secondary));
  border-radius: 50%;
  opacity: 0.05;
  transform: translate(30%, -30%);
  transition: all 0.4s ease;
}

.ServerManagement_benefitTextItem__5PI2b:hover::after {
  transform: translate(20%, -20%) scale(1.3);
  opacity: 0.08;
}

.ServerManagement_benefitName__Pmd3D {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  padding-left: 0.5rem;
  position: relative;
  display: inline-block;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

.ServerManagement_benefitDescription__apmuK {
  font-size: 16px;
  line-height: 1.8;
  color: var(--dgft-text);
  padding-left: 0.5rem;
  position: relative;
}

.ServerManagement_benefitDivider__gzMQI {
  display: none;
}
p, .ServerManagement_solution-text__GHN2j {
    white-space: pre-line;
  }

@media (max-width: 992px) {
  .ServerManagement_benefitsTextContent__-plwh {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ServerManagement_benefitTextItem__5PI2b {
    padding: 1.5rem;
  }
  
  .ServerManagement_benefitName__Pmd3D {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .ServerManagement_benefitTextItem__5PI2b {
    padding: 1.2rem;
  }
  
  .ServerManagement_benefitName__Pmd3D {
    font-size: 18px;
  }
  
  .ServerManagement_benefitDescription__apmuK {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* Case Studies Section Styles */
.ServerManagement_caseStudiesSection__7Jq59 {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ServerManagement_caseStudiesTitle__XQUUI {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ServerManagement_caseStudiesTitle__XQUUI::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ServerManagement_useCaseItem__97H1B {
  margin-bottom: var(--spacing-xl);
  padding: 0;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.ServerManagement_challengeSection__yU-uA {
  padding: var(--spacing-lg) var(--spacing-xl);
  position: relative;
  border-left: 4px solid var(--dgft-secondary);
}

.ServerManagement_challengeTitle__5pe\+0 {
  color: var(--dgft-secondary);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: var(--spacing-sm);
}

.ServerManagement_solutionSection__O0ex0 {
  padding: var(--spacing-lg) var(--spacing-xl);
  background-color: white;
}

.ServerManagement_solutionTitle__6-Ctd {
  color: var(--dgft-primary);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: var(--spacing-sm);
}

.ServerManagement_solutionList__JG3wR {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.ServerManagement_solutionList__JG3wR li {
  position: relative;
  padding-left: 30px;
  margin-bottom: var(--spacing-sm);
  line-height: 1.5;
}

.ServerManagement_solutionList__JG3wR li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background-color: var(--dgft-primary);
  border-radius: 50%;
}

.ServerManagement_useCaseHeading__Vk0Ix {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: var(--spacing-xl) 0;
  padding: var(--spacing-md) 0;
  position: relative;
}

.ServerManagement_gradientText__\+G7sq {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.ServerManagement_useCaseHeading__Vk0Ix::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}
/* box  */
.ServerManagement_whatIsSection__iWv7m {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem;
}

.ServerManagement_whatIsCard__twi\+o {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.85);
  padding: 2.5rem 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-left: 6px solid #3b82f6;
  animation: ServerManagement_fadeInUp__30Ne0 0.6s ease-out both;
}

.ServerManagement_whatIsTitle__FvviK {
  font-size: 1.5rem;
  color: #1e3a8a;
  font-weight: bold;
  margin-bottom: 1.2rem;
}

.ServerManagement_sectionTitle__zwUyP span {
  display: block;
}

.ServerManagement_whatIsDescription__nr52Z {
  font-size: 1.05rem;
  color: #333;
  line-height: 1.8;
}

.ServerManagement_highlight__VdyRo {
  font-weight: 600;
  color: #2563eb;
}


@keyframes ServerManagement_fadeInUp__30Ne0 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .ServerManagement_challengeTitle__5pe\+0, .ServerManagement_solutionTitle__6-Ctd {
    font-size: 18px;
  }
  
  .ServerManagement_challengeSection__yU-uA, .ServerManagement_solutionSection__O0ex0 {
    padding: var(--spacing-md);
  }
}

@media (max-width: 480px) {
  .ServerManagement_challengeTitle__5pe\+0, .ServerManagement_solutionTitle__6-Ctd {
    font-size: 16px;
  }
  
  .ServerManagement_solutionList__JG3wR li {
    font-size: 14px;
  }
}

.ServerManagement_sectionTitle__zwUyP {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: var(--highlight-title);
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .ServerManagement_scenariosGrid__L716U {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ServerManagement_whatIsTitle__FvviK, .ServerManagement_scenariosTitle__MUBtW, .ServerManagement_benefitsTitle__XQ3gs {
    font-size: 36px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }
  
  .ServerManagement_sectionTitle__zwUyP {
    font-size: 30px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
  }
}

@media (max-width: 768px) {
  .ServerManagement_heroTitle__DFVZE {
    font-size: 32px;
  }
  
  .ServerManagement_heroSubtitle__TPFth {
    font-size: 18px;
  }
  
  .ServerManagement_whatIsDescription__nr52Z {
    font-size: 18px;
  }
  
  .ServerManagement_benefitItem__wNrb\+, .ServerManagement_benefitItem__wNrb\+:nth-child(even) {
    flex-direction: column;
  }
  
  .ServerManagement_benefitImage__8NJh7, .ServerManagement_benefitContent__-NKoF {
    padding: 0;
    margin-bottom: var(--spacing-lg);
  }
  
  .ServerManagement_heroSection__Pv0V- {
    padding: 3rem 0;
  }
  
  .ServerManagement_whatIsTitle__FvviK, .ServerManagement_scenariosTitle__MUBtW {
    font-size: 32px;
    line-height: 1.3;
  }
  
  .ServerManagement_scenarioItem__IvBqV {
    padding: var(--spacing-lg);
  }
  
  .ServerManagement_benefitsTitle__XQ3gs {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 var(--spacing-md);
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  
  .ServerManagement_sectionTitle__zwUyP {
    font-size: 28px;
    margin-bottom: var(--spacing-lg);
    padding: 0 var(--spacing-md);
    max-width: 100%;
    width: 100%;
    overflow-wrap: break-word;
  }
  
  .ServerManagement_container__IkZg- {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
}

@media (max-width: 600px) {
  .ServerManagement_whatIsTitle__FvviK, .ServerManagement_scenariosTitle__MUBtW {
    font-size: 28px;
  }
  
  .ServerManagement_benefitsTitle__XQ3gs {
    font-size: 26px;
  }
  
  .ServerManagement_scenarioIcon__2kNKY {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  
  .ServerManagement_scenarioTitle__r\+q-I {
    font-size: 18px;
  }
  
  .ServerManagement_sectionTitle__zwUyP {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .ServerManagement_scenariosGrid__L716U {
    grid-template-columns: 1fr;
  }
  
  .ServerManagement_heroTitle__DFVZE {
    font-size: 28px;
  }
  
  .ServerManagement_whatIsSection__iWv7m {
    padding: var(--spacing-lg);
  }
  
  .ServerManagement_whatIsDescription__nr52Z {
    font-size: 16px;
  }
  
  .ServerManagement_whatIsTitle__FvviK, .ServerManagement_scenariosTitle__MUBtW {
    font-size: 24px;
    padding: 0;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ServerManagement_benefitsTitle__XQ3gs {
    font-size: 22px;
    padding: 0;
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    line-height: 1.3;
  }
  
  .ServerManagement_sectionTitle__zwUyP {
    font-size: 22px;
    padding: 0 var(--spacing-sm);
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ServerManagement_sectionTitle__zwUyP span {
    display: inline-block;
    width: 100%;
  }
  
  .ServerManagement_container__IkZg- {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .ServerManagement_scenarioItem__IvBqV {
    padding: var(--spacing-md);
  }
  
  .ServerManagement_scenarioDescription__sH7ir {
    font-size: 14px;
  }
  
  .ServerManagement_benefitName__Pmd3D {
    font-size: 20px;
  }
  
  .ServerManagement_benefitDescription__apmuK {
    font-size: 14px;
  }
}

.ServerManagement_benefitIcon__99fFg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--dgft-primary), var(--dgft-secondary));
  border-radius: 50%;
  margin-bottom: 1.2rem;
  color: white;
  font-size: 1.5rem;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.25);
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.ServerManagement_benefitIcon__99fFg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 1;
}

.ServerManagement_benefitIcon__99fFg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(-100%) skewX(-30deg);
  transition: transform 0.6s ease;
}

.ServerManagement_benefitTextItem__5PI2b:hover .ServerManagement_benefitIcon__99fFg {
  transform: translateZ(0) scale(1.1);
  box-shadow: 0 15px 30px rgba(64, 74, 216, 0.35);
}

.ServerManagement_benefitTextItem__5PI2b:hover .ServerManagement_benefitIcon__99fFg::after {
  transform: translateX(100%) skewX(-30deg);
}
.ServerManagement_solutionsSection__83wWB {
  padding: var(--spacing-xxl) 0;
  background-color: white;
}

.ServerManagement_solutionsTitle__fLP60 {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ServerManagement_solutionsGrid__B21bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
}

.ServerManagement_solutionCard__PPVev {
  background-color: white;
  box-shadow: 0 4px 10px var(--box-shadow);
  padding: var(--spacing-lg);
  border-radius: 8px;
  transition: border-bottom 0.3s ease;
  position: relative;
}

.ServerManagement_solutionCard__PPVev::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--dgft-secondary);
  transition: width 0.3s ease;
}

.ServerManagement_solutionCard__PPVev:hover::after {
  width: 100%;
}

.ServerManagement_solutionIcon__exnwg {
  font-size: 48px;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
}

.ServerManagement_solutionTitle__6-Ctd {
  font-size: 20px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
}

.ServerManagement_solutionDescription__w4Fv4 {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}
.ApplicationDevelopment_sectionTitle__QEUXP {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #082444;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}

.ApplicationDevelopment_highlightText__7CAtg {
  color: #20367d;
}

.ApplicationDevelopment_sectionSubtitle__YCtzf {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4A5568;
  max-width: 800px;
  margin: 0 auto;
}

.ApplicationDevelopment_fullWidthText__TuQEn {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #4A5568;
  width: 100%;
  margin: 0 auto;
}

.ApplicationDevelopment_bgLightBlue__B5b\+I {
  background-color: #F5F9FF;
}

.ApplicationDevelopment_bgLighterBlue__EWhLX {
  background-color: #EBF5FF;
}

.ApplicationDevelopment_bgGray__hNFLN {
  background-color: #F7FAFC;
}

.ApplicationDevelopment_sectionPadding__9p0uY {
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.ApplicationDevelopment_animateDelay0__h3NBl {
  animation-delay: 0ms;
}

.ApplicationDevelopment_animateDelay100__gB6uS {
  animation-delay: 100ms;
}

.ApplicationDevelopment_animateDelay200__6TvQu {
  animation-delay: 200ms;
}

.ApplicationDevelopment_animateDelay300__MV-mb {
  animation-delay: 300ms;
}

.ApplicationDevelopment_animateDelay400__w67tx {
  animation-delay: 400ms;
}

.ApplicationDevelopment_animateDelay500__\+wrZm {
  animation-delay: 500ms;
}


.ApplicationDevelopment_featureCard__Z07Gw {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.ApplicationDevelopment_featureCard__Z07Gw:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}


.ApplicationDevelopment_processCard__Vb0Bt {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}


@media (max-width: 768px) {
  .ApplicationDevelopment_sectionTitle__QEUXP {
    font-size: 2rem;
    padding: 0 1rem;
    max-width: 100%;
  }
  
  .ApplicationDevelopment_sectionPadding__9p0uY {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 480px) {
  .ApplicationDevelopment_sectionTitle__QEUXP {
    font-size: 1.75rem;
    padding: 0 0.5rem;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ApplicationDevelopment_sectionTitle__QEUXP span {
    display: inline-block;
    width: 100%;
  }
  
  .ApplicationDevelopment_sectionSubtitle__YCtzf {
    font-size: 1rem;
    padding: 0 0.5rem;
  }
  
  .ApplicationDevelopment_processCard__Vb0Bt {
    flex-direction: column;
  }
}

.ApplicationDevelopment_whatIsSection__\+3m7l {
  padding: 1rem 3rem;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.ApplicationDevelopment_whatIsContent__9nSi6 {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ApplicationDevelopment_whatIsTitle__R-rOD {
  font-size: 42px;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  text-align: center;
  position: relative;
}

.ApplicationDevelopment_whatIsTitle__R-rOD::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 1rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_whatIsDescription__t67rw {
  font-size: 20px;
  line-height: 1.8;
  color: var(--dgft-text);
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeIn__yFEsr 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

.ApplicationDevelopment_highlight__\+sZQ4 {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

/* Services Section */
.ApplicationDevelopment_servicesSection__fjJ8P {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
  overflow: hidden;
}
.ApplicationDevelopment_servicesTitle__Rhl6B {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_servicesTitle__Rhl6B::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_servicesContainer__UG3-\+ {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  background: white;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.8s ease forwards;
  animation-delay: 0.2s;
}

.ApplicationDevelopment_servicesTabs__Ho2EN {
  width: 30%;
  background: linear-gradient(to bottom, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}

.ApplicationDevelopment_serviceTab__vdxkI {
  color: white;
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ApplicationDevelopment_tabIcon__9MKrY {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  color: white;
}

.ApplicationDevelopment_serviceTab__vdxkI i {
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_serviceTab__vdxkI:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.ApplicationDevelopment_serviceTab__vdxkI.ApplicationDevelopment_active__ebkqu {
  background-color: rgba(255, 255, 255, 0.2);
}

.ApplicationDevelopment_serviceTab__vdxkI::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: white;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.ApplicationDevelopment_serviceTab__vdxkI.ApplicationDevelopment_active__ebkqu::before {
  transform: scaleY(1);
}

.ApplicationDevelopment_serviceTab__vdxkI::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  transition: transform 0.3s ease;
}

.ApplicationDevelopment_serviceTab__vdxkI.ApplicationDevelopment_active__ebkqu::after {
  transform: translateY(-50%) scale(1);
}

.ApplicationDevelopment_serviceContent__FOXHP {
  width: 70%;
  padding: 3rem;
  opacity: 0;
  animation: ApplicationDevelopment_fadeIn__yFEsr 0.5s ease forwards;
}

.ApplicationDevelopment_serviceContent__FOXHP h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1.5rem;
  position: relative;
}

.ApplicationDevelopment_servicesList__Df5Vd {
  list-style-type: none;
  padding: 0;
}

.ApplicationDevelopment_serviceItem__61Rov {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  transform: translateX(-20px);
  opacity: 0;
  animation: ApplicationDevelopment_slideIn__ETlN8 0.5s ease forwards;
}

.ApplicationDevelopment_serviceItem__61Rov:hover {
  background-color: #f0f4ff;
  transform: translateX(5px);
}

.ApplicationDevelopment_serviceIcon__7\+13w {
  color: var(--dgft-primary);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
}

@keyframes ApplicationDevelopment_slideIn__ETlN8 {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes ApplicationDevelopment_fadeIn__yFEsr {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ApplicationDevelopment_fadeInUp__KmuU- {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Process Section */
.ApplicationDevelopment_processSection__915vW {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.ApplicationDevelopment_processTitle__6RCPj {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_processTitle__6RCPj::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_timeline__FHHU5 {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

.ApplicationDevelopment_timeline__FHHU5::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
}

.ApplicationDevelopment_timelineItem__b8HMd {
  padding: 1rem;
  position: relative;
  width: 50%;
  opacity: 0;
  animation: ApplicationDevelopment_fadeInSlide__E9eqB 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.2s);
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(1) { --index: 1; }
.ApplicationDevelopment_timelineItem__b8HMd:nth-child(2) { --index: 2; }
.ApplicationDevelopment_timelineItem__b8HMd:nth-child(3) { --index: 3; }
.ApplicationDevelopment_timelineItem__b8HMd:nth-child(4) { --index: 4; }
.ApplicationDevelopment_timelineItem__b8HMd:nth-child(5) { --index: 5; }
.ApplicationDevelopment_timelineItem__b8HMd:nth-child(6) { --index: 6; }

@keyframes ApplicationDevelopment_fadeInSlide__E9eqB {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(odd) {
  left: 0;
  padding-right: 3rem;
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(even) {
  left: 50%;
  padding-left: 3rem;
}

.ApplicationDevelopment_timelineItem__b8HMd::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: white;
  border: 4px solid var(--dgft-primary);
  border-radius: 50%;
  top: 1.5rem;
  z-index: 1;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(odd)::before {
  right: -12.5px;
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(even)::before {
  left: -12.5px;
}

.ApplicationDevelopment_timelineItem__b8HMd::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--dgft-primary);
  top: 1.7rem;
  z-index: 1;
  transition: width 0.3s ease;
}

.ApplicationDevelopment_timelineItem__b8HMd:hover::after {
  width: 30px;
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(odd)::after {
  right: 0;
}

.ApplicationDevelopment_timelineItem__b8HMd:nth-child(even)::after {
  left: 0;
}

.ApplicationDevelopment_timelineItem__b8HMd > div {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.ApplicationDevelopment_timelineItem__b8HMd:hover > div {
  transform: translateY(-5px);
}

.ApplicationDevelopment_phaseNumber__E5hvO {
  position: absolute;
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  top: 0;
  z-index: 2;
}

.ApplicationDevelopment_phaseTitle__PhZlA {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1rem;
}

.ApplicationDevelopment_phaseContent__nYUz7 {
  color: var(--dgft-text);
}

.ApplicationDevelopment_phaseDescription__yeNuC {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
}

/* Benefits Section */
.ApplicationDevelopment_benefitsSection__-iK9a {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.ApplicationDevelopment_benefitsTitle__JaWQq {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ApplicationDevelopment_benefitsTitle__JaWQq::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_benefitsGrid__UT8of {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  margin-top: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.ApplicationDevelopment_benefitCard__jBaPq {
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.5s ease forwards;
}

.ApplicationDevelopment_benefitCard__jBaPq:nth-of-type(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_benefitCard__jBaPq:nth-of-type(2) { animation-delay: 0.2s; }
.ApplicationDevelopment_benefitCard__jBaPq:nth-of-type(3) { animation-delay: 0.3s; }
.ApplicationDevelopment_benefitCard__jBaPq:nth-of-type(4) { animation-delay: 0.4s; }

.ApplicationDevelopment_benefitCard__jBaPq::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.ApplicationDevelopment_benefitCard__jBaPq:hover {
  transform: translateY(-10px);
  color: white;
  box-shadow: 0 20px 40px rgba(64, 74, 216, 0.2);
}

.ApplicationDevelopment_benefitCard__jBaPq:hover::before {
  opacity: 1;
}

.ApplicationDevelopment_benefitIcon__pj6og {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
  margin: 0 auto var(--spacing-lg);
  transition: all 0.3s ease;
}

.ApplicationDevelopment_benefitIcon__pj6og i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_benefitCard__jBaPq:hover .ApplicationDevelopment_benefitIcon__pj6og {
  background: white;
  color: var(--dgft-primary);
  transform: scale(1.1);
}

.ApplicationDevelopment_benefitTitle__7lzuz {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  transition: color 0.3s ease;
}

.ApplicationDevelopment_benefitCard__jBaPq:hover .ApplicationDevelopment_benefitTitle__7lzuz {
  color: white;
}

.ApplicationDevelopment_benefitDescription__ijBOg {
  font-size: 16px;
  line-height: 1.7;
  color: var(--description-para);
  transition: color 0.3s ease;
}

.ApplicationDevelopment_benefitCard__jBaPq:hover .ApplicationDevelopment_benefitDescription__ijBOg {
  color: rgba(255, 255, 255, 0.9);
}

/* Use Case Section */
.ApplicationDevelopment_useCaseSection__BfBbc {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.ApplicationDevelopment_useCaseTitle__tRbYO {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ApplicationDevelopment_useCaseTitle__tRbYO::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_useCaseCard__E5AW1 {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.8s ease forwards;
}

.ApplicationDevelopment_useCaseCard__E5AW1:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ApplicationDevelopment_useCaseContent__4G6ft {
  padding: 3rem;
}

.ApplicationDevelopment_challengeSection__pf\+qz, .ApplicationDevelopment_solutionSection__zr3PT, .ApplicationDevelopment_outcomeSection__n8gbM {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dashed #e1e1e1;
}

.ApplicationDevelopment_outcomeSection__n8gbM {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.ApplicationDevelopment_challengeTitle__dSvQw, .ApplicationDevelopment_solutionTitle__9asuP, .ApplicationDevelopment_outcomeTitle__H2sg0 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.ApplicationDevelopment_challengeTitle__dSvQw {
  color: #e74c3c;
}

.ApplicationDevelopment_challengeTitle__dSvQw::before {
  content: '⚠️';
  margin-right: 10px;
}

.ApplicationDevelopment_solutionTitle__9asuP {
  color: #27ae60;
}

.ApplicationDevelopment_solutionTitle__9asuP::before {
  content: '💡';
  margin-right: 10px;
}

.ApplicationDevelopment_outcomeTitle__H2sg0 {
  color: #3498db;
}

.ApplicationDevelopment_outcomeTitle__H2sg0::before {
  content: '📈';
  margin-right: 10px;
}

.ApplicationDevelopment_challenge__kxbw3, .ApplicationDevelopment_solution__J-6Kj {
  font-size: 18px;
  line-height: 1.6;
}

.ApplicationDevelopment_outcomeHighlight__6dVn8 {
  color: var(--dgft-primary);
  font-weight: 700;
}

/* Stack Section */
.ApplicationDevelopment_stackSection__RFUQY {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
}

.ApplicationDevelopment_stackTitle__OvcCG {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.ApplicationDevelopment_stackTitle__OvcCG::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_stackContainer__juqcY {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.ApplicationDevelopment_stackCategory__cBHmE {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.5s ease forwards;
}

.ApplicationDevelopment_stackCategory__cBHmE:nth-of-type(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_stackCategory__cBHmE:nth-of-type(2) { animation-delay: 0.3s; }
.ApplicationDevelopment_stackCategory__cBHmE:nth-of-type(3) { animation-delay: 0.5s; }

.ApplicationDevelopment_categoryTitle__diuVw {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
}

.ApplicationDevelopment_categoryTitle__diuVw::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_techItems__\+59rM {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.ApplicationDevelopment_techItem__RKrSM {
  padding: 0.6rem 1.2rem;
  background-color: #f0f4ff;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  color: var(--dgft-primary);
  transition: all 0.3s ease;
}

.ApplicationDevelopment_techItem__RKrSM:hover {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 5px 10px rgba(64, 74, 216, 0.2);
}

/* Media Queries */
@media (max-width: 1024px) {
  .ApplicationDevelopment_benefitsGrid__UT8of {
    grid-template-columns: repeat(2, 1fr);
  }

  .ApplicationDevelopment_timeline__FHHU5::after {
    left: 31px;
  }

  .ApplicationDevelopment_timelineItem__b8HMd {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .ApplicationDevelopment_timelineItem__b8HMd:nth-child(odd), .ApplicationDevelopment_timelineItem__b8HMd:nth-child(even) {
    left: 0;
  }

  .ApplicationDevelopment_timelineItem__b8HMd:nth-child(odd)::before, .ApplicationDevelopment_timelineItem__b8HMd:nth-child(even)::before {
    left: 18px;
  }

  .ApplicationDevelopment_timelineItem__b8HMd:nth-child(odd)::after, .ApplicationDevelopment_timelineItem__b8HMd:nth-child(even)::after {
    left: 45px;
  }

  .ApplicationDevelopment_stackContainer__juqcY {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .ApplicationDevelopment_expertiseGrid__mk8lT, .ApplicationDevelopment_differentiatorGrid__6pquF {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ApplicationDevelopment_whatIsTitle__R-rOD, .ApplicationDevelopment_servicesTitle__Rhl6B, .ApplicationDevelopment_processTitle__6RCPj, 
  .ApplicationDevelopment_enterpriseTitle__Ouvba, .ApplicationDevelopment_helpTitle__vGI0G, .ApplicationDevelopment_expertiseTitle__mlclA, 
  .ApplicationDevelopment_differentiatorTitle__dQk6M {
    font-size: 36px;
    max-width: 100%;
    padding: 0 var(--spacing-md);
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media (max-width: 768px) {
  .ApplicationDevelopment_heroTitle__uwtFZ {
    font-size: 36px;
  }

  .ApplicationDevelopment_heroSubtitle__5stgt {
    font-size: 18px;
  }

  .ApplicationDevelopment_whatIsDescription__t67rw {
    font-size: 16px;
  }

  .ApplicationDevelopment_servicesContainer__UG3-\+ {
    flex-direction: column;
  }

  .ApplicationDevelopment_servicesTabs__Ho2EN {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    padding: 1rem;
  }

  .ApplicationDevelopment_serviceTab__vdxkI {
    padding: 0.8rem 1.2rem;
    white-space: nowrap;
  }

  .ApplicationDevelopment_serviceTab__vdxkI::after, .ApplicationDevelopment_serviceTab__vdxkI::before {
    display: none;
  }

  .ApplicationDevelopment_serviceContent__FOXHP {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .ApplicationDevelopment_benefitsGrid__UT8of {
    grid-template-columns: 1fr;
  }

  .ApplicationDevelopment_whatIsSection__\+3m7l {
    padding: 4rem 1.5rem;
  }

  .ApplicationDevelopment_expertiseGrid__mk8lT, .ApplicationDevelopment_differentiatorGrid__6pquF {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .ApplicationDevelopment_processGrid__dET59 {
    grid-template-columns: 1fr;
  }
  
  .ApplicationDevelopment_serviceListItem__keslA {
    flex-direction: column;
  }
  
  .ApplicationDevelopment_serviceDot__fgMB3 {
    margin-bottom: 0.5rem;
  }
  
  .ApplicationDevelopment_whatIsTitle__R-rOD, .ApplicationDevelopment_servicesTitle__Rhl6B, .ApplicationDevelopment_processTitle__6RCPj, 
  .ApplicationDevelopment_enterpriseTitle__Ouvba, .ApplicationDevelopment_helpTitle__vGI0G, .ApplicationDevelopment_expertiseTitle__mlclA, 
  .ApplicationDevelopment_differentiatorTitle__dQk6M {
    font-size: 28px;
    line-height: 1.3;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
    padding: 0 var(--spacing-md);
  }
  
  .ApplicationDevelopment_container__tGzHE {
    width: 100%;
    max-width: 100%;
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
  }
  
  .ApplicationDevelopment_whatIsDescription__t67rw, 
  .ApplicationDevelopment_productDescription__0zRha, 
  .ApplicationDevelopment_enterpriseDescription__Ri3Q2,
  .ApplicationDevelopment_serviceItemDescription__bbQKC {
    padding: 0;
    font-size: 16px;
  }
  
  .ApplicationDevelopment_processCard__Vb0Bt {
    padding: var(--spacing-md);
  }

  .ApplicationDevelopment_differentiatorRow__bZf2m {
    flex-direction: column;
    align-items: center;
  }
  
  .ApplicationDevelopment_differentiatorRow__bZf2m .ApplicationDevelopment_differentiatorCard__XCgTv {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .ApplicationDevelopment_heroTitle__uwtFZ {
    font-size: 28px;
  }

  .ApplicationDevelopment_serviceTab__vdxkI {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }

  .ApplicationDevelopment_whatIsDescription__t67rw {
    font-size: 16px;
  }

  .ApplicationDevelopment_whatIsTitle__R-rOD, .ApplicationDevelopment_servicesTitle__Rhl6B, .ApplicationDevelopment_processTitle__6RCPj, 
  .ApplicationDevelopment_enterpriseTitle__Ouvba, .ApplicationDevelopment_helpTitle__vGI0G, .ApplicationDevelopment_expertiseTitle__mlclA, 
  .ApplicationDevelopment_differentiatorTitle__dQk6M {
    font-size: 22px;
    padding: 0;
    word-break: break-word;
    line-height: 1.3;
  }
  
  .ApplicationDevelopment_processCard__Vb0Bt {
    padding: var(--spacing-sm);
  }
  
  .ApplicationDevelopment_processIcon__bmIgd {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .ApplicationDevelopment_processCardTitle__a2i4S {
    font-size: 18px;
  }
  
  .ApplicationDevelopment_processCardDescription__bSaWm {
    font-size: 14px;
  }
  
  .ApplicationDevelopment_expertiseCard__9Em8q, .ApplicationDevelopment_differentiatorCard__XCgTv {
    padding: var(--spacing-md);
  }
  
  .ApplicationDevelopment_expertiseIcon__p7DDZ, .ApplicationDevelopment_differentiatorIcon__qjrLa {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .ApplicationDevelopment_expertiseCardTitle__iKAzJ, .ApplicationDevelopment_differentiatorCardTitle__uvP-0 {
    font-size: 18px;
  }
  
  .ApplicationDevelopment_expertiseCardDescription__TFJHc, .ApplicationDevelopment_differentiatorCardDescription__gSH1b {
    font-size: 14px;
  }
  
  .ApplicationDevelopment_container__tGzHE {
    padding-left: var(--spacing-md);
    padding-right: var(--spacing-md);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
}

/* Product Description */
.ApplicationDevelopment_productContent__tZJdi {
  max-width: 1000px;
  margin: 0 auto 2rem;
}

.ApplicationDevelopment_productDescription__0zRha {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  text-align: center;
  margin-bottom: 2rem;
}

/* Process Grid */
.ApplicationDevelopment_processGrid__dET59 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2rem;
}

.ApplicationDevelopment_processCard__Vb0Bt {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  transition: transform 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.5s ease forwards;
}

.ApplicationDevelopment_processCard__Vb0Bt:nth-child(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_processCard__Vb0Bt:nth-child(2) { animation-delay: 0.2s; }
.ApplicationDevelopment_processCard__Vb0Bt:nth-child(3) { animation-delay: 0.3s; }
.ApplicationDevelopment_processCard__Vb0Bt:nth-child(4) { animation-delay: 0.4s; }
.ApplicationDevelopment_processCard__Vb0Bt:nth-child(5) { animation-delay: 0.5s; }

.ApplicationDevelopment_processCard__Vb0Bt:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ApplicationDevelopment_processIconContainer__TYDvq {
  flex-shrink: 0;
}

.ApplicationDevelopment_processIcon__bmIgd {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 24px;
  box-shadow: 0 8px 16px rgba(64, 74, 216, 0.2);
}

.ApplicationDevelopment_processIcon__bmIgd i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_processContent__-Prt3 {
  flex-grow: 1;
}

.ApplicationDevelopment_processCardTitle__a2i4S {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 0.8rem;
}

.ApplicationDevelopment_processCardDescription__bSaWm {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgft-text);
}

/* Enterprise Section */
.ApplicationDevelopment_enterpriseSection__5mHUP {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.ApplicationDevelopment_enterpriseTitle__Ouvba {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_enterpriseTitle__Ouvba::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_enterpriseContent__u6IBE {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeIn__yFEsr 0.8s ease forwards;
}

.ApplicationDevelopment_enterpriseDescription__Ri3Q2 {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  margin-bottom: 1.5rem;
}

.ApplicationDevelopment_enterpriseDescription__Ri3Q2:last-child {
  margin-bottom: 0;
}

/* Help Section */
.ApplicationDevelopment_helpSection__qWm80 {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
}

.ApplicationDevelopment_helpTitle__vGI0G {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_helpTitle__vGI0G::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_helpContent__82HvB {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeIn__yFEsr 0.8s ease forwards;
}

.ApplicationDevelopment_columnTitle__6EUkh {
  font-size: 24px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #f0f0f0;
}

.ApplicationDevelopment_serviceList__x06bv {
  list-style-type: none;
  padding: 0;
}

.ApplicationDevelopment_serviceListItem__keslA {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #e1e1e1;
}

.ApplicationDevelopment_serviceListItem__keslA:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.ApplicationDevelopment_serviceDot__fgMB3 {
  font-size: 20px;
  color: var(--dgft-primary);
  margin-right: 1rem;
  flex-shrink: 0;
}

.ApplicationDevelopment_serviceItemTitle__leCpq {
  font-size: 18px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: 0.5rem;
}

.ApplicationDevelopment_serviceItemDescription__bbQKC {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}

/* Expertise Section */
.ApplicationDevelopment_expertiseSection__-brr1 {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.ApplicationDevelopment_expertiseTitle__mlclA {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_expertiseTitle__mlclA::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_expertiseGrid__mk8lT {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ApplicationDevelopment_expertiseCard__9Em8q {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.5s ease forwards;
}

.ApplicationDevelopment_expertiseCard__9Em8q:nth-child(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_expertiseCard__9Em8q:nth-child(2) { animation-delay: 0.2s; }
.ApplicationDevelopment_expertiseCard__9Em8q:nth-child(3) { animation-delay: 0.3s; }
.ApplicationDevelopment_expertiseCard__9Em8q:nth-child(4) { animation-delay: 0.4s; }
.ApplicationDevelopment_expertiseCard__9Em8q:nth-child(5) { animation-delay: 0.5s; }
.ApplicationDevelopment_expertiseCard__9Em8q:nth-child(6) { animation-delay: 0.6s; }

.ApplicationDevelopment_expertiseCard__9Em8q:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.ApplicationDevelopment_expertiseIcon__p7DDZ {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 1.2rem;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_expertiseIcon__p7DDZ i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_expertiseCard__9Em8q:hover .ApplicationDevelopment_expertiseIcon__p7DDZ {
  transform: scale(1.1);
}

.ApplicationDevelopment_expertiseCardTitle__iKAzJ {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1rem;
}

.ApplicationDevelopment_expertiseCardDescription__TFJHc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgft-text);
}

/* Differentiator Section */
.ApplicationDevelopment_differentiatorSection__4pDmQ {
  padding: var(--spacing-xxl) 0;
  background-color: #f5f7fa;
  position: relative;
}

.ApplicationDevelopment_differentiatorTitle__dQk6M {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.ApplicationDevelopment_differentiatorTitle__dQk6M::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.ApplicationDevelopment_differentiatorGrid__6pquF {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ApplicationDevelopment_differentiatorRow__bZf2m {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.ApplicationDevelopment_differentiatorRow__bZf2m .ApplicationDevelopment_differentiatorCard__XCgTv {
  flex: 1 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ApplicationDevelopment_differentiatorRow__bZf2m .ApplicationDevelopment_differentiatorCardDescription__gSH1b {
  flex-grow: 1;
}

.ApplicationDevelopment_differentiatorCard__XCgTv {
  background-color: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: ApplicationDevelopment_fadeInUp__KmuU- 0.5s ease forwards;
}

.ApplicationDevelopment_differentiatorCard__XCgTv:nth-child(1) { animation-delay: 0.1s; }
.ApplicationDevelopment_differentiatorCard__XCgTv:nth-child(2) { animation-delay: 0.3s; }
.ApplicationDevelopment_differentiatorCard__XCgTv:nth-child(3) { animation-delay: 0.5s; }
.ApplicationDevelopment_differentiatorCard__XCgTv:nth-child(4) { animation-delay: 0.7s; }

.ApplicationDevelopment_differentiatorCard__XCgTv:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, #f0f4ff 0%, #e6f0ff 100%);
}

.ApplicationDevelopment_differentiatorIcon__qjrLa {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  margin: 0 auto 1.2rem;
  transition: all 0.3s ease;
}

.ApplicationDevelopment_differentiatorIcon__qjrLa i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ApplicationDevelopment_differentiatorCard__XCgTv:hover .ApplicationDevelopment_differentiatorIcon__qjrLa {
  transform: rotate(360deg);
  transition: transform 0.8s ease;
}

.ApplicationDevelopment_differentiatorCardTitle__uvP-0 {
  font-size: 20px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: 1rem;
  text-align: center;
}

.ApplicationDevelopment_differentiatorCardDescription__gSH1b {
  font-size: 16px;
  line-height: 1.6;
  color: var(--dgft-text);
  text-align: center;
}

/* Additional Media Queries */
@media (max-width: 1024px) {
  .ApplicationDevelopment_expertiseGrid__mk8lT, .ApplicationDevelopment_differentiatorGrid__6pquF {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ApplicationDevelopment_differentiatorRow__bZf2m {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .ApplicationDevelopment_differentiatorRow__bZf2m .ApplicationDevelopment_differentiatorCard__XCgTv {
    flex: 0 0 48%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .ApplicationDevelopment_expertiseGrid__mk8lT, .ApplicationDevelopment_differentiatorGrid__6pquF {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .ApplicationDevelopment_differentiatorRow__bZf2m {
    flex-direction: column;
    align-items: center;
  }
  
  .ApplicationDevelopment_differentiatorRow__bZf2m .ApplicationDevelopment_differentiatorCard__XCgTv {
    flex: 0 0 100%;
    max-width: 500px;
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .ApplicationDevelopment_processGrid__dET59 {
    grid-template-columns: 1fr;
  }
  
  .ApplicationDevelopment_serviceListItem__keslA {
    flex-direction: column;
  }
  
  .ApplicationDevelopment_serviceDot__fgMB3 {
    margin-bottom: 0.5rem;
  }
} 
/* VAPTAssessment.module.css */

.VAPTAssessment_heroSection__hAgup {
  background-image: url('https://images.unsplash.com/photo-1563986768494-4dee2763ff3f');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}

.VAPTAssessment_heroSection__hAgup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 38, 71, 0.7);
  z-index: 1;
}

.VAPTAssessment_heroContent__Dvw5w {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.VAPTAssessment_heroTitle__UYen8 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.VAPTAssessment_heroSubtitle__PpYJf {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.VAPTAssessment_overviewSection__NhypO {
  padding: 0.4rem 0;
  background-color: white;
}

.VAPTAssessment_overviewTitle__U4aFg {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
}

.VAPTAssessment_overviewDescription__xp3Re {
  font-size: 20px;
  line-height: 1.6;
  color: var(--dgft-text);
  max-width: 900px;
  margin: 0 auto;
}

.VAPTAssessment_highlight__T16fc {
  color: var(--dgft-primary);
  font-weight: 600;
}

.VAPTAssessment_servicesSection__m6y6L {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}



.VAPTAssessment_servicesTitle__MrTo5 {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_servicesTitle__MrTo5::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_servicesGrid__aIKlV {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.VAPTAssessment_serviceCard__jSOwV {
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: var(--spacing-xl);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: VAPTAssessment_fadeInUp__9TMoV 0.5s ease forwards;
}

.VAPTAssessment_serviceCard__jSOwV:nth-of-type(1) {
  animation-delay: 0.1s;
}

.VAPTAssessment_serviceCard__jSOwV:nth-of-type(2) {
  animation-delay: 0.3s;
}

.VAPTAssessment_serviceCard__jSOwV:nth-of-type(3) {
  animation-delay: 0.5s;
}

.VAPTAssessment_serviceCard__jSOwV:nth-of-type(4) {
  animation-delay: 0.7s;
}

@keyframes VAPTAssessment_fadeInUp__9TMoV {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.VAPTAssessment_serviceCard__jSOwV:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_serviceCard__jSOwV:hover::before {
  transform: scaleX(1);
}

.VAPTAssessment_serviceIcon__YwcVv {
  font-size: 64px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: var(--spacing-lg);
  display: inline-block;
  transition: transform 0.5s ease;
}

.VAPTAssessment_serviceCard__jSOwV:hover .VAPTAssessment_serviceIcon__YwcVv {
  transform: rotateY(360deg);
}

.VAPTAssessment_serviceTitle__2zNQZ {
  font-size: 22px;
  font-weight: 700;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.VAPTAssessment_serviceTitle__2zNQZ::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  left: 0;
  bottom: -5px;
  transition: width 0.3s ease;
}

.VAPTAssessment_serviceCard__jSOwV:hover .VAPTAssessment_serviceTitle__2zNQZ::after {
  width: 100%;
}

.VAPTAssessment_serviceDescription__j7spe {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
  transition: color 0.3s ease;
}

.VAPTAssessment_benefitsSection__y0uAs {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_benefitsSection__y0uAs::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(var(--dgft-primary) 2px, transparent 2px);
  background-size: 40px 40px;
  opacity: 0.05;
  z-index: 1;
}

.VAPTAssessment_benefitsTitle__EEDJ- {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_benefitsTitle__EEDJ-::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_benefitsGrid__3owhC {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
  position: relative;
  z-index: 2;
}

.VAPTAssessment_benefitItem__GEFKD {
  text-align: center;
  background-color: white;
  border-radius: 12px;
  padding: var(--spacing-xl);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: VAPTAssessment_fadeInUp__9TMoV 0.5s ease forwards;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_benefitItem__GEFKD:nth-of-type(1) { animation-delay: 0.1s; }
.VAPTAssessment_benefitItem__GEFKD:nth-of-type(2) { animation-delay: 0.3s; }
.VAPTAssessment_benefitItem__GEFKD:nth-of-type(3) { animation-delay: 0.5s; }

.VAPTAssessment_benefitItem__GEFKD::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.VAPTAssessment_benefitItem__GEFKD:hover {
  transform: translateY(-10px);
  color: white;
  box-shadow: 0 15px 40px rgba(64, 74, 216, 0.2);
}

.VAPTAssessment_benefitItem__GEFKD:hover::before {
  opacity: 1;
}

.VAPTAssessment_benefitIcon__BAMBM {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  border-radius: 50%;
  font-size: 32px;
  box-shadow: 0 10px 20px rgba(64, 74, 216, 0.3);
  margin: 0 auto var(--spacing-lg);
  transition: all 0.3s ease;
}

.VAPTAssessment_benefitItem__GEFKD:hover .VAPTAssessment_benefitIcon__BAMBM {
  background: white;
  color: var(--dgft-primary);
  transform: scale(1.1);
}

.VAPTAssessment_benefitTitle__oExEt {
  font-size: 22px;
  font-weight: 700;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
  transition: color 0.3s ease;
}

.VAPTAssessment_benefitItem__GEFKD:hover .VAPTAssessment_benefitTitle__oExEt {
  color: white;
}

.VAPTAssessment_benefitDescription__TqLex {
  font-size: 16px;
  line-height: 1.7;
  color: var(--dgft-text);
  transition: color 0.3s ease;
}

.VAPTAssessment_benefitItem__GEFKD:hover .VAPTAssessment_benefitDescription__TqLex {
  color: white;
}

.VAPTAssessment_processSection__Co5eQ {
  padding: var(--spacing-xxl) 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_processTitle__5ufBD {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_processTitle__5ufBD::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_timeline__NOg1c {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}

.VAPTAssessment_timeline__NOg1c::after {
  content: '';
  position: absolute;
  width: 6px;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 3px;
}

.VAPTAssessment_timelineItem__8J3\+h {
  padding: 20px 40px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  margin-bottom: var(--spacing-xl);
  opacity: 0;
  transform: translateX(-30px);
  animation: VAPTAssessment_fadeInSlide__Q-POO 0.5s ease forwards;
  animation-delay: calc(var(--index) * 0.2s);
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(1) { --index: 1; }
.VAPTAssessment_timelineItem__8J3\+h:nth-child(2) { --index: 2; }
.VAPTAssessment_timelineItem__8J3\+h:nth-child(3) { --index: 3; }
.VAPTAssessment_timelineItem__8J3\+h:nth-child(4) { --index: 4; }
.VAPTAssessment_timelineItem__8J3\+h:nth-child(5) { --index: 5; }

@keyframes VAPTAssessment_fadeInSlide__Q-POO {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(odd) {
  left: 0;
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(even) {
  left: 50%;
  transform: translateX(30px);
}

.VAPTAssessment_timelineItem__8J3\+h::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 20px;
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(odd)::before {
  border-left: 12px solid white;
  right: 30px;
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(even)::before {
  border-right: 12px solid white;
  left: 30px;
}

.VAPTAssessment_timelineItem__8J3\+h::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  border-radius: 50%;
  top: 15px;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.VAPTAssessment_timelineItem__8J3\+h:hover::after {
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(odd)::after {
  right: -15px;
}

.VAPTAssessment_timelineItem__8J3\+h:nth-child(even)::after {
  left: -15px;
}

.VAPTAssessment_timelineItem__8J3\+h > div {
  padding: var(--spacing-lg);
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.VAPTAssessment_timelineItem__8J3\+h:hover > div {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_phaseNumber__sVWmZ {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dgft-primary) 0%, var(--dgft-secondary) 100%);
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: var(--spacing-sm);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_phaseTitle__-gu9Y {
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: var(--spacing-sm) 0 var(--spacing-md);
  display: inline-block;
}

.VAPTAssessment_phaseContent__\+idGo {
  display: flex;
  gap: var(--spacing-xl);
}

.VAPTAssessment_phaseSection__k4JhJ {
  flex: 1 1;
  position: relative;
}

.VAPTAssessment_phaseSection__k4JhJ::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 90%;
  background: linear-gradient(to bottom, var(--dgft-primary), var(--dgft-secondary));
  left: -10px;
  top: 5%;
  border-radius: 3px;
  opacity: 0.3;
}

.VAPTAssessment_phaseSectionTitle__uBJ3K {
  font-size: 20px;
  font-weight: 700;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
  position: relative;
}

.VAPTAssessment_phaseList__Rk\+TB {
  list-style: none;
  padding: 0;
}

.VAPTAssessment_phaseItem__oWoqY {
  padding-left: 28px;
  position: relative;
  margin-bottom: var(--spacing-sm);
  opacity: 0.8;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.VAPTAssessment_phaseItem__oWoqY:hover {
  opacity: 1;
  transform: translateX(3px);
}

.VAPTAssessment_phaseItem__oWoqY::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--dgft-secondary);
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.VAPTAssessment_phaseItem__oWoqY:hover::before {
  transform: translateX(3px);
}

.VAPTAssessment_useCaseSection__NUojZ {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.VAPTAssessment_useCaseSection__NUojZ::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(var(--dgft-primary) 8%, transparent 8%);
  background-position: 0 0;
  background-size: 30px 30px;
  opacity: 0.03;
  z-index: 1;
}

.VAPTAssessment_useCaseTitle__PWgES {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
  position: relative;
}

.VAPTAssessment_useCaseTitle__PWgES::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  margin: 0.8rem auto 0;
  border-radius: 2px;
}

.VAPTAssessment_useCaseCard__PAROy {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  animation: VAPTAssessment_fadeInUp__9TMoV 0.8s ease forwards;
  animation-delay: 0.2s;
}

.VAPTAssessment_useCaseCard__PAROy:hover {
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

.VAPTAssessment_useCaseImage__CNfjL {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  position: relative;
}

.VAPTAssessment_useCaseCard__PAROy:hover .VAPTAssessment_useCaseImage__CNfjL {
  transform: scale(1.05);
}

.VAPTAssessment_useCaseImage__CNfjL::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

.VAPTAssessment_useCaseContent__pTIQO {
  padding: var(--spacing-xl);
  position: relative;
}

.VAPTAssessment_useCaseSection__NUojZ h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
  position: relative;
  display: inline-block;
}

.VAPTAssessment_useCaseSection__NUojZ h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.VAPTAssessment_useCaseCard__PAROy:hover .VAPTAssessment_useCaseSection__NUojZ h3::after {
  transform: scaleX(1);
}

.VAPTAssessment_issuesSection__\+L7xd, .VAPTAssessment_fixesSection__U0TFl {
  margin-bottom: var(--spacing-xl);
  transition: transform 0.3s ease;
  animation: VAPTAssessment_slideIn__IeMeo 0.5s ease forwards;
  opacity: 0;
}

.VAPTAssessment_issuesSection__\+L7xd {
  animation-delay: 0.4s;
}

.VAPTAssessment_fixesSection__U0TFl {
  animation-delay: 0.6s;
}

@keyframes VAPTAssessment_slideIn__IeMeo {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.VAPTAssessment_issuesTitle__MYyXw {
  color: #e74c3c;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}

.VAPTAssessment_fixesTitle__SrLwM {
  color: #27ae60;
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
}

.VAPTAssessment_issuesList__\+\+9Hk, .VAPTAssessment_fixesList__8P\+uS {
  list-style: none;
  padding: 0;
  margin-left: var(--spacing-md);
}

.VAPTAssessment_issueItem__U3ZQ-, .VAPTAssessment_fixItem__NrcHP {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-md);
  position: relative;
  padding-left: 15px;
  transition: transform 0.2s ease;
}

.VAPTAssessment_issueItem__U3ZQ-:hover, .VAPTAssessment_fixItem__NrcHP:hover {
  transform: translateX(5px);
}

.VAPTAssessment_issueIcon__wUozz {
  color: #e74c3c;
  flex-shrink: 0;
  margin-top: 5px;
  font-size: 16px;
}

.VAPTAssessment_fixIcon__3Bp7Y {
  color: #27ae60;
  flex-shrink: 0;
  margin-top: 5px;
  font-size: 16px;
}

.VAPTAssessment_outcome__2c1Jp {
  background: linear-gradient(135deg, rgba(64, 74, 216, 0.05) 0%, rgba(22, 82, 240, 0.05) 100%);
  padding: var(--spacing-lg);
  border-radius: 8px;
  margin-top: var(--spacing-xl);
  position: relative;
  border-left: 4px solid var(--dgft-primary);
  animation: VAPTAssessment_fadeIn__BC13B 0.5s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

@keyframes VAPTAssessment_fadeIn__BC13B {
  to {
    opacity: 1;
  }
}

.VAPTAssessment_outcomeTitle__1EGb7 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: var(--spacing-sm);
  color: var(--highlight-title);
}

.VAPTAssessment_outcome__2c1Jp p {
  line-height: 1.7;
  font-size: 16px;
}

.VAPTAssessment_outcomeHighlight__\+0\+Dw {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Responsive styles */
@media (max-width: 1200px) {
  .VAPTAssessment_servicesGrid__aIKlV {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1024px) {
  .VAPTAssessment_servicesGrid__aIKlV, .VAPTAssessment_benefitsGrid__3owhC {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .VAPTAssessment_timeline__NOg1c::after {
    left: 40px;
  }
  
  .VAPTAssessment_timelineItem__8J3\+h {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  
  .VAPTAssessment_timelineItem__8J3\+h:nth-child(odd), .VAPTAssessment_timelineItem__8J3\+h:nth-child(even) {
    left: 0;
  }
  
  .VAPTAssessment_timelineItem__8J3\+h:nth-child(odd)::after, .VAPTAssessment_timelineItem__8J3\+h:nth-child(even)::after {
    left: 28px;
  }
}

@media (max-width: 768px) {
  .VAPTAssessment_heroTitle__UYen8 {
    font-size: 32px;
  }
  
  .VAPTAssessment_heroSubtitle__PpYJf {
    font-size: 18px;
  }
  
  .VAPTAssessment_overviewDescription__xp3Re {
    font-size: 18px;
  }
  
  .VAPTAssessment_servicesGrid__aIKlV, .VAPTAssessment_benefitsGrid__3owhC {
    grid-template-columns: 1fr;
  }
  
  .VAPTAssessment_phaseContent__\+idGo {
    flex-direction: column;
  }
  
  .VAPTAssessment_heroSection__hAgup {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .VAPTAssessment_heroTitle__UYen8 {
    font-size: 28px;
  }
  
  .VAPTAssessment_serviceCard__jSOwV, .VAPTAssessment_timelineItem__8J3\+h {
    padding: var(--spacing-md);
  }
  
  .VAPTAssessment_timelineItem__8J3\+h {
    padding-left: 60px;
  }
  
  .VAPTAssessment_phaseTitle__-gu9Y {
    font-size: 20px;
  }
  
  .VAPTAssessment_overviewDescription__xp3Re {
    font-size: 16px;
  }
}

.VAPTAssessment_solutionStepsSection__\+rtEH {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.VAPTAssessment_solutionTitle__Ohq3a {
  color: #2c5282;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.VAPTAssessment_stepsList__sQ\+m\+ {
  list-style: none;
  padding: 0;
  margin: 0;
}

.VAPTAssessment_stepItem__fC3Pv {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: white;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

.VAPTAssessment_stepItem__fC3Pv:hover {
  transform: translateX(5px);
}

.VAPTAssessment_stepIcon__cw8eA {
  color: #2c5282;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.VAPTAssessment_stepItem__fC3Pv span {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.5;
}


.VAPTAssessment_whatIsTitle__CIoD3 {
  font-size: var(--font-size-xxl);
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--highlight-title);
  text-align: center;
  margin: var(--spacing-xl) 0;
}

.VAPTAssessment_challengeTitle__kQzhY {
  color: var(--dgft-primary);
  font-size: 1.4rem;
  margin-bottom: var(--spacing-md);
  font-weight: 600;
}
.VAPTAssessment_useCaseItem__tmQxe {
  background: var(--color-white);
  border-radius: 8px;
  padding: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  box-shadow: 0 4px 10px var(--box-shadow);
}
.VAPTAssessment_challengeSection__W1wB3 {
  margin-bottom: var(--spacing-lg);
}

.VAPTAssessment_challengeSection__W1wB3 p {
  color: var(--dgft-text);
  line-height: 1.6;
  margin-bottom: var(--spacing-md);
}

.VAPTAssessment_solutionSection__0xML3 {
  margin-top: var(--spacing-lg);
}
/* NetworkMonitoring.module.css */

.NetworkMonitoring_heroSection__XZ1Co {
  background-image: url('https://images.unsplash.com/photo-1563770660941-10a0f11db587');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 5rem 0;
}

.NetworkMonitoring_heroSection__XZ1Co::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(10, 38, 71, 0.7);
  z-index: 1;
}

.NetworkMonitoring_heroContent__2Llao {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.NetworkMonitoring_heroTitle__ULoiv {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_heroSubtitle__dls3f {
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: var(--spacing-xl);
  line-height: 1.5;
}

.NetworkMonitoring_painPointsSection__F5112 {
  background-color: white;
}

.NetworkMonitoring_painPointsTitle__ehp6o {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.NetworkMonitoring_painPointsGrid__xcLYi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
}

.NetworkMonitoring_painPointItem__f6qdi {
  background-color: #f9f9f9;
  background-image: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23e0e0e0%27 fill-opacity=%270.4%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-radius: 8px;
  padding: var(--spacing-lg);
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-md);
}

.NetworkMonitoring_painPointIcon__egXmC {
  font-size: 32px;
  color: #e74c3c;
  flex-shrink: 0;
}

.NetworkMonitoring_painPointContent__8z4Wv h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
}

.NetworkMonitoring_painPointContent__8z4Wv p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}

.NetworkMonitoring_preventSection__z1zYe {
  padding: var(--spacing-xxl) 0;
}

.NetworkMonitoring_preventContainer__P-0O- {
  background-color: var(--dgft-primary);
  opacity: 0.9;
  color: white;
  padding: 3rem;
  border-radius: 8px;
}

.NetworkMonitoring_preventTitle__BGJCZ {
  font-size: var(--font-size-xl);
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
  text-align: center;
}

.NetworkMonitoring_preventDescription__TeUn2 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_preventList__r5\+Cc {
  list-style: none;
  padding: 0;
}

.NetworkMonitoring_preventItem__\+zqA6 {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-md);
}

.NetworkMonitoring_preventCheckmark__gMaUc {
  color: white;
  margin-right: var(--spacing-md);
  font-size: 20px;
}

.NetworkMonitoring_solutionsSection__Yf1I9 {
  padding: var(--spacing-xxl) 0;
  background-color: white;
}

.NetworkMonitoring_solutionsTitle__LysDL {
  font-size: var(--font-size-xl);
  color: var(--highlight-title);
  text-align: center;
  margin-bottom: var(--spacing-xl);
  font-weight: 700;
}

.NetworkMonitoring_solutionsGrid__7uk9N {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--spacing-xl);
  gap: var(--spacing-xl);
}

.NetworkMonitoring_solutionCard__Q9d29 {
  background-color: white;
  box-shadow: 0 4px 10px var(--box-shadow);
  padding: var(--spacing-lg);
  border-radius: 8px;
  transition: border-bottom 0.3s ease;
  position: relative;
}

.NetworkMonitoring_solutionCard__Q9d29::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--dgft-secondary);
  transition: width 0.3s ease;
}

.NetworkMonitoring_solutionCard__Q9d29:hover::after {
  width: 100%;
}

.NetworkMonitoring_solutionIcon__GTLd2 {
  font-size: 48px;
  color: var(--dgft-primary);
  margin-bottom: var(--spacing-md);
}

.NetworkMonitoring_solutionTitle__\+dTFJ {
  font-size: 20px;
  font-weight: 600;
  color: var(--highlight-title);
  margin-bottom: var(--spacing-sm);
}

.NetworkMonitoring_solutionDescription__tDqKN {
  font-size: 16px;
  line-height: 1.5;
  color: var(--dgft-text);
}

.NetworkMonitoring_ctaSection__slgqG {
  padding: var(--spacing-xxl) 0;
  background-color: #0a2647;
  color: white;
  text-align: center;
}

.NetworkMonitoring_ctaTitle__Ek8aH {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_ctaButton__QthaD {
  background-color: white;
  color: var(--dgft-primary);
  border: none;
  padding: 1rem 2rem;
  font-size: 18px;
  font-weight: 600;
  border-radius: var(--border-radius-md);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.NetworkMonitoring_ctaButton__QthaD:hover {
  background-color: var(--dgft-secondary);
  color: white;
}
p, .NetworkMonitoring_solution-text__TG51w {
    white-space: pre-line;
  }
  
/* Responsive styles */
@media (max-width: 1024px) {
  .NetworkMonitoring_solutionsGrid__7uk9N {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .NetworkMonitoring_heroTitle__ULoiv {
    font-size: 32px;
  }
  
  .NetworkMonitoring_heroSubtitle__dls3f {
    font-size: 18px;
  }
  
  .NetworkMonitoring_painPointsGrid__xcLYi {
    grid-template-columns: 1fr;
  }
  
  .NetworkMonitoring_solutionsGrid__7uk9N {
    grid-template-columns: 1fr;
  }
  
  .NetworkMonitoring_preventContainer__P-0O- {
    padding: var(--spacing-lg);
  }
  
  .NetworkMonitoring_heroSection__XZ1Co {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .NetworkMonitoring_heroTitle__ULoiv {
    font-size: 28px;
  }
  
  .NetworkMonitoring_painPointItem__f6qdi, .NetworkMonitoring_solutionCard__Q9d29 {
    padding: var(--spacing-md);
  }
}



.NetworkMonitoring_whatIsSection__3BuGB {
  padding: var(--spacing-xxl) 0;
  background-color: white;
  position: relative;
}

.NetworkMonitoring_whatIsSection__3BuGB::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#f9f9f9 1px, transparent 1px);
  background-size: 20px 20px;
  opacity: 0.5;
  z-index: 1;
}

.NetworkMonitoring_whatIsContent__TB9wu {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}

.NetworkMonitoring_whatIsTitle__8JA9Y {
  font-size: var(--font-size-xxl);
  color: var(--highlight-title);
  margin-bottom: var(--spacing-lg);
  font-weight: 700;
  text-align: center;
}

.NetworkMonitoring_whatIsDescription__29XTG {
  font-size: 18px;
  line-height: 1.6;
  color: var(--dgft-text);
  width: 100%;
  text-align: justify;
  margin-bottom: var(--spacing-md);
}


/* Case Studies Section */
.NetworkMonitoring_caseStudiesSection__fzvGU {
  padding: var(--spacing-xxl) 0;
  background-color: var(--color-background-alt);
}

.NetworkMonitoring_caseStudiesTitle__8YWim {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  color: var(--highlight-title);
}

.NetworkMonitoring_sectionTitle__3xyMj{
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--spacing-xl);
  color: #0a2647;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.NetworkMonitoring_sectionTitle__3xyMj ::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 3px;
  background-color: var(--dgft-primary);
}

.NetworkMonitoring_whatIsTitle__8JA9Y {
  font-size: 1.8rem;
  color: var(--highlight-title);
  text-align: center;
  margin: var(--spacing-xl) 0;
}

.NetworkMonitoring_useCaseItem__G6TOV {
  background: var(--color-white);
  border-radius: 8px;
  padding: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
  box-shadow: 0 4px 10px var(--box-shadow);
}

.NetworkMonitoring_challengeSection__Vcwpw {
  margin-bottom: var(--spacing-lg);
}

.NetworkMonitoring_challengeTitle__WANPP {
  color: var(--dgft-primary);
  font-size: 1.4rem;
  margin-bottom: var(--spacing-md);
  font-weight: 600;
}

.NetworkMonitoring_challengeSection__Vcwpw p {
  color: var(--dgft-text);
  line-height: 1.6;
  margin-bottom: var(--spacing-md);
}

.NetworkMonitoring_solutionSection__n2-8I {
  margin-top: var(--spacing-lg);
}

.NetworkMonitoring_solutionTitle__\+dTFJ {
  color: var(--dgft-primary);
  font-size: 1.4rem;
  margin-bottom: var(--spacing-md);
  font-weight: 600;
}

.NetworkMonitoring_solutionList__9OrxJ {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.NetworkMonitoring_solutionList__9OrxJ li {
  position: relative;
  padding-left: var(--spacing-lg);
  margin-bottom: var(--spacing-sm);
  color: var(--dgft-text);
  line-height: 1.6;
}

.NetworkMonitoring_solutionList__9OrxJ li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--dgft-primary);
  font-weight: bold;
}
p, .NetworkMonitoring_solution-text__TG51w {
    white-space: pre-line;
  }
.service-plans {
  padding: 2rem;
  font-family: 'Arial', sans-serif;
  min-height: 100vh;
}
.comparison-table {
   width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 12px;
  overflow: hidden;
}
/* Header Styles */
.comparison-table thead {
  background: #1e3a8a;
  color: white;
}
/* Check and Cross Icons */
.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
  position: relative;
}

.cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #022770;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  opacity: 0.7;
}
.comparison-table th {
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-header {
  text-align: center !important;
  width: 25%;
}

.description-header {
  text-align: center !important;
  width: 35%;
}

.plan-header {
  width: 13.33%;
  position: relative;
}

.basic-header,
.standard-header,
.premium-header {
  text-align: center;
 background: #1e3a8a;
  color: white;
}
/* Service Category Column */
.service-category {
  font-weight: bold; /* Make text bold */

}

/* Body Styles */
.comparison-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.comparison-table tbody tr:hover {
  background-color: #f8fafc;
}

.comparison-table tbody tr:nth-child(even) {
  background-color: #f9fafb;
}

.comparison-table tbody tr:nth-child(even):hover {
  background-color: #f1f5f9;
}

.comparison-table td {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  vertical-align: top;
}


/* Service Category Column */


/* Plan Cells */
.plan-cell {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 1.2rem 1rem;
}

.basic-cell {
  background: rgba(240, 249, 255, 0.9);
}

.standard-cell {
  background: rgba(239, 246, 255, 0.9);
}

.premium-cell {
  background: rgba(238, 242, 255, 0.9);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .service-plans {
    padding: 1rem;
  }
  
  .comparison-table {
    font-size: 12px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 0.75rem 0.5rem;
  }
  
  .service-header {
    width: 30%;
  }
  
  .description-header {
    width: 40%;
  }
  
  .plan-header {
    width: 10%;
  }
}

@media (max-width: 768px) {
  .service-plans {
    padding: 0.5rem;
  }
  
  .comparison-table {
    font-size: 11px;
  }
  
  .comparison-table th,
  .comparison-table td {
    padding: 0.5rem 0.25rem;
  }
  
  .comparison-table th {
    font-size: 12px;
  }
  
  .service-description {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .plans-comparison {
    margin: 0;
    border-radius: 8px;
  }
  
  .comparison-table th {
    font-size: 10px;
    padding: 0.5rem 0.2rem;
  }
  
  .comparison-table td {
    padding: 0.4rem 0.2rem;
  }
  
  .service-category {
    font-size: 11px;
  }
  
  .service-description {
    font-size: 10px;
    line-height: 1.3;
  }
  
  .check,
  .cross {
    width: 20px;
    height: 20px;
  }
  
  .check::before {
    font-size: 10px;
  }
}
.dgft-why-choose-us {
  padding: 2rem 0 4rem;
  background: #f5f7fa;
  font-family: 'Segoe UI', sans-serif;
}

.dgft-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.dgft-hero {
  background: linear-gradient(to right, var(--dgft-primary), var(--dgft-secondary));
  color: white;
  padding: 4rem 0;
  margin-bottom: 4rem;
}

.dgft-hero__title {
  font-size: 2.5rem;
  line-height: 1.2;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
}

.dgft-security {
  margin-bottom: 3rem;
}

.dgft-security__content {
  background: white;
  padding: 2.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dgft-security__content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.dgft-security__title {
  color: var(--dgft-primary);
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  border-bottom: 2px solid #e6f0ff;
  padding-bottom: 0.75rem;
}

.dgft-security__text {
  line-height: 1.7;
  color: #4a5568;
  font-size: 1.05rem;
}

.dgft-main-content {
  margin-bottom: 4rem;
}

.dgft-main-content__title {
  color: var(--dgft-text);
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.dgft-main-content__text p {
  margin-bottom: 1rem;
  line-height: 1.6;
  color: #4a5568;
}

.dgft-cta {
  background: #e6f0ff;
  padding: 3.5rem 0;
  text-align: center;
  border-radius: 8px;
  margin-top: 2rem;
}

.dgft-cta__text {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem;
  color: #003366;
}

.dgft-button {
  padding: 0.85rem 2rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 1rem;
}

.dgft-button--primary {
  background: var(--dgft-primary);
  color: white;
  border: none;
}

.dgft-button--primary:hover {
  background: var(--dgft-secondary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (min-width: 640px) {
  .dgft-hero__title {
    font-size: 2.75rem;
  }
  
  .dgft-container {
    padding: 0 2rem;
  }
}

@media (min-width: 1024px) {
  .dgft-hero__title {
    font-size: 3rem;
  }
  
  .dgft-security__content {
    padding: 3rem;
  }
  
  .dgft-container {
    padding: 0 2.5rem;
  }
}

@media (max-width: 768px) {
  .dgft-security__content {
    padding: 1.5rem;
  }
  
  .dgft-security__title {
    font-size: 1.5rem;
  }
  
  .dgft-hero__title {
    font-size: 2rem;
  }
}
.media_media-content__FoJ9B {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    width: 100%;
    overflow: hidden;
}
  
.media_mediaOne__uxU87 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    max-width: 100%;
}

.media_mediaOne__uxU87:hover {
    transform: translateY(-5px);
}
  
.media_media-right-data__PQMO1 {
    margin-bottom: 0rem;
    width: 100%;
    overflow: hidden;
}

.media_media-right-data__PQMO1 h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0rem;
    color: #112C56;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_media-manage__jLpXy {
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 20px;
    min-height: 100vh;
    overflow: hidden;
}

.media_media-text-section__SUUIN {
    margin-bottom: 3rem;
    width: 100%;
    overflow: hidden;
}

.media_media-text-section__SUUIN h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_media-text-section__SUUIN p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #666;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_japnese-media-point-list__xM2U8 {
    list-style: none;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.media_japnese-media-point-list__xM2U8 li {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #112C56;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_japnese-media-point-list__xM2U8 li::before {
    content: "•";
    color: #1694CE;
    position: absolute;
    left: 0;
    font-size: 1.8rem;
}

.media_japnese-media-point-list__xM2U8 p {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.media_media-content-container-data__08Cix {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.media_media-banner__zRoZ5 {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .media_media-content-container-data__08Cix {
        flex-direction: row;
    }
}

@media (max-width: 992px) {
    .media_media-right-data__PQMO1 h4 {
        font-size: 2rem;
    }

    .media_japnese-media-point-list__xM2U8 li {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .media_media-manage__jLpXy {
        padding: 30px 15px;
    }

    .media_media-right-data__PQMO1 h4 {
        font-size: 1.8rem;
    }

    .media_japnese-media-point-list__xM2U8 li {
        font-size: 1.2rem;
    }

    .media_japnese-media-point-list__xM2U8 p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .media_media-manage__jLpXy {
        padding: 20px 10px;
    }

    .media_media-right-data__PQMO1 h4 {
        font-size: 1.5rem;
    }

    .media_japnese-media-point-list__xM2U8 li {
        font-size: 1.1rem;
        padding-left: 1.2rem;
    }

    .media_japnese-media-point-list__xM2U8 p {
        font-size: 0.9rem;
        padding-left: 1.2rem;
    }

    .media_japnese-media-point-list__xM2U8 li::before {
        font-size: 1.5rem;
    }
}
/* CookieConsent.css */
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #010f34;
  color: white;
  text-align: center;
  padding: 1rem;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1;
  text-align: left;
}

.cookie-buttons {
  margin-top: 0.5rem;
}

.cookie-buttons button {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
}

.cookie-buttons .accept-btn {
  background-color: #ece9e9;
  color: black;
  font-weight: bold;
}
.cookie-buttons .decline-btn{
   background-color: #dc3545;
   color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/*# sourceMappingURL=main.d232e565.css.map*/