@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap");

/* =========================
   Mystical Tarot Design System
   ========================= */

:root {
  --background: hsl(130 30% 90%);
  --foreground: hsl(150 30% 15%);

  --card: hsl(130 35% 95%);
  --card-foreground: hsl(150 30% 15%);

  --primary: hsl(150 40% 25%);
  --primary-foreground: hsl(130 30% 95%);

  --secondary: hsl(130 25% 85%);
  --secondary-foreground: hsl(150 35% 20%);

  --muted: hsl(130 20% 88%);
  --muted-foreground: hsl(150 15% 40%);

  --accent: hsl(45 70% 50%);
  --accent-foreground: hsl(45 80% 15%);

  --border: hsl(130 25% 80%);
  --ring: hsl(150 40% 25%);
  --radius: 1rem;

  /* Custom colors */
  --sage: hsl(130 30% 90%);
  --forest: hsl(150 40% 25%);
  --gold: hsl(45 70% 50%);
  --mystic: hsl(280 30% 50%);

  /* Gradients */
  --gradient-hero: linear-gradient(
    135deg,
    hsl(130 30% 88%) 0%,
    hsl(130 35% 92%) 50%,
    hsl(150 30% 85%) 100%
  );

  --gradient-card: linear-gradient(
    145deg,
    hsl(130 35% 97%) 0%,
    hsl(130 30% 92%) 100%
  );

  /* Shadows */
  --shadow-soft: 0 4px 20px -4px hsl(150 30% 20% / 0.1);
  --shadow-card: 0 8px 30px -8px hsl(150 30% 20% / 0.15);
  --shadow-glow: 0 0 40px hsl(45 70% 50% / 0.2);
}

/* Dark mode */
.dark {
  --background: hsl(150 30% 8%);
  --foreground: hsl(130 30% 90%);
  --card: hsl(150 25% 12%);
  --border: hsl(150 20% 20%);
}

/* =========================
   Base styles
   ========================= */

* {
  box-sizing: border-box;
  border-color: var(--border);
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Inter", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif;
}

/* =========================
   Utilities
   ========================= */

