@charset "utf-8";


*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Kanit", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #000;
	background-image: url(../../Images/background.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#fff;
}

select, input, textarea, button{
	font-family:"Kanit", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#fff;
}
.container{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:visible !important;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background: linear-gradient(90deg, #e35336 35%, #e66611 100%);
}
.forbidden{background-color:#d00;}


.descarca-button{
	position: fixed;
	height: 50px;
	width: 230px;
	right: 15px;
	bottom: 15px;
	border-radius: 25px;
	background: linear-gradient(-90deg, #e35336 35%, #e66611 100%);
	color: #fff;
	line-height: 50px;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	z-index: 99;
}
.descarca-button-icon{
	height: 30px;
	margin: 10px;
}
.descarca-button-text{
	width: 160px;
	height: 50px;
	line-height: 50px;
}


.intro{
	width: 100%;
	height: 100dvh;
	background-image: url("../../Images/piscina.jpg");
	background-size: cover;
	background-position: center center;
}
.intro-inner{
	width: 100%;
	height: 100dvh;
	background-color: rgba(0,0,0,0.60);
	backdrop-filter: blur(16px);
}
.intro-inner.no-blur {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: backdrop-filter 4s, -webkit-backdrop-filter 4s;
}



/* Fixed logo, always in center of viewport, never moves except for exit */
.intro-logo-fixed {
  width: 220px;
	height: 140px;
  position: fixed;
 top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
  z-index: 11000;
  pointer-events: none;
  will-change: transform, opacity;
  transition: none;
  animation: logo-exit-down 0.9s cubic-bezier(.77,0,.18,1) 2.8s forwards;
}
.intro-logo-fixed img {
  width: 220px;
  height: auto;
  display: block;
  user-select: none;
}

/* Loader curtain overlay */
.intro-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: overlay-slide-up 0.7s cubic-bezier(.77,0,.18,1) 3.0s forwards;
  /* Start curtain up 4.8s (loader duration) + 1.1s (zoom out) = 5.9s */
}

.intro-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Only loader zooms out, not logo */
  animation: zoomOut 1.1s cubic-bezier(.77,0,.18,1) 2.4s forwards;
  will-change: opacity, transform;
}

.pl {
  width: 80px;
  height: 80px;
	margin-top: 120px;
}

/* Loader Animation (Uiverse.io by Nawsome) */
.pl__ring {
  animation: ringA 2s linear infinite;
}
.pl__ring--a {
  stroke: #e35336;
}
.pl__ring--b {
  animation-name: ringB;
  stroke: #fff;
}
.pl__ring--c {
  animation-name: ringC;
  stroke: #e35336;
}
.pl__ring--d {
  animation-name: ringD;
  stroke: #fff;
}

/* Animations */
@keyframes ringA {
  from, 4% { stroke-dasharray: 0 660; stroke-width: 20; stroke-dashoffset: -330; }
  12%      { stroke-dasharray: 60 600; stroke-width: 30; stroke-dashoffset: -335; }
  32%      { stroke-dasharray: 60 600; stroke-width: 30; stroke-dashoffset: -595; }
  40%,54%  { stroke-dasharray: 0 660; stroke-width: 20; stroke-dashoffset: -660; }
  62%      { stroke-dasharray: 60 600; stroke-width: 30; stroke-dashoffset: -665; }
  82%      { stroke-dasharray: 60 600; stroke-width: 30; stroke-dashoffset: -925; }
  90%,to   { stroke-dasharray: 0 660; stroke-width: 20; stroke-dashoffset: -990; }
}
@keyframes ringB {
  from,12% { stroke-dasharray: 0 220; stroke-width: 20; stroke-dashoffset: -110; }
  20%      { stroke-dasharray: 20 200; stroke-width: 30; stroke-dashoffset: -115; }
  40%      { stroke-dasharray: 20 200; stroke-width: 30; stroke-dashoffset: -195; }
  48%,62%  { stroke-dasharray: 0 220; stroke-width: 20; stroke-dashoffset: -220; }
  70%      { stroke-dasharray: 20 200; stroke-width: 30; stroke-dashoffset: -225; }
  90%      { stroke-dasharray: 20 200; stroke-width: 30; stroke-dashoffset: -305; }
  98%,to   { stroke-dasharray: 0 220; stroke-width: 20; stroke-dashoffset: -330; }
}
@keyframes ringC {
  from    { stroke-dasharray: 0 440; stroke-width: 20; stroke-dashoffset: 0; }
  8%      { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -5; }
  28%     { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -175; }
  36%,58% { stroke-dasharray: 0 440; stroke-width: 20; stroke-dashoffset: -220; }
  66%     { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -225; }
  86%     { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -395; }
  94%,to  { stroke-dasharray: 0 440; stroke-width: 20; stroke-dashoffset: -440; }
}
@keyframes ringD {
  from,8%  { stroke-dasharray: 0 440; stroke-width: 20; stroke-dashoffset: 0; }
  16%      { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -5; }
  36%      { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -175; }
  44%,50%  { stroke-dasharray: 0 440; stroke-width: 20; stroke-dashoffset: -220; }
  58%      { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -225; }
  78%      { stroke-dasharray: 40 400; stroke-width: 30; stroke-dashoffset: -395; }
  86%,to   { stroke-dasharray: 0 440; stroke-width: 20; stroke-dashoffset: -440; }
}

/* Only the loader zooms out (not the logo) */
@keyframes zoomOut {
  from { opacity: 1; }
  50%  { opacity: 0; transform: scale3d(.3, .3, .3);}

  to   { opacity: 0;}
}

/* Curtain slides up after loader zooms out */
@keyframes overlay-slide-up {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-100vh); }
}

