/* =========================================================
   GEMONT — Complete Stylesheet
   ========================================================= */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

/* --- CSS Variables --- */
:root {
  --red: #D3202A !important;
  --gray: #A2A5A6 !important;
  --light-gray: #DFDFDF !important;
  --dark: #202020 !important;
  --white: #ffffff !important;
  --radius: 10px !important;
  --section-pad: 80px !important;
  --section-pad-mobile: 30px !important;
 
}

/* --- Reset --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #202020;
  background: #ffffff;
  line-height: 1.6;
}

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

ul, ol {
  list-style: none;
}

a {
  color: #202020;
  text-decoration: underline;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  transition: color 0.2s;
}

a:hover {
  color: var(--red);
}

span.dot-in-text{
     color: var(--red);
    font-size: 80px;
  line-height: 0;
    display: inline-block;
  font-family: 'Raleway', sans-serif;
}

/* --- Container --- */
.g-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}




@media (min-width: 1600px) {
  .container {
    max-width: 1600px !important;
  }
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.15;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

h3,h4{
  font-size: 24px;
  margin-top: 35px;
}

h4, h5, h6 {
  font-weight: 500;
}

/* Hero H1 — homepage only */
.hero-h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 78px;
  font-weight: bold;
  line-height: 1.35;
  color: #202020;
}

/* Big heading — section H2 on homepage / H1 on inner pages */
.big-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.05;
  color: #202020;
  display: block;
  margin-bottom: 28px;
}

.big-heading.white {
  color: #ffffff;
}

.big-heading .dot,.hero .dot {
    color: var(--red);
    font-size: 80px;
    line-height: 0;
    display: inline;
    /* or try: baseline, middle, -0.1em, etc. */
}

/* H2 on inner pages */
h2.section-title {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 20px;
}

/* H3 */
h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #202020;
  margin-bottom: 30px;
}

.faq-adv-item h3{
font-size: 23px;

}

p {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #202020;
  line-height: 1.65;
  margin-bottom: 16px;
}

p:last-child {
  margin-bottom: 0;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.g-btn,#btn-FormSendMail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 10px;
  border: 2px solid transparent;

  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s, font-size 0.3s ease;
  white-space: nowrap;
}

#btn-FormSendMail{
margin-bottom: 40px;
}

.scrolled .g-btn {
  font-size: 15px;
}

/* Primary: dark bg, white text */
.g-btn-primary,#btn-FormSendMail{
  background: #202020;
  color: #ffffff !important;
  border-color: #202020;
  text-decoration: none !important;
}

.g-btn-primary:hover,#btn-FormSendMail:hover {
  background: #DFDFDF;
  color: #202020 !important;
  border-color: #202020;
  text-decoration: none !important;
}

.icon-button::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/files/images/ico-tl-primary-secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}



/* Secondary: white bg, dark border+text */
.g-btn-secondary {
  background: #ffffff;
  color: #202020 !important;
  border-color: #202020 !important;
  text-decoration: none !important;
}

.icon-button::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/files/images/ico-tl-primary-secondary.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.g-btn-secondary:hover {
  background: #202020;
  color: #ffffff !important;
  border-color: #202020;
  text-decoration: none !important;
}

/* Tertiary: light-gray bg, dark text, gray border */
.g-btn-tertiary {
  background: #DFDFDF;
  color: #202020 !important;
  border-color: #A2A5A6;
}

.g-btn-tertiary:hover {
  background: #ffffff;
  color: #202020 !important;
  border-color: #202020;
}

/* Icon inside button — red color */
.g-btn-icon {
  color: var(--red);
  display: inline-flex;
  align-items: center;
}

.icon-phone::after {
  content: '';
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/files/images/ico-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-envelope::after {
  content: ''; 
  display: inline-flex;
  width: 24px;
  height: 24px;
  background-image: url("/files/images/ico-obalka.svg");
  background-repeat: no-repeat;
  background-size: contain;
}


.g-btn-primary .g-btn-icon, .btn-primary .g-btn-icon {
  color: var(--red);
}

.g-btn-primary:hover .g-btn-icon, .btn-primary:hover .g-btn-icon {
  color: var(--red);
}


/* Button group */
.g-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 768px) {

.hero-content .g-btn-group{
 margin-top: 0px;
}
}

