/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}




body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #002e45;
  background-color: #fff;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.nav-link {
  font-size: 14px;
}
.nav-link.active {
  font-weight: 600;
}
.hero-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  background-image: linear-gradient(to top, #002e45 102%, rgba(0, 46, 69, 0.6) -30%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.btn.btn-primary {
  background-color: #002e45;
  color: #fff!important;
  border: none;
}
.btn.btn-primary:hover {
  background-color: #1a4358;
}
.btn.btn-secondary {
  background-color: rgba(0, 46, 69, 0.1);
  color: #002e45;
  border: none;
}
.btn.btn-secondary:hover {
  background-color: rgba(0, 46, 69, 0.2);
}
.services-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.hlb-section {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 80px 0;
  background-size: cover;
  background-position: center center;

}

.stats-section p{
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
footer {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 60px 0 30px 0;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.social-icons a {
  display: inline-block;
  margin-left: 10px;
}
.social-icons img {
  width: 30px;
  height: 30px;
}
.contact-section input,
.contact-section textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  margin-bottom: 1rem;
}
.contact-section input:focus,
.contact-section textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #002e45;
}
.contact-section .btn-submit {
  background-color: rgba(0, 46, 69, 0.1);
  color: #002e45;
  border-radius: 30px;
  padding: 0.5rem 1.5rem;
  border: none;
}
.blog-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
.blog-meta {
  position: absolute;
  top: 1.6rem;
  right: 1.2rem;
  background: rgba(255,255,255,0.8);
  color: #333;
  padding: 0.3rem 0.6rem;
  font-size: 14px;
  border-radius: 10px;
}
.linkedin-section .carousel-item {
  background: #000;
  border-radius: 16px;
  height: 320px;
}
.stats-section {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 60px 0;
}
.stats-section h2 {
  font-size: 48px;
  font-weight: 700;
}
.stats-section p {
  margin-bottom: 0;
}
.linkedin-section .carousel-item {
  background: #000;
  border-radius: 16px;
  height: 320px;
}
.stats-section {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 60px 0;
}
.stats-section h2 {
  font-size: 48px;
  font-weight: 700;
}
.stats-section p {
  margin-bottom: 0;
}
.about-section {
  background: url('about-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  height: 980px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}

.about-section .container{
  align-self: end;
}
.about-section .about-text {
  font-size: 64px;
  font-weight: 700;

  font-family: Inter;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.nav-link{
  padding-right: 0!important;
  padding-left: 0!important;
  color: #002e45!important;
  font-weight: 600!important;
}
.btn.btn-primary{
  border-radius: 50px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sipka{
  margin-left: 5px;
}
.button-menu{
  font-size: 14px;
}
.envelope{
  margin-right: 10px;
}
.nav-link.active{
  border-bottom: 2px solid #002e45!important;
  opacity: 1;
}
.nav-link:hover{
  border-bottom: 2px solid #002e45!important;
  opacity: 1;
}
.nav-link{
  color: #002e45;
  opacity: .6;
}

.nav-item{
  padding-left: 32px;
  padding-right: 32px;
}
.btn-lg{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-top: 16px!important;
  padding-bottom: 16px!important;
}
.btn-secondary{
  flex-grow: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 50px;
  background-color: rgba(0, 46, 69, 0.1);
}

.hero-image {
  display: block;
  width: 100%;
  margin-top: 100px!important;
}

.hero-title{
  background: linear-gradient(to top, #002e45 30%, rgba(0, 46, 69, 0.6) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1.44px;
  padding-top: 15px;
  padding-top: 20px;
  text-align: center;
}
.h1{
  background: linear-gradient(to top, #002e45 -15%, rgba(0, 46, 69, 0.6) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1.44px;
  padding-top: 15px;
  padding-top: 62px;
  margin-bottom: 24px;
}
p.lead{
  margin-top: 24px!important;
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #002e45;
  margin-bottom: 44px;
}
.h1-p{
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.contact-us-btn{
  margin-top: 30px;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;

}
.navbar{
  padding-top: 0px!important;
  padding-bottom: 15px!important;
}
.sluzby-headline{
  margin-top: 32px;
  margin-bottom: 12px;


  background: linear-gradient(to top, #002e45 -15%, rgba(0, 46, 69, 0.6) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1.44px;

}
.sluzby-p{
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
  margin-bottom: 80px;

}
.global-logo{
  margin-bottom: 24px;
}
.btn-three{
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3)!important;
  color: white;


  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.sme-clenom{
  flex-grow: 0;
  font-family: Inter;
  font-size: 48px!important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff!important;
}

.blog-meta{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.2);
  color: white;
}
.blog-card small{
  align-self: stretch;
  flex-grow: 0;
  opacity: 0.6;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 16px;
}
.blog-card h5{
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 12px;
  color: #fff;
}
.prejst-blog{
  margin-top: 48px!important;
}
.contact-section input::placeholder, .contact-section textarea::placeholder{
  flex-grow: 0;
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.contact-section input, .contact-section textarea{
  margin-bottom: 40px;
}
.btn-submit{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 46, 69, 0.4);
}
.contact-section h2{
  padding-top: 0;
}
.contact-section .btn-submit{
  padding: 12px 24px;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 46, 69, 0.4);
}
.blog-card p{
  align-self: stretch;
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.align-items-end{
  justify-content: end;
}
.strong-consulting{
  flex-grow: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
footer{
  background-size: cover;
  background-position: center center;
}
.flex-show{
  display: flex;
  gap: 60px;
  margin-top: 20px;
}
.flex-show p{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.flex-show strong{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
}
.list-unstyled{
  margin-top: 16px!important;
}
.list-unstyled li{
  margin-top: 15px;
  margin-bottom: 15px;
}
footer{
  padding-top: 60px;
  padding-bottom: 30px;
}
.social-icons a{
  margin-top: 16px!important;
  margin-left: 24px;

}


.linkedin-section .carousel-item {
  background: #000;
  border-radius: 16px;
  height: 320px;
}
.stats-section {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 80px 0;
}
.stats-section h2 {
  font-size: 48px;
  font-weight: 700;
}
.stats-section p {
  margin-bottom: 0;
}
.about-section {
  background: url('about-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 0;
  text-align: left;
}
.about-section .about-text {
  font-size: 64px;
  font-weight: 700;

}
.timeline-section {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 60px 0;
}
.timeline-section h2 {
  font-size: 48px;
  font-weight: 700;
}

.timeline-section .event {
  text-align: left;
}
.timeline-section .event small {
  color: rgba(255, 255, 255, 0.6);

  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #fff;

}
.timeline-section .event a {
  color: white;
  font-size: 14px;
  text-decoration: none;
}
.timeline-section .event a:hover {
  text-decoration: underline;
}
.timeline-line {
  border-left: 1px solid rgba(255,255,255,0.3);
  height: 30px;
  margin: 10px 0;
}

.timeline-section{
  background-position: center center;
  background-size: cover;
  height: 484px;
  padding-bottom: 55px;
  align-content: flex-end;
}
.border-timeline{
  border-bottom: 1px solid white;
  position: absolute;
  bottom: 60px;
  width: 100%;
}
.timeline-line{
  height: 90px;
  border-color: white;
  margin-bottom: 0;
}

.linkedin-section .carousel-item {
  background: #000;
  border-radius: 16px;
  height: 320px;
}
.stats-section {
  background: linear-gradient(to right, #001a26, #00394d);
  color: white;
  padding: 60px 0;
}
.stats-section h2 {
  font-size: 48px;
  font-weight: 700;
}
.stats-section p {
  margin-bottom: 0;
}
.about-section {
  background: url('about-bg.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 0;
  text-align: left;
}
.about-section .about-text {
  font-size: 64px;
  font-weight: 700;
}
.team-section .card {
  border: none;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}
.m-bot-70{
  margin-bottom: 70px;
  margin-top: 50px;
}
.team-section .card img {
  width: 100%;
  height: auto;
  display: block;
}
.team-section .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 100%);
  color: white;
  padding: 140px 20px 20px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.team-section .card:hover .overlay {
  opacity: 1;
}
.team-section .card .info p{
  display: none;
}
.team-section .card:hover .info p{
  display: block;
}
.team-section .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: white;
  z-index: 2;
}
.team-section .info small,
.team-section .info h5 {
  margin: 0;
}
.team-section .info p {
  font-size: 14px;
  margin-top: 10px;
}
.team-section .info{
  text-align: left;
}
.team-section .info small{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 12px;
  display: block;
  color: #fff;
}
.team-section .info h5{
  flex-grow: 0;
  font-family: Poppins;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.bg-white{
  background: white!important;
}
.toleft{
  text-align: left;
  margin-bottom: 24px;
}
.m-top-36{
  padding-top: 36px;
}
.contact-with-image{
  padding-top: 90px!important;
  padding-bottom: 80px!important;
  background-size: cover;
  background-position: center center;
}
.bot-110{
  margin-bottom: 110px;
}
.contact-with-image h2{
  color: white;
  flex-grow: 0;
  font-family: Poppins;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.contact-with-image p{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.contact-with-image input::placeholder,.contact-with-image textarea::placeholder{
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.contact-with-image .btn-submit{
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.footer-white{
  background: white!important;
  padding-bottom: 40px;
}
.footer-white *{
  color: #002e45!important;
}
.copyright{
  display: block;
  text-align: center;
  margin-top: 40px;

  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #002e45;

}
.line-hr{
  width: 100%;
  height: 2px;
  background-color: rgba(0, 46, 69, 0.1);
  margin-bottom: 48px;
  margin-top: 24px;
}
.mt-50{
  margin-top: 50px;
}
.m60{
  margin-bottom: 60px;
}
.read-more{
  gap: 10px;
  padding: 16px 24px!important;
  border-radius: 50px;
  background-color: rgba(0, 46, 69, 0.1);

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.news-btn{
  padding: 16px 24px!important;
  border-radius: 50px;
  background-color: rgba(0, 46, 69, 0.1);
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.mensie{
  font-family: Poppins;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.line-hr2{
  margin-top: 48px;
}
.blog-index-section .card{
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 20px;
  background-color: #f2f4f4;

}
.blog-index-section .card-body{
  padding: 0;
}
.blog-index-section h6{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500!important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.blog-index-section p{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.blog-index-section .blog-meta{
  top: 1.5rem;
  right: 1.5rem;
}
.big-image{
  height: 460px;
  flex-grow: 0;
  margin: 0 16px 0 0;
  padding: 24px 24px 32px 32px!important;
  border-radius: 20px!important;

}

.big-image small{
  opacity: 0.6;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 16px;
}
.big-image h5{
  flex-grow: 0;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  display: block;
  margin-bottom: 12px!important;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.switch{
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 20px!important;
  border-radius: 50px!important;
  background-color: rgba(0, 46, 69, 0.02);
  border-color: initial!important;
  border: 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002e45;
}
.mb-110{
  margin-bottom: 110px!important;
}
.mini-blocks  h6{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.mini-blocks p{
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
  margin-top: 11px;
  margin-bottom: 0;
}
.rounded-2{
  border-radius: 20px!important;
}
.switch{
background: rgba(0,46,69,0.05);color:#002e45
}
.switch.active,.switch:hover{
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #002e45!important;
  color: white!important;
  padding: 12px 20px;
  border-radius: 50px;
  background-color: #002e45;
}
.big-image p{
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.bigger p{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.show-more{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.no-vyber{
  padding-top: 0;
}
.blog-card{
  height: 440px;
}
.the-labels label{
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002e45;
}
.just-space-between{
  justify-content: space-between;
}
.blog-content{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.custom-select {
  background-color: rgba(0, 46, 69, 0.05);
  border: none;
  border-radius: 999px;
  padding: 8px 24px;
  font-weight: 600;
  color: #002e45;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.158203 8.825L3.97487 5L0.158203 1.175L1.3332 0L6.3332 5L1.3332 10L0.158203 8.825Z' fill='%23002E45'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 9px;
}
.custom-select{
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002e45;
  padding: 14px 20px;
  padding-right: 40px;
}
.gap-60 {
  gap: 60px;
}
.pad-120{
  padding-top: 120px;
  padding-bottom: 120px;
}
.kariera-text{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #fff!important;
  margin-bottom: 24px!important;
}
.kariera-button{
  padding: 16px 24px;
  border-radius: 50px;
  background-color: #fff;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
  text-decoration: initial;
  display: inline-block;
}
.m-bot-115{
  margin-bottom: 115px;
}
.back-kar{
  background-size: cover;
  background-position: center center;
}
.navigation{
  margin-left: 0;
  padding-left: 0;
}
.navigation li{
  display: inline-block;
  margin-right: 20px;
  list-style-type: none;
}
.navigation li a{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;

  text-decoration: initial;
}
.navigation li a.active{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.sluzby-bg button{
  font-family: Poppins;
  font-size: 64px!important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  text-decoration: initial!important;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-decoration: initial;
}
.service-block{
  margin-top: -36px;
}
.service-block p{
  flex-grow: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  max-width: 900px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.service-block .btn{
  padding: 16px 24px!important;
  border-radius: 50px!important;
  background-color: #002e45!important;

  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  border: 0;
}
.sluzby-bg{
  background-size: cover;
  background-position: center center;
  margin-top: 50px;
}
.custom-select{
  margin-left: 16px;
}
.toright,.blog-index-section p{
  text-align: right;
}
.custom-select:focus {
  outline: none;
  box-shadow: none;
}
.sluzby-bg{
  margin-bottom: 80px;
}
.newsletters .mt-auto{
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 32px;
}
.newsletters a{
  position: relative;
}
.m-top-80{
  margin-top: 80px;
}
.newsletters .col-md-3{
  margin-top: 32px;
}

.accordion .accordion-item{
  border: 0!important;
}
.accordion .accordion-button{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
.accordion .accordion-button{
  background: initial;
  border: 0!important;
  box-shadow: initial;
}
.accordion .accordion-body{
  border: 0!important;
}
.accordion .accordion-body{
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.accordion-button:not(.collapsed)::after{
  background-image: url("../img/arrow.png");
  width: 32px;
  height: 32px;
  background-size: cover;
}
.m-bot-none{
  margin-bottom: 0!important;
}
.accordion .accordion-button,.accordion .accordion-body{
  padding-right: 0;
  padding-left: 0;
}
.accordion-button::after{
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url("../img/arrow-up.png");
}

.contact-section input, .contact-section textarea{
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45!important;
}
.toright{
  margin-bottom: 0;
}
.pozicie{
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.mar-no-bot{
  padding-bottom: 0!important;
}

.pad-top-0{
  padding-top: 0;
}

.btn-secondary{
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002e45;
}
textarea{

  margin-top: -5px;
}
footer .list-unstyled{
  margin-bottom: 0;
}
.arko{
  margin-left: 5px;
}
.border-timeline h6{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.timeline-section .event a{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.videohtml{
  width: 100vw;       /* celá šírka okna */
  height: 55vh;      /* celá výška okna */
  object-fit: cover;  /* orezanie videa, zachová pomer strán */
  margin-top: 100px;
}
.min-top{
  padding-top: 30px;
}
.no-top{
  padding-top: 5px;
  margin-top: 0;
}

.navigation{
  text-align: left;
  margin-bottom: 0;
}
.hamburger{
  padding: 0;
  padding-top: 10px;
}

@media screen and (min-width: 1199px){
  .ocakavame br{
    display: none;
  }
}
@media screen and (max-width: 1199px){
  .social-icons a{
    display: block;
    margin: 0 auto;
  }
  .h1{
    font-size: 60px;
  }
  .contact-section input, .contact-section textarea,.contact-section input::placeholder, .contact-section textarea::placeholder{
    font-size: 15px;
  }
  .about-section .about-text{
    font-size: 60px;
  }
  .about-section{
    padding: 150px 0;
  }
}
.hamburger{
  display: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.brmob{
  display: none;
}
body{
  padding-top: 138px;
}
@media screen and (max-width: 992px){
  .navbar-nav .btn.btn-primary.d-none{
    display: block!important;
    margin-top: 10px;
  }
  .hamburger{
    display: block;
  }
  .navbar-collapse{
    padding-top: 20px;
  }
  .nav-link{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-title{
    font-size: 64px;
  }
  .btn{
    font-size: 14px;
  }
  .h1{
    font-size: 56px;
  }
  .h1-p br{
    display: none;
  }
  .sluzby-headline{
    padding-top: 5px;
  }
  .text-md-end{
    text-align: left!important;
  }
  .btn-three{
    margin-top: 15px;
  }
  .about-section .about-text{
    font-size: 54px;
  }
  .link-sect{
    margin-bottom: 20px;
  }
  .link-sect .h1{
    text-align: center;
    padding-top: 0;
  }
  .contact-section form{
    margin-top: 30px;
  }
  .hlbtext{
    text-align: left;
  }
  .copyright{
    text-align: left;
  }
  footer .col-lg-2{
    margin-top: 30px;
  }
  .link-sect p{
    text-align: center;
  }
  .brmob{
    display: block;
  }
  .sluzby-bg.button{
    font-size: 58px!important;
  }
  .min-mob-110{
    margin-bottom: 50px!important;
  }
  .blog-index-section p{
    margin-bottom: 0;
  }
  .h1{
    padding-top: 5px;
  }
  .about-section{
    margin-bottom: 0;
  }
  .topmobil{
    margin-top: -200px!important;
  }
  .botmobil{
    margin-bottom: 100px;
  }
  .hero-image{
    margin-top: 50px!important;
  }
  .navigation{
    margin-bottom: 20px;
  }
  .blog-index-section p,.toright{
    text-align: left;
  }
  .pad-120{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 567px){
  .hero-title{
    font-size: 55px;
  }
  body{
    padding-top: 100px;
  }
  p.lead{
    margin-bottom: 30px!important;
  }
  .py-5{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
  }
  .about-section .about-text{
    font-size: 32px;
  }
  .about-section{
    height: 580px;
  }
  .about-section{
    padding: 60px 0;
  }
  .sluzby-p{
    margin-bottom: 20px;
  }
  .our-services{
    text-align: center;
  }
  .our-services .h1-p{
    text-align: center;
  }
  .audit-services{
    margin-top: 0px;
  }
  .sme-clenom{
    font-size: 36px!important;
  }
  .h1{
    font-size: 48px;
    padding-top: 5px!important;
  }
  .stats-section .col-md-3{
    margin-top: 30px;
  }
  .contact-section{
    padding-top: 30px;

  }
  .mb-5{
    margin-bottom: 0!important;
  }
  .timeline-section{
    height: initial;
  }
  .event{
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
  }
  .event *{
    text-align: center!important;
  }
  .event small{
    display: block;
  }
  .event a{
    display: block;
  }
  .timeline-line{
    width: 1px;
    background: white;
    border: 0;
    margin-top: 20px;

  }
  .hlb-section2 *{
    text-align: center!important;
  }
  .contact-with-image h2{
    font-size: 48px;
  }
  .blog-index-section .d-flex{
    flex-direction: column!important;
    width: 100%;
  }
  .the-labels{
    margin-top: 30px;
    margin-bottom: 30px!important;
  }
  .custom-select{
    margin-left: 0;
    width: 100%;
  }

  .team-section .mb-5{
    margin-bottom: 30px!important;
  }
  .audit-services *{
    text-align: center;
  }
  .services-icon{
    margin: 0 auto;
  }
  .services-icon{
    margin-top: 40px;
  }
  .sluzby-bg button{
    font-size: 42px!important;
  }
  .team-section *{
    text-align: center!important;
  }
  .about-text{
    margin-bottom: 40px;
  }
  .contact-with-image{
    padding-top: 60px!important;
    padding-bottom: 60px!important;
  }
  .navigation li{
    margin-right: 20px;
  }
  .navigation li:nth-last-child(1){
    margin-right: 0;
  }
  .botmobil{
    margin-bottom: 60px;
  }
  .topmobil{
    margin-top: -100px!important;
  }
  .sluzby-bg{
    margin-bottom: 40px;
  }
  .mar-no-bot{
    padding-bottom: 0!important;
  }
  .ocakavame{
    margin-bottom: 0;
    margin-top: 30px;
  }

  .sluzby-bg{
    margin-top: 0;
  }
}




.about-section {
  position: relative;
  width: 100%;
  height: 100vh; /* alebo napr. 600px ak chceš menšiu sekciu */
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.about-section .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.about-section .container {
  position: relative;
  z-index: 1;
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4); /* tmavý overlay pre čitateľnosť textu */
  z-index: 0;
}


.contact-with-image input{
  background: transparent!important;
  border-bottom: 1px solid #ccc!important;
  color: white!important;

}
.btn-submit:hover{
  color: white;
}
.blog-index-section p {
  text-align: left;
}
.bg-darkblue::before{
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 100px;
  background: #002E45;
}
.bg-darkblue{
  position: relative;
}
.bg-darkblue img{
  z-index: 9;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.bg-darkblue::after{
  content: "";
  display: block;
  width: 63px;          /* nastav podľa potreby */
  height: 63px;
  border-radius: 50%;    /* full circle */
  position: absolute;
  left: 25%;
  bottom: 25%;
  background: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}



.bg-green::before{
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 100px;
  background: #0FB599;
}
.bg-green{
  position: relative;
}
.bg-green img{
  z-index: 9;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.bg-green::after{
  content: "";
  display: block;
  width: 63px;          /* nastav podľa potreby */
  height: 63px;
  border-radius: 50%;    /* full circle */
  position: absolute;
  left: 25%;
  bottom: 25%;
  background: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}


.bg-blue::before{
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 100px;
  background: #2E3E72;
}
.bg-blue{
  position: relative;
}
.bg-blue img{
  z-index: 9;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.bg-blue::after{
  content: "";
  display: block;
  width: 63px;          /* nastav podľa potreby */
  height: 63px;
  border-radius: 50%;    /* full circle */
  position: absolute;
  left: 25%;
  bottom: 25%;
  background: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}




.bg-purple::before{
  content: "";
  display: block;
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 100px;
  background: #6C4E6D;
}
.bg-purple{
  position: relative;
}
.bg-purple img{
  z-index: 9;
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.bg-purple::after{
  content: "";
  display: block;
  width: 63px;          /* nastav podľa potreby */
  height: 63px;
  border-radius: 50%;    /* full circle */
  position: absolute;
  left: 25%;
  bottom: 25%;
  background: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}


.nopadtop.h1{
  padding-top: 0!important;
}
.is-linkedin{
  background-color: #0a66c2;
border-radius: .5rem;
padding: .5rem 1rem;
color: white;
text-decoration: initial;
margin-top: 15px;
display: inline-block;
}

#modalTitle{
  background: linear-gradient(to top, #002e45 30%, rgba(0, 46, 69, 0.6) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -1.44px;
    padding-top: 15px;
    padding-top: 20px;
    text-align: center;
}
#modalDate{
  font-family: Inter;
  color: #002e45;
}
.modal-header,.modal-body{
  padding-left: 40px;
  padding-right: 40px;
}
.modal-body{
  padding-bottom: 40px;
}
.modal-header{
  padding-top: 40px;
}
.modal-header .btn-close{
  opacity: 1;
}
.modal-body{
  overflow: hidden!important;
}
.modal-body p{
  z-index: 9999;
  position: relative;
}
.m-logo{
      position: absolute;
    bottom: -20%;
    opacity: .3;
    height: 100%;
    left: -20%;
    z-index: 0;
}
.modal-header{
  border-bottom: 0;
}
.topbar li{
  list-style-type: initial;
  display: inline-block;
  font-size: 14px;
  padding-left: 15px;
}
.topbar li a{
  color: #002e45;
  text-decoration: initial;
}
header{
  background: white;
}
.topbar{
  text-align: right;
 
}
.headko{
  padding-top: 15px;
}
.topbar ul{
  margin-bottom: 10px;
}


article img{
  max-width: 100%;
}

.rightdeskt{
  text-align: right!important;
}
@media screen and (max-width: 992px){
  .rightdeskt{
    text-align: center!important;
  }
  .vyc{
    text-align: center!important;
  }
}

.napl-stretnutie{
  position: relative;
   
}
.contact-section textarea.white-area{
      color: #002e45 !important;
     
}
.contact-section textarea.white-area:focus{
  border-bottom: 1px solid #002e45!important;
}

.right-mobil{
    text-align: right;
    margin-top: 30px;
  }
  .black-area label{
    color: #999DA1;
  }
  .contact-section textarea:focus{
    background: transparent;
    border-color: white!important;
    
  }
  .contact-section textarea{
    color: white!important;
  }
@media screen and (max-width: 992px){
  .napl-stretnutie{
    position: relative;
    bottom: initial;
    right: initial;
  }
  .link-sect{
    text-align: center;
  }
  
  .timeline-spacer{
    margin-top: 500px;
  }
  .minmartop{
    margin-top: 30px;
  }
}

.social-icons a{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.uppercase{
  text-transform: uppercase;
}


@media screen and (min-width: 1199px){
  .right-mobil{
    position: absolute;
    bottom: 0;
  }
  .right-mobil a{
    line-height: 1em;
  }
}
.topbar {
    display: block;
    overflow: hidden;
    max-height: 80px; /* nastavte podľa reálnej výšky topbaru */
    opacity: 1;
    transform: translateY(0);
    transition:
        max-height 0.3s ease,
        opacity 0.25s ease,
        transform 0.25s ease,
        padding 0.3s ease,
        margin 0.3s ease;
}

.topbar.is-hiding {
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.topbar.is-hidden {
    display: none;
}
.contact-section{
  padding-bottom: 80px;
}

.bottom-line-absolute{
  width: 100%;
}

.logo-image{
  height: 40px;
}


@media screen and (max-width: 767px){
  footer{
    background-position: center center!important;
  }
}

#contactResponse .alert{
  margin-top: 15px;
}