/* Logo slides down and fades out after curtain is gone */
@keyframes logo-exit-down {
  0%   { opacity: 1; transform: translateY(0) scale(1);}
  30%  { opacity: 0.8; }
  100% { opacity: 0; transform: translateY(-100vh) scale(0.8);}
}


.mobile-menu-holder{
	display: none;
}
.menu-holder{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9;

  background: transparent;
  transition: background 0.3s cubic-bezier(.3,.8,.52,1);
}
.menu-holder.menu-bg {
  background: #000;
}

.logo{
	width: 151px;
	height: 40px;
	display: block;
	margin: 20px auto;
}

.menu-side{
	width: calc(50% - 110px);
	margin: 20px 0;
	height: 40px;
}
.menu-item{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
}


.intro-info-holder{
	height: calc(100% - 100px);
	padding-top: 25vh;
	color: #fff;
}
.intro-title{
	font-size: 62px;
	line-height: 62px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	width: 80%;
	text-align: left;
}
.intro-subtitle{
	font-size: 20px;
	font-weight: 400;
	width: 600px;
	margin-bottom: 75px;
}
.intro-button-holder{
	width: 480px;
}
.intro-button{
	display: block;
	width: 230px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.intro-button-full{
	background-color: rgba(255,255,255,1.00);
	color: #000;
}
.intro-button:hover,.intro-button-selected{
	background: linear-gradient(90deg, #e35336 35%, #e66611 100%);
	color: #fff;
}
.center-button{
	margin: auto;
}

  


.viziune-section{
  min-height: 100dvh;
  background-position: center center;
  background-size: cover;
  background-image: url(../../Images/viziune.jpeg);
  transition: background-size 0.2s cubic-bezier(.3,.8,.52,1); /* Smooth zoom */
  will-change: background-size;
}

.viziune-section-inner{
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	background-color: rgba(0,0,0,0.70);
}

section{
	min-height: 100dvh;
	background-color: #fff;
	color: #000;
	padding: 100px 0;
}
.black-section{
	background-color: #000;
	color: #fff;
}
.spatiu-box-3{
	width: 32%;
	margin-bottom: 25px;
	color: #fff;
	height: 320px;
	background-size: cover;
	background-position: center center;
	position: relative;   /* Ensure positioning context for video */
	overflow: hidden;     /* Crop anything outside the box */
	border-radius: 18px;  /* If you want rounded corners */
}

.spatiu-box-3.video-bg {
  background: none !important;
}
.spatiu-box-3-inner {
  position: absolute;   /* <--- CHANGED: from relative to absolute */
  top: 0; left: 0;      /* <--- Fill the parent box */
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.45);
  padding: 15px;
  z-index: 2;           /* On top of the video */
}
.spatiu-box-3-title{
	font-size: 32px;
	text-align: left;
}
.spatiu-box-3-button{
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
	transform: translateY(50px);
	transition: 0.3s ease-in-out all;
	cursor: pointer;
}
.spatiu-box-3:hover .spatiu-box-3-button{
	transform: translateY(0);
}
.spatiu-box-3-button:hover{
	color: #e35336;
}
.bg-video {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;    /* This makes the video behave like background-size: cover */
  z-index: 1;
  pointer-events: none; /* Makes sure it doesn't block clicks */
  border-radius: 18px;  /* Match .spatiu-box-3 if you use rounded corners */
}
.spatiu-box-3-desc {
  font-size: 13px;
  max-height: 300px; /* Adjust as you need */
  color: #fff;
}


.abonamente-section{
  min-height: 100dvh;
  background-position: center center;
  background-size: cover;
  background-image: url(../../Images/abonamente.jpeg);
}

.abonamente-section-inner{
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	background-color: rgba(0,0,0,0.70);
	padding: 100px 0;
}



.abonamente-cards-holder {
  display: flex;
  justify-content: space-between;
  margin: 48px auto;
  flex-wrap: wrap;
}

.abonament-card {
	background: #7a403f;
  border-radius: 20px;
  box-shadow: 0 4px 24px 0 rgba(80,80,160,0.10), 0 1.5px 12px 0 rgba(0,0,0,0.12);
  color: #fff;
  padding: 36px 28px 28px 28px;
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1.5px solid rgba(255,255,255,0.09);
  transition: box-shadow 0.2s, transform 0.2s;
  text-align: center;
  min-height: 620px;
}

.abonament-card:hover,
.abonament-card:focus-within {
  box-shadow: 0 6px 36px 0 rgba(255,120,90,0.22), 0 2px 16px 0 rgba(0,0,0,0.16);
  transform: translateY(-4px) scale(1.025);
  transition: 0.3s ease-in-out all;
}

.abonament-card-accent {
  border: 2px solid #e35336;
  box-shadow: 0 6px 40px 0 rgba(227,83,54,0.16);
}

.abonament-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.abonament-title {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
  color: #fff;
}

.abonament-details {
  margin-bottom: 20px;
  width: 100%;
}

.abonament-details ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.abonament-details ul li {
  position: relative;
  padding: 8px 0;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}

.abonament-details ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.abonament-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}