@media (max-width: 768px) {
  .bigger-dot br {
    display: none;
  }
}

/* Text link with arrow */
.text-link {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  color: #202020;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}

.text-link:hover {
  color: var(--red);
}

/**********************************/
/*         HEADER
/*********************************/
header{
	position: fixed;
	width: 100%;
    padding: 6px 0;
    height: 132px;
    background-color: white;

    color: black;
    z-index: 9;
    transition: height 0.3s ease, padding 0.3s ease;
}

header .navbar {
    background-color: white;
     z-index: 9;
    }

header.scrolled {
    padding: 2px 0;
    height: 72px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


header a{
    color: white;
}
header .odkaz_na_uvod{
    text-decoration: none;
}

header .logo-text{
	font-weight: bold;
	color: white;
	font-size: 31px;
	text-decoration: none !important;
	transition: font-size 0.3s ease;
}

header.scrolled .logo-text {
    font-size: 20px;
}

@media screen and (max-width: 1000px){
	header{
    padding-top: 15px;
		padding-bottom: 0px;
	}
}


@media screen and (max-width: 500px){
	header{
		padding: 15px 0;
	}

	header .logo-text{	
		font-size: 32px;
	}	
}
@media screen and (max-width: 320px){
	header .logo-text{	
		font-size: 20px;
	}	
}

header .logo-text .green-text{	
	letter-spacing: 8px;

}




/* =========================================================
   HERO
   ========================================================= */

.hero {
  padding: 35px 0 60px;
  background: #ffffff;
  overflow: hidden;
}

.hero-grid {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .hero-grid {
    flex-direction: column;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-subheading {
  font-size: 26px;
  color: #202020;
  line-height: 1.65;

}

.hero-link {
  font-size: 15px;
  color: #A2A5A6;
  word-break: break-all;
}

.hero-link:hover {
  color: var(--red);
}

.hero-image {
  flex: 2;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.hero-image img {
  border-radius: 10px;
  width: 100%;

  object-fit: cover;
}
@media (min-width: 1200px) {
  .hero-image.large img {

  }
}

@media (min-width: 1200px) {
  .hero-image.small img {
    transform: scale(0.8);
  }
}

/* =========================================================
   SECTION COMMON
   ========================================================= */

section {
  padding:80px;
}


section#main_content{
  padding: 30px 0;
}

@media (max-width: 768px) {
section#main_content{
  padding: 30px 0;
}

}

.section-bg-gray {
  background: #DFDFDF;
}

.section-bg-dark {
  background: #202020;
  color: #ffffff;
}

.section-bg-dark h2,
.section-bg-dark h3,
.section-bg-dark p {
  color: #ffffff;
}

.section-border-red {
  padding: 80px 0;
  background-color: #DFDFDF;
  border-bottom: 8px solid var(--red);
}

/* Section centered */
.section-centered {
  text-align: center;
}

.section-centered .big-heading {
  display: inline-block;
}

/* =========================================================
   SPLIT SECTION (2-col: image + content)
   ========================================================= */

.split-section {
  display: flex;
  gap: 100px;
  align-items: center;
}

@media (max-width: 1199px) {
  .split-section {
    flex-direction: column;
  }
}

@media (max-width: 1199px) {
  .split-section-reverse {
    flex-direction: column-reverse;
  }
}

.split-section.reverse {
  direction: rtl;
}

.split-section.reverse > * {
  direction: ltr;
}

.split-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.split-image img {
  border-radius: 50%;
  max-width: 530px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 768px) {
 .split-image img {
    width: 100%;
    padding: 0 25px;
    aspect-ratio: 1;
    object-fit: contain;
}
}

.split-content {
	flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.split-content p {
  margin-bottom: 12px;
}

/* =========================================================
  CHECKLIST
  ========================================================= */

.content ul,.content ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 18px 0 0px;
}

.content li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.4rem;
}

.content li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/files/images/ico-check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.content .footer-nav li {
    padding: 0;
    margin: 0;
}

.content .footer-nav li::before {
    display: none;
}

/* =========================================================
   FEATURES GRID (PROČ GEMONT)
   ========================================================= */

   


    .icon-list-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-top: 32px;
    }

    @media (max-width: 768px) {
      .icon-list-row {
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
        text-align: left;
      }

     .icon-list-row-wrapper {
      display: flex;
      justify-content: center;
     }
    }

    .icon-list-row div {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 16px;
    }

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 48px;
}



