.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#FFFFFFFC;background-image:url("https://www.test.vilakotlina.sk/wp-content/uploads/2025/07/a4ac407f36-scaled.jpeg");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{background-image:url("https://www.test.vilakotlina.sk/wp-content/uploads/2025/07/Dizajn-bez-nazvu.png");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === ZÁKLADNÝ OBAL === */
.cf7-wrap {
  background: #000;
  padding: 20px 15px;
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

/* === GRID ROZLOŽENIE === */
.cf7-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 1200px;
  align-items: center;
  font-family: 'Tinos', serif;
  box-sizing: border-box;
}

/* === POČET OSÔB === */
.people-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  font-size: 14px;
  white-space: nowrap;
}

.people-label {
  font-size: 14px;
  color: #aaa;
  margin: 0;
}


/* === ŠTÝLY POLÍ === */
.cf7-item,
.people-wrapper,
.cf7-submit-wrapper {
  display: flex;
  flex-direction: column;
  color: #aaa;
}

.cf7-item label {
  font-size: 14px;
  margin-bottom: 6px;
  color: #aaa;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="date"] {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #555 !important;
  color: #fff !important;
  padding: 6px 0 !important;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

.wpcf7 input::placeholder {
  color: #ccc !important;
}

/* === POČET OSÔB === */
.people-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #aaa;
  font-size: 14px;
  white-space: nowrap;
}

.people-label {
  margin: 1px 1px 1px 1px;
}

.people-btn {
  background: none;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.people-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* === SUBMIT BUTTON === */
.cf7-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpcf7-submit {
  background-color: #ffb700;
  border: none;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  color: #000 !important;
  padding: 16px 30px;
  border-radius: 7px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.wpcf7-submit:hover {
  background-color: #e0a400;
}

/* === HERO SEKCIA === */
.hero-section {
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-behavior: smooth;
}

.hero-content {
  padding: 1px 1px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

/* === MOBILNÉ ZOBRAZENIE === */
@media (max-width: 1024px) {
  .cf7-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .people-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .cf7-submit-wrapper {
    justify-content: center;
  }

  .wpcf7-submit {
    width: 100%;
    text-align: center;
  }

  .hero-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* 1️⃣ Formulár na plnú šírku */
.wpcf7-form,
.cf7-wrap,
.cf7-grid {
  width: 100% !important;
  max-width: none !important;
  padding: 0 15px;
  box-sizing: border-box;
}

/* 2️⃣ Vstupy na plnú šírku */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100% !important;
  box-sizing: border-box;
}

/* 3️⃣ Zarovnanie tlačidiel „– +“ vedľa textu */
.people-wrapper {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
  white-space: nowrap;
}

/* 4️⃣ Menší margin pre text v strede */
.people-label {
  margin: 0 4px;
}

.people-label {
  margin: 0px -80px 0px; /* zľava aj sprava po 8px */
}



.people-btn {
  pointer-events: auto !important;
  position: relative;
  z-index: 10;
}


.cf7-people_pocet {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.cf7-people_pocet label {
  font-size: 14px;
  font-weight: 500;
  color: #ddd;
}

.cf7-people_pocet input[type="number"] {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #555;
  border-radius: 6px;
  padding: 10px 12px;
  color: #fff;
  font-size: 16px;
  width: 80px;
  box-sizing: border-box;
  appearance: textfield;
}

/* 💡 Skryj šípky hore/dole v input[type=number] na Chrome/Safari */
.cf7-people_pocet input::-webkit-outer-spin-button,
.cf7-people_pocet input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 💡 Skryj šípky na Firefoxe */
.cf7-people_pocet input[type=number] {
  -moz-appearance: textfield;
}





.table-container {
  width: 100%;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}

.pricing-table thead {
  background: linear-gradient(90deg, #c2a678, #5b6b4d);
  color: #fff;
}

.pricing-table th,
.pricing-table td {
  padding: 14px 18px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.pricing-table tbody tr:nth-child(even) {
  background-color: #f8f6f2;
}

.pricing-table tbody tr:hover {
  background-color: #eae6df;
  transition: 0.3s;
}

/* ---- RESPONSIVE PRE MOBILY ---- */
@media (max-width: 600px) {
  .pricing-table {
    font-size: 12px;       /* menší text */
  }

  .pricing-table th,
  .pricing-table td {
    padding: 8px 6px;      /* menšie odsadenie */
  }
}





/* ===== CF7 – APARTMÁN (DROP-IN) ===== */

/* 1) Desktop >=1025 px: 6 stĺpcov = 1 riadok */
@media (min-width: 1025px) {
  .cf7-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

/* 2) Select pre výber apartmánu – zarovnanie + viditeľná šípka */
.wpcf7 select[name="select-288"] {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #555 !important;
  color: #fff !important;
  font-size: 16px !important;
  width: 100% !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;

  /* trochu nižšie, aby sedel s ostatnými inputmi */
  padding: 1px 2px 2.5px 0 !important;

  /* vypnutie natívnej šípky */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* výrazná biela šípka */
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFFFFF' d='M7 10l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.35em center;
  background-size: 16px 16px;
}

/* tmavé rozbalené menu */
.wpcf7 select[name="select-288"] option {
  background-color: #000;
  color: #fff;
}

/* hover/focus ako ostatné polia */
.wpcf7 select[name="select-288"]:hover,
.wpcf7 select[name="select-288"]:focus {
  border-bottom-color: #888 !important;
}

/* skrytie starej šípky v starších IE/Edge */
.wpcf7 select[name="select-288"]::-ms-expand { display: none; }

/* jemné dorovnanie vo WebKit prehliadačoch (ak by text stále pôsobil vyššie) */
@supports (-webkit-appearance: none) {
  .wpcf7 select[name="select-288"] { padding-top: 14px !important; }
}/* End custom CSS */