@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "poppins";
  src: url("../Fonts/Poppins-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: Medium;
  font-display: swap;
}

@font-face {
  font-family: "poppins semi";
  src: url("../Fonts/Poppins-SemiBold.ttf") format("opentype");
  font-weight: 300;
  font-style: Medium;
  font-display: swap;
}

@font-face {
  font-family: "poppins light";
  src: url("../Fonts/Poppins-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "albert";
  src: url("../Fonts/AlbertSans-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: Medium;
  font-display: swap;
}

@font-face {
  font-family: "albert semi";
  src: url("../Fonts/Albert/static/AlbertSans-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: Bold;
  font-display: swap;
}

@font-face {
  font-family: "albert light";
  src: url("../Fonts/Albert/static/AlbertSans-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "albert";
  src: url("../Fonts/Albert/static/AlbertSans-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: Medium;
  font-display: swap;
}
* {
  font-family: albert, sans-serif;
}
h2 {
  color: #fff;
  font-family: albert, sans-serif;
}

.text-link {
  font-family: poppins, sans-serif !important;
}
.Agilensmart {
  font-family: albert, sans-serif;
}
.product-card {
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 0 8px 24px hsla(210, 8%, 62%, 0.2); */
  display: flex;
  flex-direction: column;
  height: 320px;
  justify-content: space-around;
  margin: 10px;
  max-width: 70%;
  padding: 20px;
  width: 100%;
}

@media (max-width: 1200px) {
  .product-card {
    max-width: 80%;
  }
}

@media (max-width: 992px) {
  .product-card {
    max-width: 90%;
    height: auto;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .product-card {
    max-width: 100%;
    height: auto;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .product-card {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin: 5px;
  }
}

.paragraph {
  font-family: albert light, sans-serif;
}
.albertbold {
  font-family: "albert semi";
}
.custom-text {
  font-family: albert, sans-serif;
  color: #474747;
  font-size: 15px;
}
@media only screen and (max-width: 1024px) {
  .verified-image {
    max-width: 100px;
  }
}
@media only screen and (max-width: 378px) {
  .verified-image {
    max-width: 50px;
  }
}
.partition {
  border-radius: 29px;
  box-shadow: 0 8px 24px hsla(210, 8%, 62%, 0.2);
  margin: 20px 0 0;
  padding: 30px;
  width: 47%;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #f3f3f3;
}

.marquee {
  display: flex;
  animation: scroll 10s linear infinite;
}

.image_wrapper {
  flex: 0 0 auto;
  padding-right: 20px;
}

.marquee img {
  display: block;
  max-width: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}
#calendlyContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ourservices {
  letter-spacing: 1px;

  font-family: "albert", sans-serif;
  color: #f90;
  border-radius: 5px;
 text-decoration: underline;
  /* line-height: 28px; */
  display: inline-block;
  font-weight: 900 !important;
}
.wepower {
  margin-bottom: 18px;
  line-height: 50px;
  font-family: "albert", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
}

*,
::before,
::after {
  box-sizing: border-box;

  border-width: 0;

  border-style: solid;

  border-color: #e5e7eb;
}

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

body {
  margin: 0;

  line-height: inherit;
  line-height: 25px;
  letter-spacing: inherit;
}

hr {
  height: 0;

  color: inherit;

  border-top-width: 1px;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  font-feature-settings: normal;

  font-variation-settings: normal;

  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;

  border-color: inherit;

  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;

  font-feature-settings: inherit;

  font-variation-settings: inherit;

  font-size: 100%;

  font-weight: inherit;

  line-height: inherit;

  letter-spacing: inherit;

  color: inherit;

  margin: 0;

  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;

  background-color: transparent;

  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;

  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;

  font: inherit;
}

summary {
  display: list-item;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;

  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;

  color: #9ca3af;
}

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

:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;

  vertical-align: middle;
}

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

[hidden] {
  display: none;
}

*,
::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: ;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.right-4 {
  right: 1rem;
}

.top-2 {
  top: 0.5rem;
}

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

.z-\[100\] {
  z-index: 100;
}

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

.ml-7 {
  margin-left: 1.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-7 {
  height: 1.75rem;
}

.max-h-0 {
  max-height: 0px;
}

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

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

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-6 {
  width: 1.5rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

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

.fill-black {
  fill: #000;
}

.fill-gray-400 {
  fill: #9ca3af;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.font-\[sans-serif\] {
  font-family: sans-serif;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

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

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

.text-\[\#f9a345\] {
  --tw-text-opacity: 1;
  color: rgb(249 163 69 / var(--tw-text-opacity));
}

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

.shadow-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: 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-\[\#333\] {
  outline-color: #333;
}

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

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

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

.dropdown-menu {
  display: none;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent;
}

.focus-within\:outline:focus-within {
  outline-style: solid;
}

.hover\:fill-\[\#007bff\]:hover {
  fill: #007bff;
}

.hover\:fill-\[\#f9a345\]:hover {
  fill: #f9a345;
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}

.hover\:text-\[\#007bff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity));
}

.hover\:text-\[\#f9a345\]:hover {
  --tw-text-opacity: 1;
  color: rgb(249 163 69 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:pt-6 {
  padding-top: 1.5rem;
}

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

@media not all and (min-width: 1280px) {
  .max-xl\:hidden {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:left-0 {
    left: 0px;
  }

  .max-lg\:top-0 {
    top: 0px;
  }

  .max-lg\:top-8 {
    top: 2rem;
  }

  .max-lg\:ml-auto {
    margin-left: auto;
  }

  .max-lg\:block {
    display: block;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .max-lg\:overflow-auto {
    overflow: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .max-lg\:before\:fixed::before {
    content: var(--tw-content);
    position: fixed;
  }

  .max-lg\:before\:inset-0::before {
    content: var(--tw-content);
    inset: 0px;
  }

  .max-lg\:before\:z-50::before {
    content: var(--tw-content);
    z-index: 50;
  }

  .max-lg\:before\:bg-black::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .max-lg\:before\:opacity-40::before {
    content: var(--tw-content);
    opacity: 0.4;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

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

@media (min-width: 1024px) {
  .lg\:top-11 {
    top: 2.75rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.carousel-open:checked + .carousel-item {
  position: static;
  opacity: 100;
}
.carousel-item {
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
  display: block;
}
.carousel-indicators {
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: 2%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}
#megamenu {
  display: none;
  background-color: white;
  overflow-y: auto;
  z-index: 1000;
}

#appmegamenu {
  display: none;
  background-color: white;
  overflow-y: auto;
  z-index: 1000;
}

#productsmegamenu,
#academymegamenu {
  display: none;
  background-color: white;
  overflow-y: auto;
  z-index: 1000;
}

.hey-there {
  font-family: poppins light, sans-serif !important;

  font-weight: 500;
}
.hidden {
  display: none;
}

#contactModal {
  background: rgba(0, 0, 0, 0.5);
  font-family: poppins light, sans-serif !important;
}

.inactive-button {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}

.active-button {
  border: 1px solid #f9a31c;
  background-color: #f9a31c;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-family: poppins light, sans-serif !important;
}
.flex-container .service-btn {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
}
.flex-container .service-btn:nth-child(3) {
  flex: 1 1 100%;
}

@media screen and (max-width: 396px) {
  .wepower {
    margin-bottom: 18px;
    line-height: 45px;
    font-family: "albert", sans-serif;
    font-weight: 600;
    font-size: 2rem;
  }
}

.Key-Features {
  background-color: #f3f3f3;
  border-radius: 50%;

  filter: drop-shadow(1px 1px 10px #ff9900);
  margin: 20px auto;
  padding: 5px;
  width: 50px;
}
.benefits {
  display: block;
  max-width: 900px;
  width: 100%;
}

#carousel-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#carousel {
  height: 100%;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}

#image-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  font-size: 100px;
  transition: 1.3s linear;
}

.pseudo-image {
  min-height: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carasoualbutton {
  position: absolute;
  height: 50px;
  width: 50px;
  font-size: 30px;
  text-align: center;
  border-radius: 50px;
  opacity: 0.6;
  scale: 0.9;
  transition: opacity 2s ease, scale 1s ease;
  z-index: 10;
  background-color: transparent;
  color: white;
}

.carasoualbutton:hover {
  scale: 1;
  opacity: 1;
}

.carasoualbutton:active {
  scale: 0.9;
  transition: none;
}

.carasoualbutton:nth-child(1) {
  left: 6%;
}

.carasoualbutton:nth-child(3) {
  right: 6%;
}

.responsive-map-container {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}

.responsive-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 640px) {
  .container {
    grid-template-columns: 1fr;
  }
}
.trechnologypartition {
  border-radius: 29px;
  box-shadow: 0 8px 24px hsla(210, 8%, 62%, 0.2);
  margin: 20px 0 0;
  padding: 15px;
}
.trechnologypartition:hover {
  cursor: pointer;
  background-color: #fef9e9;
  border: 1px solid #e5e7eb;
}
.profile-image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 10px;
  display: flex;
}
.teams-cover {
  align-items: center;
  padding: 10px;
  display: flex;
  gap: 30px;
}
.team-name {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 40px;
}
.about-teamsus {
  max-width: 490px;
  font-family: "poppins light", sans-serif !important;
  font-weight: 500;
  text-align: justify;
}
.team-location {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  margin: 0px;
  line-height: 10px;
}

@media (max-width: 1024px) {
  .dropdown-menu {
    max-height: 60vh;
    overflow-y: auto;
  }
}

.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;

  overflow-y: hidden;
  overflow-x: hidden;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 100%;

  border-radius: 8px;
  z-index: 1001;
}

.modal-content {
  position: relative;
  width: 100%;
  background-color: transparent;
  height: 100vh;
  z-index: 1001;
  overflow-y: hidden;
  overflow-x: hidden;
}

.close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}

.bars {
  width: 38px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bars .line {
  fill: none;
  stroke: #000;
  stroke-width: 5;
  stroke-linecap: square;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
}
.bars .line.top {
  stroke-dasharray: 40 172;
}
.bars .line.middle {
  stroke-dasharray: 40 111;
}
.bars .line.bottom {
  stroke-dasharray: 40 172;
}
.bars.active .top {
  stroke-dashoffset: -132px;
}
.bars.active .middle {
  stroke-dashoffset: -71px;
}
.bars.active .bottom {
  stroke-dashoffset: -132px;
}
#to-top-button {
  width: 3.5rem;
  height: 3.5rem;
}

@media (max-width: 640px) {
  #to-top-button {
    bottom: 2rem;
    right: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
  }

  #to-top-button svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

#message-container {
  position: fixed;
  top: 100px;
  right: 160px;
  width: 300px;
  z-index: 1000;
}

.message {
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation: slideIn 0.5s ease-out;
}

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

.message.success {
  background-color: #f9a31c;
  color: white;
  border-left: 5px solid black;
}

.message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.close-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  color: white;
}
.close-btn:hover {
  color: black;
}

input[type="text"],
input[type="email"],
textarea {
  transition: border-color 0.3s, box-shadow 0.3s;
}

button[type="submit"] {
  transition: background-color 0.3s, transform 0.2s;
}

button[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
}

.text-red-500 {
  color: #e3342f;
}

.indicator.active {
  background-color: #000;
}

/* .testimonials-container {
  position: relative;
  overflow: hidden;
  height: 100%; 
}

.testimonials-slide {
  display: flex;
  animation: slide 12s infinite;
}

@keyframes slide {
  0%, 33.33% {
    transform: translateX(0%);
  }
  33.34%, 66.66% {
    transform: translateX(-100%);
  }
  66.67%, 100% {
    transform: translateX(-200%);
  }
} */

.testimonials-container {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonials {
  display: flex;
  animation: scroll 5s linear infinite;
}

.product-card2 {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  max-width: 70%;
  padding: 20px;
  width: 400px;
  height: 400px;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 2px;
  overflow: hidden;
  background: #000;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1000;
  display: flex;
  font: bold;
  align-items: center;
  justify-content: center;
}
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1000;
  display: flex;
  font: bold;
  align-items: center;
  justify-content: center;
}
#header.scrolled {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-heading {
  font-family: "albert", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.white-box {
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto;
  box-sizing: border-box;
}

.white-box .img-contact {
  width: 80px;
  height: 80px;
  border: 2px solid #ff9924;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.white-box .img-contact img {
  max-width: 50%;
  max-height: 60%;
}
.grid-container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}



.white-box .img-content {
  margin-top: 50px;
}
.leaders-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 20px auto;
  border: 6px solid #fff;
}



.card:hover {
  cursor: pointer;
  background-color: #fef9e9;
  border: 1px solid #e5e7eb;
}

.card:hover svg {
  fill: #0077b5;
}
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 20px;
}

.modal-content {
  display: flex;
  align-items: center;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 15px;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow-y: hidden;
  max-height: 40vh;
}

.modal-flex-container {
  display: flex;
  width: 100%;
  gap: 20px;
}

.modal-left {
  flex: 1;
  padding: 20px;
  text-align: center;
}

.modal-right {
  flex: 2;
  padding: 20px;
}

.leaders-image {
  max-width: 100%;
  height: 200px;
}
.leaders-image-modal {
  border-radius: 10px;
  width: 100%;
  height: 250px;
}
.close {
  color: #aaa;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}
.menu-open {
  background-color: white;
}