/* =========================================================
   FAQ ADVANTAGES
   ========================================================= */

.faq-adv-section {
  background: #F5F5F5;
  padding:100px;
  border-bottom: 8px solid var(--red);
}

.faq-adv-title {
  font-family: 'Raleway', sans-serif;

  font-weight: 700;
  margin-bottom: 32px;
}

.faq-adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.faq-adv-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  gap: 12px;
  background: #ffffff;
  border: 1.5px solid #DFDFDF;
  border-radius: 10px;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 600;
}

.faq-adv-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

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


  }
.faq-adv-item {
    justify-content: between;
}
}


/* =========================================================
   FAQ ACCORDION
   ========================================================= */

.faq-section {
  background: #202020;
  padding:100px;
  color: #ffffff;
}

.faq-layout {
  display: flex;
  gap: 60px;
  align-items: start;
}

.faq-intro h2 {
  font-family: 'Raleway', sans-serif;

  color: #ffffff;
  margin-bottom: 16px;
}

.faq-intro p {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 28px;
}

.faq-grid {
  flex: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.faq-intro{
  flex: 1;
}

.faq-item {
  border: 2px solid var(--red);
  background: #ffffff;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  color: black;
  border-color: #202020;
  transition: border-color 0.2s;
}
.faq-item:hover {
  border-color: #D3202A;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;

  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  gap: 12px;
}

.faq-question::after {
  content: '';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url('/files/images/ico-lupa-faq.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
  font-size: 15px;
  line-height: 1.6;
}

.faq-item.open .faq-answer {
  display: block;
}

/* =========================================================
   JOB CARDS GRID
   ========================================================= */



.card-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10;
}

.jobs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
}

.job-card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 10px 20px 10px 20px;
   transition: transform 0.2s ease;

}

.job-card-wrap:hover .g-btn-primary {
  background: #DFDFDF;
  color: #202020 !important;
  border-color: #202020;
  text-decoration: none !important;
}

.job-card-wrap:hover {
    transform: translateY(-6px);
}


.job-card-title {

  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 12px;
}

.job-card-title .dot {
  color: var(--red);
  font-size: 55px;
}

.bigger-dot .dot {
  color: var(--red);
  font-size: 55px;
}

.dot {
  font-family: 'Raleway', sans-serif;
      line-height: 0;
    display: inline-block;
}

.job-card {
  display: flex;
  flex-direction: column;
  border: 2px solid #DFDFDF;
  border-radius: 10px;
  overflow: hidden;
  background: #e9e9e9;
  height: 500px;
  width: 100%;
}

.job-card-image {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  display: block;
}

.job-card-body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  flex: 1;
}

.job-card-desc {
  font-size: 17px;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-card-body .g-btn {
  margin-top: 12px;

}

/* Jobs more link */
.jobs-more {
  text-align: center;
  margin-top: 28px;
}

/* =========================================================
   BENEFITS GRID
   ========================================================= */

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 40px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 22px;
  border: 2px solid #DFDFDF;
  border-radius: 10px;
  background: #ffffff;
}

.benefit-icon {
  color: var(--red);
  width: 36px;
  height: 36px;
}

.benefit-card h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.benefit-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 0;
}

/* =========================================================
   PAGE HEADER
   ========================================================= */

.g-page-header {
  padding: 60px 0;
  background: #ffffff;
}

.g-page-header-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.g-page-header-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.g-page-header-image {
  display: flex;
  justify-content: flex-end;
}

.g-page-header-image img {
  border-radius: 10px;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

/* Badge / subtitle */
.subtitle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  width: fit-content;
}

/* =========================================================
   CTA SECTION
   ========================================================= */

.cta-section {
  padding:80px;
  text-align: center;

}

.cta-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 28px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   MAP SECTION
   ========================================================= */

.map-section {
  padding:80px;
}

.map-section h3 {
  margin-bottom: 24px;
}

.map-embed {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #DFDFDF;
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 380px;
  border: none;
}

/* =========================================================
   FORMS
   ========================================================= */