.abonament-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.abonament-btn {
  background: linear-gradient(90deg, #e35336 35%, #e66611 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 11px 32px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 2px 8px 0 rgba(90,160,255,0.08);
  transition: background 0.18s, box-shadow 0.18s;
  text-decoration: none;
}

.abonament-btn:hover,
.abonament-btn:focus {
  background: linear-gradient(90deg, #e66611 35%, #e35336 100%);
  box-shadow: 0 4px 16px 0 rgba(255,120,90,0.16);
  outline: none;
}

.abonament-btn.disabled {
  pointer-events: none;
  opacity: 0;
}
/*.abonament-extra-section {
  margin-top: 64px;
  padding: 20px 0;
  color: #fff;
  margin: auto;
}

.abonament-extra-category {
  margin-bottom: 36px;
}

.abonament-extra-category h3 {
  font-size: 1.4rem;
  color: #FFA006;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 6px;
}

.abonament-extra-category ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.abonament-extra-category ul li {
  margin-bottom: 6px;
  font-size: 1rem;
}
*/

.abonament-tabs-container {
  max-width: 1000px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.85);
  padding: 24px 0;
  border-radius: 16px;
  color: #fff;
}

.abonament-tabs-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
	padding: 0;
}

.abonament-tabs-nav li {
  list-style: none;
  padding: 12px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.abonament-tabs-nav li:hover {
  color: #e35336;
}

.abonament-tabs-nav li.active {
  border-color: #e35336;
  color: #e35336;
}

.abonament-tab-panel {
  display: none;
}

.abonament-tab-panel.active {
  display: block;
}

.abonament-extra-category h3 {
  color: #e35336;
  margin-top: 20px;
  margin-bottom: 10px;
}

.abonament-extra-category ul {
  padding-left: 20px;
  margin-bottom: 16px;
}

.abonament-extra-category ul li {
  margin-bottom: 6px;
  font-size: 1rem;
}




.banner-upfit{
	margin: 50px auto;
	display: block;
	width: 800px;
	max-width: 94%;
}


.despre-section{
  min-height: 100dvh;
  background-position: center center;
  background-size: cover;
  background-image: url(../../Images/despre.jpeg);
  transition: background-size 0.2s cubic-bezier(.3,.8,.52,1); /* Smooth zoom */
  will-change: background-size;
}

.despre-section-inner{
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	background-color: rgba(0,0,0,0.70);
}

.upfit-store-links{
	width: 100%;
	display: flex;
	margin: 15px 0;
	flex-wrap: wrap;
	justify-content: space-around;
}
.store-link{
	width: 180px;
	max-width: 31%;
}
.store-icon{
	width: 100%;
}






/*------------------------------ tabel preturi ---------------------*/
:root{
  --bg:#0c0b0c;
  --card:#1a1819;
  --header:#5a3337;
  --header-2:#6a3b41;
  --text:#f4e9e7;
  --muted:#cdb7b3;
  --line:rgba(255,255,255,.08);
  --accent:#ffb3a6;
  --chip-bg:rgba(255,255,255,.08);
  --chip-br:rgba(255,255,255,.18);
  --radius:18px;
  --shadow:0 10px 30px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
}

.cw-wrap{ background:var(--bg); color:var(--text); padding:32px 20px 48px; }
.cw-title{
  font-size:clamp(24px,2.6vw,34px); line-height:1.15; margin:0 0 18px; letter-spacing:.5px;
  background:linear-gradient(180deg,var(--header),var(--header-2)); border-radius:var(--radius);
  padding:14px 18px; display:inline-block; box-shadow:var(--shadow);
}

.cw-table-card{ background:var(--card); border:1px solid var(--line); border-radius:var(--radius); box-shadow:var(--shadow); overflow:hidden; }
.cw-table{ width:100%; border-collapse:separate; border-spacing:0; font-size:16px; }
.cw-table strong{ font-weight:600; }

.cw-table thead th{
  position:sticky; top:0; background:linear-gradient(180deg,var(--header),var(--header-2));
  text-align:left; padding:16px 18px; font-weight:500; border-bottom:1px solid var(--line);
}

.cw-table tbody tr:not(.cw-group){ transition:background .25s ease; }
.cw-table tbody tr:not(.cw-group):hover{ background:rgba(255,255,255,.04); }

.cw-table td{ padding:14px 18px; border-bottom:1px solid var(--line); vertical-align:middle; }
.cw-group td{
  background:rgba(0,0,0,.22); color:var(--accent); font-weight:800; letter-spacing:.4px;
  padding:14px 18px; border-top:1px solid var(--line); border-bottom:1px solid var(--line);
}

.chip{ display:inline-block; padding:6px 10px; border-radius:999px; background:var(--chip-bg); border:1px solid var(--chip-br); font-weight:600; font-size:.95em; line-height:1; }
.price{ font-weight:600; padding:6px 10px; border-radius:10px; background:rgba(255,255,255,.06); border:1px solid var(--chip-br); }
.note{ display:inline-block; margin-left:.35rem; color:var(--muted); font-size:.92em; font-weight:500; }

/* subtle zebra (desktop) */
.cw-table tbody tr:not(.cw-group):nth-child(even){ background:rgba(255,255,255,.02); }

/* =========================
   MOBILE LAYOUT (<=1030px)
   ========================= */
@media (max-width:1030px){
  /* hide the big header row */
  .cw-table thead{ display:none; }

  /* make each data row a card */
  .cw-table, .cw-table tbody, .cw-table tr, .cw-table td{ display:block; width:100%; }
  .cw-table tbody tr{
    border:1px solid var(--line);
    border-radius:0;
    margin:0;
    overflow:hidden;
    padding:10px 0;
  }
  .cw-table tbody tr.cw-group{
    margin:15px 0 0 0;
    border-radius:12px;
    background:transparent;
    border:0;
    padding:0;
  }

  /* reset default cell styling */
  .cw-table td{ border:none; padding:10px 14px; position:relative; }

  /* Title-first hierarchy per row (works for 4-col & 6-col) */
  .cw-table tbody tr:not(.cw-group) td:nth-child(2){
    font-weight:600;
    font-size:1.05rem;
    padding-top:0;
  }
  .cw-table tbody tr:not(.cw-group) td:nth-child(1){
    color:var(--muted);
    font-weight:500;
    text-transform:none;
    padding-bottom:6px;
  }

  /* ======= DOAR pentru tabelele cu prețuri membri/non-membri ======= */
  /* Auto labels pentru 4-col (Membri / Non-membri) */
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(3)::before{
    content:"Membri";
    display:block; font-size:.78rem; color:var(--muted); margin-bottom:6px; letter-spacing:.06em;
  }
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(4)::before{
    content:"Non-membri";
    display:block; font-size:.78rem; color:var(--muted); margin-bottom:6px; letter-spacing:.06em;
  }

  /* Massage 6-col rows (pachete 5–6) */
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(5)::before{
    content:"Pachet 10 ședințe — Membri";
    display:block; font-size:.78rem; color:var(--muted); margin-bottom:6px; letter-spacing:.06em;
  }
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(6)::before{
    content:"Pachet 10 ședințe — Non-membri";
    display:block; font-size:.78rem; color:var(--muted); margin-bottom:6px; letter-spacing:.06em;
  }

  /* Așezare side-by-side pentru prețurile single (3–4) doar pe tabelele cu preț dublu */
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(3),
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(4){
    display:inline-block;
    width: calc(50% - 2px);
    vertical-align:top;
    padding:10px 14px;
  }

  /* Așezare side-by-side pentru pachete (5–6) doar pe tabelele cu preț dublu */
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(5),
  .cw-table.has-dual-prices tbody tr:not(.cw-group) td:nth-child(6){
    display:inline-block;
    width: calc(50% - 2px);
    vertical-align:top;
    padding:10px 14px;
    border-top:1px dashed var(--line);
    margin-top:6px;
    padding-top:12px;
  }

  /* (defensiv) elimină orice ::before pe tabelele fără clasa has-dual-prices */
  .cw-table:not(.has-dual-prices) tbody tr td::before { content:none !important; }

  /* Bigger, full-width price badges on mobile */
  .cw-table .price{
    display:inline-block;
    min-width:84px;
    width: 100%;
    text-align:center;
    border-radius:12px;
  }

  /* subtle separator under the service name */
  .cw-table tbody tr:not(.cw-group) td:nth-child(2){
    border-bottom:1px dashed var(--line);
    margin-bottom:6px;
  }

  /* shrink chips a bit on mobile */
  .chip{ padding:5px 9px; font-size:.9em; }
}

/* Optional EN captions (add class="lang-en" to the table) */
@media (max-width:1030px){
  .cw-table.has-dual-prices.lang-en tbody tr:not(.cw-group) td:nth-child(5)::before{
    content:"Package (10 sessions) — Members";
  }
  .cw-table.has-dual-prices.lang-en tbody tr:not(.cw-group) td:nth-child(6)::before{
    content:"Package (10 sessions) — Non-members";
  }
}

@media (max-width:1030px){
  /* Left align all cell text on mobile */
  .cw-table td,
  .cw-table td *:not(.price) {
    text-align: left !important;
  }

  /* Keep the price badges centered */
  .cw-table .price {
    text-align: center !important;
  }
}









.contact-section{
  min-height: 100dvh;
  background-position: center center;
  background-size: cover;
  background-image: url("../../Images/piscina.jpg");
  transition: background-size 0.2s cubic-bezier(.3,.8,.52,1); /* Smooth zoom */
  will-change: background-size;
}

.contact-section-inner{
	width: 100%;
	height: 100%;
	min-height: 100dvh;
	background-color: rgba(0,0,0,0.70);
	padding: 100px 0;
}

.contact-cards-holder {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  flex-wrap: wrap;
}

.contact-info-card {
  width: 330px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* No background, border or lateral padding */
  padding-top: 0;
  padding-bottom: 0;
  background: none;
  border: none;
  box-shadow: none;
}

.contact-info-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.12rem;
  margin-bottom: 14px;
  margin-left: 0;
}
.contact-label {
  color: #e35336;
  font-weight: 700;
}
.contact-value {
  color: #fff;
  font-weight: 400;
}