.text-gradient-gold {
  background-image: linear-gradient(
    90deg,
    hsl(45 70% 45%),
    hsl(35 65% 50%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.text-gradient-mystical {
  background-image: linear-gradient(
    135deg,
    hsl(150 40% 30%),
    hsl(180 35% 35%)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.glass-card {
  /*backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);*/
  background: linear-gradient(
    145deg,
    hsl(130 35% 97% / 0.8),
    hsl(130 30% 94% / 0.6)
  );
  box-shadow: var(--shadow-card);
  border-radius: var(--radius);
}
.result-card {
  backdrop-filter: blur(4px);
  box-shadow: var(--shadow-card);
  border-radius: var(--radius);
  background-color: #FFFFFF;
}

.glow-gold {
  box-shadow: var(--shadow-glow);
}

.decorative-border {
  border: 1px solid hsl(130 25% 75%);
  position: relative;
}

.decorative-border::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 1px solid hsl(45 60% 70% / 0.3);
  border-radius: inherit;
  pointer-events: 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: }/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::after,::before{--tw-content:''}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height: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,pre,samp{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:-.25em}sup{top:-.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,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.pointer-events-none{pointer-events:none}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0px}.inset-3{inset:0.75rem}.-bottom-8{bottom:-2rem}.-left-8{left:-2rem}.-right-8{right:-2rem}.-top-8{top:-2rem}.bottom-2{bottom:0.5rem}.bottom-20{bottom:5rem}.bottom-40{bottom:10rem}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:0.5rem}.right-1\/3{right:33.333333%}.right-2{right:0.5rem}.right-20{right:5rem}.top-0{top:0px}.top-1\/2{top:50%}.top-2{top:0.5rem}.top-20{top:5rem}.top-40{top:10rem}.z-\[100\]{z-index:100}.mx-auto{margin-left:auto;margin-right:auto}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:0.5rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mr-2{margin-right:0.5rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.h-1{height:0.25rem}.h-56{height:14rem}.max-h-screen{max-height:100vh}.min-h-screen{min-height:100vh}.w-24{width:6rem}.w-36{width:9rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.-translate-x-1\/2{--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-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:0.75rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-border\/50{border-color:hsl(var(--border) / 0.5)}.bg-background{background-color:hsl(var(--background))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:0.25rem;padding-right:0.25rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.text-center{text-align:center}.font-serif{font-family:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-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}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/90{color:hsl(var(--foreground) / 0.9)}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary\/80{color:hsl(var(--primary) / 0.8)}.opacity-10{opacity:0.1}.opacity-60{opacity:0.6}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}.duration-500{transition-duration:500ms}.ease-out{transition-timing-function:cubic-bezier(0, 0, 0.2, 1)}.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;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\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}@media (min-width: 640px){.sm\:bottom-0{bottom:0px}.sm\:right-0{right:0px}.sm\:top-auto{top:auto}.sm\:flex-col{flex-direction:column}}@media (min-width: 768px){.md\:h-64{height:16rem}.md\:w-44{width:11rem}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.md\:gap-10{gap:2.5rem}.md\:p-10{padding:2.5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}
.md\:text-2xl{font-size:1.5rem;line-height:2rem}
.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.md\:text-6xl{font-size:3.75rem;line-height:1}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}}
@media (min-width: 1024px){.lg\:text-7xl{font-size:4.5rem;line-height:1}}

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

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row
 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: -15px;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col-md-4, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.restart
{
  text-decoration:none;
  text-align:center;
  padding:10px 10px;
  border: 1px solid #000000;
  -webkit-border-radius:8px;
  border-radius: 8px;
  color:#000000;
}
.restart:disabled {
  background: #dddddd;
}
div.heavy_rounded
{
    border-radius: 8px;
    border: 1px solid;
    height: auto;
    width: auto;
}
.hidden {
  display: none;
}
.visible {
  visibility: visible;
}


.btn-reset {
  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;
  font-weight: 500;
  background-color: #dceddc;
  border-color: #bed8c2;
  border-width: 1px;
  border-radius: calc(var(--radius) - 2px);
  justify-content: center;
  height: 2.5rem;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.top-medals {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: hsl(var(--primary));
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-width: 1px;
    /*border-color: hsl(var(--gold) / .3);*/
    border-top-color: rgba(217, 172, 38, 0.3);
    border-right-color: rgba(217, 172, 38, 0.3);
    border-bottom-color: rgba(217, 172, 38, 0.3);
    border-left-color: rgba(217, 172, 38, 0.3);
}

.language-btn {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    position: absolute;
    /*top: 0;*/
    right: 0;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0;
    font-family: inherit;
}

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

.horizontal-kruk-line {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0;
    margin-left: 0;
    padding-top: 1rem !important;
    background-repeat: repeat;
}

.logo-img {
  width: 100px;
  height: auto;
}
@media (max-width: 800px) {
  .logo-img {
    width: 70px;
  }
}

.menu-3-buttons {
    color:hsl(150 40% 25%);
    font-weight: 500;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-color: #CCCCFF; /*hsl(130 25% 80%);*/
    border-width: 2px;
    border-radius: 0.75rem;
    animation-duration: 0.3s;
    text-align: center;
    /*background-color:  hsl(45 70% 50%); */
}

.nav-btn-class {
    padding-bottom: 1rem;
}
@media (min-width: 768px) {
    .nav-btn-class {
        display: block;
    }
}

.nav-menu-div {
    background-color: #f8f9fa; /*#e4f0e7;*/
    border-color: #d9e9db;
    border-top-width: 1px;
}
.nav-menu-div2 {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.nav-menu {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 2.5rem;
}
@media (min-width: 768px) {
    .nav-menu {
        display: flex;
    }
}

.nav-menu.is-open {
    display: flex;
}
.nav-btn {
    color: hsl(var(--muted-foreground));
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 0.25rem;
    align-items: center;
    /*display: flex;*/
    display: inline-block;
}
.dropdown {
  position: relative;
}
/* Hidden by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 240px;

  /* style it */
  background: #fff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  z-index: 9999;
}
/* Show when dropdown is open */
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-item {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
}
.dropdown-item:hover {
  background: rgba(0,0,0,0.06);
}
.menu-toggle {
  display: none; /* hidden on desktop */
  background: transparent;
  border: none;
  padding: 8px;
  cursor: pointer;
}
.menu-toggle-icon {
    height: 28px;
    width: 28px;
    display: block;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
    /* Hide the menu until opened */
  .nav-menu {
    display: none;
    /*position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    width: min(92vw, 380px);
    z-index: 1000;*/

    /* panel look */
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);

    flex-direction: column;
    align-items: start;
    gap: 8px;
  }

  /* Show menu when open */
  .nav-menu.is-open {
    display: flex;
  }

  /* Make buttons full width on mobile */
  .nav-btn {
    /*width: 100%;*/
    justify-content: space-between; /* if your button is flex */
  }

  /* IMPORTANT: dropdown menus should open under each button inside the mobile panel */
  .dropdown {
    position: relative;
  }

  .dropdown-menu {
    position: static; /* so it expands inside the panel */
    min-width: 0;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0.12);
    margin-top: 6px;
  }
}

.text-social-links {
    color: #577566;
    padding: 1rem;
}
.div-social-links {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px; 
    border-top-color: rgba(217, 172, 38, 0.3); 
    border-top-style: solid;
}

.top-gadaniya {
  font-size: 1.2rem; /* Adjust this to match your desired size */
  margin: 10px 0;    /* Adds spacing similar to a heading tag */
}
input.btn-recomendation {
  width: 50px;
  height: 50px;
  border-radius: 20%; /* Make corners fully rounded */
  padding: 2px; /* Add small space inside the button */
  margin: 2px; /* Add small space around the button */
  border: none; /* Remove the border */
  background-color: #ffffff; /* Optional: Set background color */
  cursor: pointer; /* Make it look like a clickable button */
}

.list-inline {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 1.5rem;
}
.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.container-footer {
    padding-top: 2em; 
    padding-bottom: 1em; 
    /*border: 1px solid gray;*/
    border: none;
}
.container-modern {
    width: 100%;
    padding-right: 1.0em;
    padding-left: 1.0em;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1.5em;
}
.footer-link {
  color: #343a40; /* Dark gray color */
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  display: inline-flex;
  height: 1.2em;
  gap: 0.4em;
}
.footer-link:hover {
  color: #343a40; /* Bootstrap primary blue */
  text-decoration: none;
}
.footer-icon {
  height: 1.0em;
  width: auto;
  /*vertical-align: middle;*/
  /*margin-right: 0.3em;*/
  display: inline-block;
  vertical-align: -20px;
}
.btn-torte {
    background-color: #CCCCFF;
    text-decoration: none;
    text-align: center;
    padding: 0.7em 0.7em;
    border: 1px solid #000000;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #000000;
    width: 100%;
    margin-left: 0px;
}
.footer-text-header {
    font-size: 1.125rem;
    line-height: 1.75rem;
    background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, hsl(45 70% 45%) 0%, hsl(35 65% 50%) 100%);
    font-weight: 600;
    text-align: center;
    /*font-family: Cormorant Garamond, Georgia, serif;*/
}
.footer-text-main {
    color:  hsl(150 15% 40%);;
    font-size: 0.875rem;
    text-align: center;
}

.go-to-page-btn {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: white;
    font-weight: 600;
    /*font-family: Cormorant Garamond, Georgia, serif;*/
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid white;
    -webkit-border-radius: 8px;
    border-radius: 1rem;
    background-color: hsl(45 70% 50%);/* #CCCCFF;*/
    text-decoration: none;
    text-align: center;
    display: inline-block;           /* важно для transform */
    transition: transform 0.2s ease, 
                background-color 0.2s ease,
                box-shadow 0.2s ease;
}
.go-to-page-btn:hover {
    background-color: hsl(45 70% 50%);
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15); 
}