.g-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.g-form-group label {

  font-size: 15px;
  font-weight: 600;
  color: #202020;
}

.g-form-group input,
.g-form-group textarea,
.g-form-group select {
  padding: 12px 16px;
  border: 2px solid #DFDFDF;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #202020;
  background: #ffffff;
  transition: border-color 0.2s;
  width: 100%;
}

.g-form-group input:focus,
.g-form-group textarea:focus,
.g-form-group select:focus {
  outline: none;
  border-color: #202020;
}

.g-form-group textarea {
  min-height: 120px;
  resize: vertical;
}

.g-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Contact form inline (FAQ section) */
.inline-contact-form {
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 28px;
  width: 100%;
  max-width: 560px;
}

.inline-contact-form .g-form-group label {
  color: #ffffff;
}

.inline-contact-form .g-form-group input,
.inline-contact-form .g-form-group textarea {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  color: #ffffff;
}

.inline-contact-form .g-form-group input::placeholder,
.inline-contact-form .g-form-group textarea::placeholder {
  color: rgba(255,255,255,0.4);
}

.inline-contact-form .g-form-group input:focus,
.inline-contact-form .g-form-group textarea:focus {
  border-color: var(--red);
}

/* =========================================================
   DETAIL PAGE
   ========================================================= */

.detail-section {
  padding:80px 0;
}
.detail-grid {
  display: flex;
  background-color: #DFDFDF;
  align-items: center;
  margin-top: 32px;
}

.detail-image {
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 35%, #DFDFDF 35%, #DFDFDF 100%);
}

@media (max-width: 768px) {
  .detail-image {
    background: none;
  }
.detail-grid {
flex-direction: column;
  }

}
.detail-image img {
  border-radius: 21%;
  height: 100%;
  max-width: 500px;
  aspect-ratio: 400 / 346;
  object-fit: cover;
}

@media (max-width: 767px) {
    .detail-image img {
        max-width: 100%;
    }
}

.detail-info-box {
  height: -webkit-fill-available;
    background: #DFDFDF;
  padding: 36px 32px;
}

.detail-info-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.detail-info-list li {
  position: relative;
  padding-left: 1.4em;
  font-size: 16px;
  color: #202020;
  line-height: 1.5;
}



.detail-text {
  margin-top: 40px;
  max-width: 820px;
}

