/* Tailwind CSS v3.4.1 */
@tailwind base;
@tailwind components;
@tailwind utilities;

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

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  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-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-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [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;
}

textarea {
  resize: vertical;
}

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

/* Utility classes */
.w-\[400px\] {
  width: 400px;
}

.fixed {
  position: fixed;
}

.top-2 {
  top: 0.5rem;
}

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

.transform {
  transform: translateX(-50%);
}

.-translate-x-1\/2 {
  transform: translateX(-50%);
}

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

.absolute {
  position: absolute;
}

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

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

.w-full {
  width: 100%;
}

.right-0 {
  right: 0;
}

.top-\[17\%\] {
  top: 17%;
}

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

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

.pointer-events-auto {
  pointer-events: auto;
}

.flex {
  display: flex;
}

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

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

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

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

.relative {
  position: relative;
}

.mr-5 {
  margin-right: 1.25rem;
}

.top-\[94\%\] {
  top: 94%;
}

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

.left-1 {
  left: 0.25rem;
}

/* Additional utility classes */
.inline-flex {
  display: inline-flex;
}

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

.gap-2 {
  gap: 0.5rem;
}

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

.text-black {
  color: #000;
}

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

.w-full {
  width: 100%;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

.text-white {
  color: #fff;
}

.cursor-default {
  cursor: default;
}

.bg-black {
  background-color: #000;
}

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

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

/* O nás section utilities */
.grid {
  display: grid;
}

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

.gap-0 {
  gap: 0;
}

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

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

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

.ml-\[30px\] {
  margin-left: 30px;
}

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

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

.leading-normal {
  line-height: 1.5;
}

.text-black {
  color: #000;
}

.whitespace-normal {
  white-space: normal;
}

.w-full {
  width: 100%;
}

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

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

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

/* Email link utilities */
.ml-3 {
  margin-left: 0.75rem;
}

/* Additional utility classes */
.flex-col {
  flex-direction: column;
}

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

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

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

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

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

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

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

.p-\[8px_0_8px_12px\] {
  padding: 8px 0 8px 12px;
}

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

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

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

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

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

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

.p-0 {
  padding: 0;
}

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

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

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

/* Add more utility classes as needed */ 