*, ::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.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.relative {
  position: relative;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.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-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.pl-10 {
  padding-left: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.capitalize {
  text-transform: capitalize;
}
/* 16:9 aspect ratio */
.asp-16-9 {
  aspect-ratio: 16/9;
}

/* 4:3 aspect ratio */
.asp-4-3 {
  aspect-ratio: 4/3;
}

/* 1:1 aspect ratio (square) */
.asp-1-1 {
  aspect-ratio: 1/1;
}

/* 3:2 aspect ratio */
.asp-3-2 {
  aspect-ratio: 3/2;
}

/* 8:5 (or 16:10) aspect ratio */
.asp-8-5 {
  aspect-ratio: 8/5;
}

/* 5:4 aspect ratio */
.asp-5-4 {
  aspect-ratio: 5/4;
}

/* 21:9 aspect ratio (ultrawide) */
.asp-21-9 {
  aspect-ratio: 21/9;
}

.asp-56-25 {
  aspect-ratio: 56/25; /* Equivalent to 21 / 9 but with more height */
}

.asp-63-33 {
  aspect-ratio: 63/33;
}

/* 3:1 aspect ratio */
.asp-3-1 {
  aspect-ratio: 3/1;
}

/* 4:1 aspect ratio */
.asp-4-1 {
  aspect-ratio: 4/1;
}

/* 5:1 aspect ratio */
.asp-5-1 {
  aspect-ratio: 5/1;
}

/* 2:3 aspect ratio */
.asp-2-3 {
  aspect-ratio: 2/3;
}

/* 1:3 aspect ratio */
.asp-1-3 {
  aspect-ratio: 1/3;
}

/* 2:1 aspect ratio */
.asp-2-1 {
  aspect-ratio: 2/1;
}

/* 1.6:1 aspect ratio */
.asp-1_6-1 {
  aspect-ratio: 1.6/1;
}

/* 1.4:1 aspect ratio */
.asp-1_4-1 {
  aspect-ratio: 1.4/1;
}

/* 3:4 aspect ratio */
.asp-3-4 {
  aspect-ratio: 3/4;
}

/* 1:4 aspect ratio */
.asp-1-4 {
  aspect-ratio: 1/4;
}

/* 9:16 aspect ratio (vertical 16:9) */
.asp-9-16 {
  aspect-ratio: 9/16;
}

.content-fluid {
  padding-right: 80px;
  padding-left: 80px;
  width: 100%;
}

.content-fluid2 {
  padding: 80px;
  width: 100%;
}

@media (max-width: 576px) {
  .content-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-fluid2 {
    padding: 25px;
    width: 100%;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .content-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-fluid2 {
    padding: 25px;
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .content-fluid {
    padding-right: 45px;
    padding-left: 45px;
  }
  .content-fluid2 {
    padding: 45px;
    width: 100%;
  }
}
@media (max-width: 1300px) and (min-width: 992px) {
  .content-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }
  .content-fluid2 {
    padding: 80px;
    width: 100%;
  }
}
body,
html {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 1.4;
  background-color: #ffffff;
  color: #0F2F49;
  overflow-x: hidden;
}

.space {
  height: 50px;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.input {
  height: 48px;
  width: 445px;
  background-color: #f2f4f8;
  padding: 12px 16px 12px 50px;
  border-bottom: 1px;
}

.top-bar {
  background-color: #2676b6;
  color: #ffffff;
  height: 50px;
  gap: 35px;
}

.full-w {
  width: 100%;
}

.full-h {
  height: 100%;
}

.bottom-bar {
  height: 100px;
}

.icons {
  gap: 25px;
}

.pages {
  gap: 15px;
  display: flex;
}
.pages a {
  text-decoration: none;
  color: #ffffff !important;
}

.nav-items {
  list-style: none !important;
  gap: 25px;
  margin: 0;
  padding: 0;
}
.nav-items .item a {
  list-style: none !important;
  text-decoration: none;
  color: #0F2F49;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.nav-items .item a:hover {
  color: #2676b6 !important;
  transition: all 0.3s ease-in-out;
}
.nav-items .child-items .item {
  list-style: none !important;
}

.active {
  color: #2676b6 !important;
  font-weight: 700 !important;
}

.buttons {
  gap: 15px;
  display: flex;
}
.buttons a {
  text-decoration: none;
  color: #ffffff !important;
}
.buttons .btn1 {
  background-color: transparent;
  color: #17476d;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 18px 15px 18px;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  border: 1px solid transparent;
}
.buttons .btn1:hover {
  background-color: #2676b6;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}
.buttons .btn2 {
  background-color: #2676b6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 18px 15px 18px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.buttons .btn2:hover {
  background-color: #ffffff;
  color: #0F2F49;
  border: 1px solid #2676b6;
  transition: all 0.3s ease-in-out;
}

.main-button a {
  background-color: #2676b6;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 18px 17px 18px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
}
.main-button a:hover {
  background-color: transparent;
  color: #0F2F49;
  border: 2px solid #2676b6;
  transition: all 0.3s ease-in-out;
}

h1, .h1 {
  font-family: "Roboto";
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 59.4px !important;
  color: #0F2F49 !important;
}

h2 {
  font-size: 42px !important;
  font-weight: 700 !important;
  font-family: "Montserrat";
  line-height: 46.2px !important;
  color: #ffffff !important;
}

h3 {
  font-size: 32px !important;
  font-weight: 700 !important;
  font-family: "Montserrat";
  line-height: 48px !important;
  color: #0F2F49 !important;
}

h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: "Montserrat";
  line-height: 36px !important;
  color: #0F2F49 !important;
  margin: 0 !important;
}

h5 {
  color: #e2eff9;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  color: #ffffff !important;
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px;
  margin: 0 !important;
}

p {
  font-family: "Montserrat";
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #000000 !important;
  margin: 0 !important;
}

.hero1 {
  height: 600px;
  padding: 160px, 80px, 80px, 80px;
}

.text-shadow {
  text-shadow: 0px 2px 8px white;
}

.opacity {
  opacity: 0.8;
}

.content {
  transform: translate(0, -50%);
  top: 50%;
  display: flex;
  flex-direction: column;
}

.global-product {
  gap: 15px;
  width: 290px !important;
}
.global-product h5 {
  color: #0F2F49 !important;
}

.global-big-product {
  gap: 15px;
}
.global-big-product .product-image {
  width: 100%;
  height: 367px;
}
.global-big-product .product-image .image {
  -o-object-fit: contain;
     object-fit: contain;
}
.global-big-product h5 {
  color: #0F2F49 !important;
}

.services {
  background-color: #cfe3f2;
}
.services .labels {
  gap: 8px;
}
.services .labels h2 {
  color: #0F2F49 !important;
}
.services .labels p {
  color: #666666 !important;
}



.services .services-grid h1, .services .services-grid .h1 {
  font-size: 48px !important;
  color: #2676b6 !important;
  font-weight: 600 !important;
  font-family: "Montserrat" !important;
}
.services .services-grid h5 {
  color: #0F2F49;
}
.services .services-grid p {
  font-size: 14px !important;
}

.back-text {
  color: #2676b6;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  padding-left: 10px;
}

.counters {
  background-color: #2676b6;
  position: relative;
}
.counters .counters-container {
  gap: 50px;
}

.counters-grid {
  display: grid;
  grid-row-gap:10px;
  grid-column-gap: 24px;
}
.counters-grid .counter-icon {
  width: 48px;
  height: 48px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  display: flex;
}

.counters-grid .grid1 {
  grid-area: 1/1/2/2;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  width: 320px;
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.counters-grid .grid2 {
  grid-area: 1/2/1/2;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  width: 320px;
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.counters-grid .grid3 {
  grid-area: 2/1/2/1;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  width: 320px;
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.counters-grid .grid4 {
  grid-area: 2/2/2/2;
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  width: 320px;
  align-items: start;
  gap: 15px;
  padding: 15px;
}


.grid1 {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  /* width: 320px; */
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.grid2 {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  /* width: 320px; */
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.grid3 {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  /* width: 320px; */
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.grid4 {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  /* width: 320px; */
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.grid5 {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  /* width: 320px; */
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.grid6 {
  background-color: #ffffff;
  border-radius: 8px;
  height: 100px;
  /* width: 320px; */
  align-items: start;
  gap: 15px;
  padding: 15px;
}

.newsletter {
  height: 450px;
  background-color: #ffffff;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
}
.newsletter h2 {
  color: #000000 !important;
}
.newsletter h6 {
  color: #21272a !important;
}
.newsletter .abs-mail {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(0, -50%);
}
.newsletter p {
  font-size: 14px !important;
  color: #697077 !important;
}
.newsletter .newsletter-form {
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
}
.newsletter .newsletter-form .button {
  background-color: #2676b6;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  justify-content: center;
  border-radius: 8px;
  padding: 0px 16px 0px 16px;
  align-items: center;
  display: flex;
  height: 50px;
  width: 140px;
  transition: all 0.3s ease-in-out;
}
.newsletter .newsletter-form .button:hover {
  background-color: transparent;
  color: #2676b6 !important;
  border: 1px solid #2676b6 !important;
  transition: all 0.3s ease-in-out;
}

footer {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #2676b6;
  position: relative;
}
footer .bar {
  height: 100px;
  background-color: #081824;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
footer .bar h3 {
  font-weight: 400 !important;
  font-family: "Montserrat";
  color: #ffffff !important;
  font-size: 28px !important;
}
footer .bar .quote-button {
  width: 175px;
  height: 40px;
  background-color: #ffffff;
  color: #0f2f49;
  padding: 15px 18px 15px 18px;
  border: 1px solid #ffffff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "inter";
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
footer .bar .quote-button:hover {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition: all 0.3s ease-in-out;
}
footer .footer {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
footer .footer .seperator {
  width: 100%;
  height: 1px;
  background-color: #c1c7cd;
}
footer .footer .section1 {
  height: 52px;
  margin-top: 48px;
  justify-content: space-between;
}
footer .footer .section1 .footer-form {
  justify-content: space-between;
  height: 52px;
  text-align: center;
  align-items: center;
  display: flex;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
footer .footer .section1 .footer-form .input-container {
  align-items: center;
  display: flex;
  width: 360px;
  padding-left: 16px;
}
footer .footer .section1 .footer-form .input-container .input-footer {
  width: 100%;
  height: 52px;
  align-items: center;
  display: flex;
  background-color: transparent;
  border-radius: 8px;
  padding: 12px 16px 12px 8px;
  color: #ffffff;
  position: relative;
}
footer .footer .section1 .footer-form .input-container .input-footer::-moz-placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
footer .footer .section1 .footer-form .input-container .input-footer::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
footer .footer .section1 .footer-form .input-container .input-footer:focus-visible {
  outline: none !important;
}
footer .footer .section1 .footer-form .button {
  background-color: #ffffff;
  color: #0F2F49;
  border: 1px solid #ffffff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat";
  justify-content: center;
  border-radius: 8px;
  padding: 0px 16px 0px 16px;
  align-items: center;
  display: flex;
  height: 50px;
  width: 140px;
  transition: all 0.3s ease-in-out;
}
footer .footer .section1 .footer-form .button:hover {
  background-color: transparent;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  transition: all 0.3s ease-in-out;
}
footer .footer .section2 {
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}
footer .footer .section2 .link-column {
  gap: 16px;
}
footer .footer .section2 .link-column p {
  color: #ffffff !important;
}
footer .footer .section3 {
  height: 50px;
  justify-content: space-between;
  align-items: center;
}
footer .footer .section3 p {
  font-size: 14px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
footer .footer .section3 .pages-container {
  gap: 16px;
  align-items: center;
}
footer .footer .section3 .pages-container a {
  padding: 12px 8px 12px 8px;
  font-size: 16px !important;
  color: #ffffff;
  font-weight: 700 !important;
  text-decoration: none;
}

.learn-more-btn {
  gap: 8px;
  align-items: center;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  font-family: "Montserrat";
  text-decoration: none;
}

.navigation-bar2 {
  display: none;
}

.g-10 {
  gap: 10px;
}

.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 75px;
}

.cursor-pointer {
  cursor: pointer;
}

.navigation-bar .child-items {
  display: none;
  opacity: 0;
  position: absolute;
  background-color: rgba(195, 204, 211, 0.5019607843);
  padding: 10px;
  margin: 0;
  z-index: 999999;
  list-style: none;
  transition: all 0.3s ease-in-out !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.navigation-bar .child-items2 {
  padding-left: 0;
  display: none;
}
.navigation-bar .item.has-children:hover .child-items {
  display: block;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
}
.navigation-bar .has-children2 {
  text-decoration: none;
}
.navigation-bar .has-children2:hover .child-items2 {
  display: block !important;
  opacity: 1 !important;
  transition: all 0.3s ease-in-out !important;
}
.navigation-bar .arrow, .navigation-bar .arrow2, .navigation-bar .arrow3 {
  margin-left: 5px; /* Adjust spacing as needed */
  font-size: 12px; /* Adjust arrow size */
}
.navigation-bar .child-items .item {
  padding: 10px;
  white-space: nowrap;
}
.navigation-bar .child-items .item a {
  color: #000000 !important;
  transition: all 0.3s ease-in-out;
}
.navigation-bar .child-items .item a:hover {
  transition: all 0.3s ease-in-out;
  text-decoration: underline !important;
}

footer .section2 {
  /* Ensure each parent <li> is a flex container and children are in a column */
  /* Style for child items under each parent */
  /* Style for individual child <li> items */
  /* Optional: Style for the parent title */
}
footer .section2 ul {
  list-style: none !important;
  color: #ffffff !important;
}
footer .section2 ul li {
  color: #ffffff !important;
}
footer .section2 .link-column .parent {
  flex-direction: column;
  margin-right: 48px; /* Adjust spacing between columns */
}
footer .section2 .child-items-footer {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .section2 .child-items-footer li {
  margin-bottom: 16px;
}
footer .section2 .child-items-footer li a {
  text-decoration: none !important;
  color: #ffffff; /* Adjust spacing between child items */
}
footer .section2 .parent b {
  margin-bottom: 16px; /* Adjust spacing between title and child items */
}

.hover-black {
  transition: all 0.3s ease-in-out;
}
.hover-black:hover {
  color: black !important;
  transition: all 0.3s ease-in-out;
}
.hover-black:hover path {
  fill: black !important;
  transition: all 0.3s ease-in-out;
}

.hover-blue {
  transition: all 0.3s ease-in-out;
}
.hover-blue p {
  transition: all 0.3s ease-in-out;
}
.hover-blue:hover {
  transition: all 0.3s ease-in-out;
  color: #2676b6 !important;
}
.hover-blue:hover p {
  color: #2676b6 !important;
  transition: all 0.3s ease-in-out;
}

.hover-pointer {
  transition: all 0.3s ease-in-out;
}
.hover-pointer:hover {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

ul {
  list-style: disc !important;
}

input:-webkit-autofill {
  background-color: #f1f4f8 !important; /* Removes blue/yellow background */
  -webkit-box-shadow: 0 0 0px 1000px #f1f4f8 inset !important; /* Forces background change */
}

input:-moz-autofill {
  background-color: transparent !important;
}