.detail-back {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.detail-contact {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 480px;
}

/* =========================================================
   FOOTER
   ========================================================= */

footer {
  background: #202020;
  color: #ffffff;
  padding: 30px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 8px;
}

.footer-logo-text {

  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-transform: lowercase;
  letter-spacing: 0.02em;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}

.footer-nav li a {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-nav li a:hover {
  color: var(--red);
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s;
}

.footer-contact a:hover {
  color: var(--red);
}

.footer-contact .icon {
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom a {
  color: rgba(255,255,255,0.45);
  font-size: 14px;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--red);
}

/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-section {
  padding:80px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  margin-top: 32px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.contact-info-item .ci-icon {
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-item p {
  margin-bottom: 0;
  font-size: 16px;
}

.contact-info-item a {
  font-size: 16px;
}



header .nav-item  a {
  font-size: 19px;
  color: black;
  font-weight: normal;
  padding: 11px 8px;

  text-decoration: none !important;
  display: inline-block;
  position: relative;
    transition: font-size 0.3s ease;
}


header.scrolled .nav-item  a {
  font-size: 17px;
}

header .nav-item a:hover::after,
header .nav-item a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 2px;
  background-color: var(--red);
}

@media (max-width: 768px) {
  header .nav-item a:hover::after,
  header .nav-item a.active::after {
    content: none;
  }

    header .nav-item:has(a:hover),
  header .nav-item:has(a.active) {
    border-bottom: 2px solid var(--red);
  }
  
}

  .navbar-brand img {
            height: 75px;
              transition: height 0.3s ease, padding 0.3s ease;
        }

    .scrolled .navbar-brand img {
    height: 60px;
}

        /* Remove default border */
        .navbar-toggler {
            border: none;
            padding: 0;
            outline: none;
            box-shadow: none;
        }

        .navbar-toggler:focus,
        .navbar-toggler:active {
            outline: none;
            box-shadow: none;
        }

        /* Hamburger lines */
        .hamburger {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 24px;
            height: 18px;
            cursor: pointer;
        }

        .hamburger span {
            display: block;
            height: 2px;
            width: 100%;
            background-color: #333;
            border-radius: 2px;
            transition: all 0.3s ease;
            transform-origin: center;
        }

        /* Animate to X when open */
        .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
            opacity: 0;
        }

        .navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }



        .navbar-nav {
                    gap: 25px;
        }



/* =========================================================
   RESPONSIVE — max-width: 900px — g-navbar collapse
   ========================================================= */

@media (max-width: 900px) {

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-layout {
	
	flex-direction: column;
    gap: 36px;
  }

  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================================
   RESPONSIVE — max-width: 768px — stack layouts
   ========================================================= */


@media (max-width: 1142px) {

 .hero-h1 {
    font-size: 44px;
  }
.hero-subheading{
    font-size: 18px;

}
}

@media (max-width: 1600px) {

footer .icon-list-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 8px;
    }

}

@media (max-width: 768px) {
  :root {
    --section-pad:30px;
  }

  section {
    padding: 30px;
  }
  
  .detail-section {
    padding: 30px 0;
  }
  .hero {
    padding: 10px 0 36px 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-h1 {
    font-size: 42px;
  }

  .hero-subheading {
    font-size: 18px;
  
  }

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

  .big-heading {
    font-size: 36px;
  }

  .big-heading .dot {
    font-size: 56px;
  }

  .split-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .split-section.reverse {
    direction: ltr;
  }

  .g-page-header-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .g-page-header-image {
    justify-content: center;
    display: none;
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-info-box {
    border-radius: 10px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .g-form-row {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .cta-section h2 {
    font-size: 24px;
  }


    

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

    footer .navbar {
        margin: 20px 0;
        justify-content: center;
    }

    .footer-nav {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    div.footer-contact{
      margin: 0px !important;
    }

    footer .col-md-3,
    footer .col-md-6 {
        display: flex;
        justify-content: center;
        text-align: center;
    }


    .section-border-red{
      padding: 30px 0 !important;
    }

}

/* =========================================================
   RESPONSIVE — max-width: 480px — single column
   ========================================================= */

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

  .jobs-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .g-btn-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .g-btn-group .g-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-h1 {
    font-size: 34px;
  }

  .big-heading {
    font-size: 30px;
  }

  .big-heading .dot {
    font-size: 44px;
  }

  h3 {
    font-size: 20px;
  }
}

/* =========================================================
   VISIBILITY UTILITIES — breakpoint 768px
   ========================================================= */

.mobile-hide { display: none !important; }
.mobile-show { display: block !important; }

@media (min-width: 769px) {
  .mobile-hide { display: block !important; }
  .mobile-show { display: none !important; }
  .desktop-hide { display: none !important; }
  .desktop-show { display: block !important; }
}

@media (max-width: 768px) {
  .desktop-hide { display: block !important; }
  .desktop-show { display: none !important; }
}







h1{
  animation: revealScaleY 0.8s ease-out forwards;
}


@keyframes revealScaleY {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}


/* Default: fully visible (for old editors / no-JS) */
.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

/* JS adds this class to PREPARE elements for animation */
.reveal.js-ready {
  opacity: 0;
  transform: translateY(80px);
}

/* JS adds this when element enters viewport */
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* Stagger only kicks in when JS is running */
.reveal.js-ready:nth-child(2) { transition-delay: 0.1s; }
.reveal.js-ready:nth-child(3) { transition-delay: 0.2s; }
.reveal.js-ready:nth-child(4) { transition-delay: 0.3s; }


.section-firmy {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {

.faq-section{
padding: 30px;

}
  .section-firmy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
.faq-adv-section{
padding: 30px;
}
}

.section-pro-uchazece {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .section-pro-uchazece {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-proc-gemont {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .section-proc-gemont {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .cta-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


#faq {
  scroll-margin-top: 140px; /* your header height + a bit of breathing room */
}





#footer_text{
padding: 20px 0;
text-align: start; 
font-size: 15px !important;
}

#footer_text p,#footer_text a{
font-size: 15px !important;

}


.shop-katalog{
padding-bottom:30px;
}

.product-detail{
padding-bottom: 30px;
}