.contact-map-holder {
  width: 100%;
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
}

.contact-map {
  width: 100%;
  min-width: 200px;
  height: 400px;
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 2px 10px 0 rgba(50,50,80,0.12);
  border: none;
  display: block;
}


.contact-form-card {
  width: calc(100% - 360px);
  background: rgba(0, 0, 0, 0.85);
  border-radius: 20px;
  color: #fff;
  padding: 32px 20px 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 24px 0 rgba(80,80,160,0.10), 0 1.5px 12px 0 rgba(0,0,0,0.14);
  border: 1.5px solid rgba(255,255,255,0.09);
}
.contact-form-title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.contact-form-desc{
	font-size: 14px;
	margin: 15px auto 35px auto;
  text-align: center;
}
.contact-form-row {
  width: 100%;
  margin-bottom: 14px;
}
.contact-form-card input[type="text"],
.contact-form-card input[type="tel"],
.contact-form-card input[type="email"],
.contact-form-card input[type="date"],
.contact-form-card input[type="time"],
.contact-form-card select {
  width: 100%;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1.5px solid rgba(255,255,255,0.13);
  background: rgba(28, 30, 44, 0.96);
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border 0.16s;
  box-sizing: border-box;
}
.contact-form-card input:focus {
  border: 1.5px solid #e35336;
}
.contact-form-btn {
  background: linear-gradient(90deg, #e35336 35%, #e66611 100%);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 11px 36px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  margin-top: 10px;
  box-shadow: 0 2px 8px 0 rgba(90,160,255,0.08);
  transition: background 0.18s, box-shadow 0.18s;
}
.contact-form-btn:hover, .contact-form-btn:focus {
  background: linear-gradient(90deg, #e66611 35%, #e35336 100%);
  box-shadow: 0 4px 16px 0 rgba(90,120,255,0.16);
  outline: none;
}



.footer {
  background-color: #000;
  color: #fff;
  padding: 40px 0;
  font-family: 'Arial', sans-serif;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-section p,
.footer-section li,
.footer-section a {
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}

.footer-section a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #777;
}

.netopia-logo {
  max-width: 140px;
  margin-top: 10px;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icon {
  width: 30px;
  height: 30px;
}
.social-icon-image{
  width: 30px;
}


/* --------------------------------------------------- page styles --------------------------------------------------- */

.page-header{
	width: 100%;
	height: auto;
	background-image: url(../../Images/intro.jpeg);
	background-size: cover;
	background-position: center center;
}
.page-header-inner{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.50);
	backdrop-filter: blur(16px);
	padding: 150px 0 100px 0;
}
.page-header-title{
	font-size: 62px;
	line-height: 62px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
	width: 80%;
}
.page-header-subtitle{
	font-size: 20px;
	font-weight: 400;
	width: 600px;
}
.page-container{
	font-size: 18px;
	text-align: justify;padding: 100px 0;
}

.page-info-section {
  color: #eee;
  margin-bottom: 2em;
  margin-top: 1.5em;
  font-weight: 400;
}

.page-info-title {
  font-size: 28px;
  font-weight: 600;
  color: #e35336;
  margin-top: 2em;
  margin-bottom: 0.7em;
  letter-spacing: 0.01em;
  font-family: inherit;
}

.page-info-list li strong{
  color: #FFDDD2;
}
.page-info-list li {
  margin-bottom: 1em;
  padding-left: 15px;
  position: relative;
  color: #fff;
}
.page-info-section-image{
	width: 30%;
	border-radius: 15px;
}
.page-info-section-image-desc{
	width: 68%;
}

.difficulty-badge {
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin: 0 4px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle;
  background: #bbb; /* fallback */
}
.difficulty-badge.beginner {
  background: #5cb85c;
}
.difficulty-badge.medium {
  background: #f0ad4e;
}
.difficulty-badge.advanced {
  background: #d9534f;
}


/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
	
  /* ---------- Intro Section ---------- */
  .intro-inner,
  .viziune-section-inner,
  .abonamente-section-inner,
  .despre-section-inner,
  .contact-section-inner {
    padding: 40px 0 !important;
    min-height: 90dvh;
  }
  .intro-title,
  .page-header-title {
    font-size: 2.1rem;
    line-height: 2.2rem;
    width: 100%;
    margin-bottom: 14px;
  }
  .intro-subtitle,
  .page-header-subtitle {
    width: 100%;
    font-size: 1.05rem;
    margin-bottom: 38px;
  }
  .intro-info-holder {
    padding-top: 16vh;
    height: auto;
  }
  .intro-button-holder {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
  .intro-button {
    width: 100%;
    min-width: 140px;
    height: 48px;
    line-height: 48px;
    font-size: 1rem;
    margin-bottom: 0;
  }

  /* ---------- Menu & Hidden Menu ---------- */
  .menu-holder {
    display: none;
  }
	
	.mobile-menu-holder{
		display: block;
		width: 100%;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #000;
		z-index: 999;
	}
	.mobile-menu-options{
		width: 100%;
		height: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
  .logo {
    width: 115px;
    height: 32px;
    margin: 12px;
  }

  /* Hamburger menu button */
  .menu-btn {
    display: block;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    outline: none;
    position: relative;
    z-index: 12001;
    cursor: pointer;
	  margin: 6px;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    display: block;
    position: absolute;
    width: 28px;
    height: 3px;
    background: #fff;
    left: 5px;
    border-radius: 2px;
    transition: .24s;
  }
  .menu-btn span {
    top: 17px;
  }
  .menu-btn span:before {
    content: '';
    top: -10px;
  }
  .menu-btn span:after {
    content: '';
    top: 10px;
  }
  .mobile-nav {
    display: none;
    position: fixed;
    z-index: 12000;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.98);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20vh;
    gap: 18px;
  }
	.mobile-nav-open{
		display: block;
	}
  .mobile-menu-item {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0.02em;
  }
  .mobile-nav .menu-item:last-child {
    margin-bottom: 0;
  }

  /* ---------- spatiu-box-3 & Cards ---------- */
  .spatiu-box-3 {
    width: 100% !important;
    min-width: 0;
    height: 240px;
    margin-bottom: 18px;
  }
  .spatiu-box-3-title {
    font-size: 1.3rem;
  }
  .spatiu-box-3-desc {
    font-size: 0.98rem;
    max-height: 92px;
    overflow-y: auto;
    padding-right: 8px;
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,0.28);
    border-radius: 8px;
  }
  .spatiu-box-3-inner {
    padding: 10px;
  }
  .spatiu-box-3-button {
    position: static;
    bottom: unset;
    right: unset;
    margin-top: 18px;
    width: 100%;
    transform: none !important;
    text-align: right;
  }

  /* ---------- abonamente cards ---------- */
  .abonamente-cards-holder {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .abonament-card {
    width: 100% !important;
    padding: 28px 14px 22px 14px;
    font-size: 1rem;
    border-radius: 14px;
  }

  /* ---------- contact ---------- */
  .contact-cards-holder {
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
    align-items: stretch;
  }
  .contact-info-card,
  .contact-form-card {
    width: 100%;
    min-width: 0;
    padding: 20px 8px 16px 8px;
    border-radius: 10px;
  }
  .contact-form-row {
    margin-bottom: 9px;
  }
  .contact-map-holder {
    margin-top: 8px;
  }
  .contact-map {
    height: 210px;
    border-radius: 7px;
  }

  /* ---------- footer ---------- */
  .footer {
    padding: 28px 0 10px 0;
    font-size: 0.95rem;
  }
  .footer-top {
    flex-direction: column;
    gap: 12px;
  }
  .footer-section {
    flex: 1 1 100%;
    margin-bottom: 8px;
  }
  .footer-bottom {
    margin-top: 18px;
    font-size: 0.82rem;
  }
  .netopia-logo {
    max-width: 88px;
    margin-top: 8px;
  }
  .social-icons {
    gap: 6px;
    margin-top: 6px;
  }
  .social-icon {
    width: 23px;
    height: 23px;
  }

  /* ---------- page info ---------- */
  .page-header-inner {
    padding: 84px 0 46px 0 !important;
  }
  .page-info-title {
    font-size: 1.12rem;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
  }
  .page-info-section {
    font-size: 1.01rem;
  }
  .page-info-list li {
    font-size: 0.98rem;
    margin-bottom: 0.7em;
    padding-left: 8px;
  }

.page-info-section-image{
	width: 100%;
}
.page-info-section-image-desc{
	width: 100%;
}
	
	
	
	
}
