/* cmsms stylesheet: tabelpreturi modified: 03/20/24 15:48:26 */
/* Tabel preturi AdSolutions 1.5 + hover effect */

.price-table table {
    width: 100%;
}
.price-table table tr {
    border-bottom: 1px solid #9b51e0a3;
}
.price-table table tbody tr:hover td {
    background-color: #faf2ff !important;
}
.price-table table tr td {
    color: #444444;
    border: 0;
    padding: 10px 0;
    background-color: #fff;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}
.price-table table tr td.right {
    text-align: right;
    min-width: 120px; /* latime coloana preturi */
}
/* cmsms stylesheet: AdSolutions stylesheet addons modified: 10/28/25 18:37:05 */
/* Declaratie culori */
==================================================  */




/* Selector locatii */
==================================================  */

.locations-bootstrap {
  /* important: pe mobil, oferim padding ca un container Bootstrap
     ca sa compenseze marginile negative ale .row */
  padding-left: 15px;
  padding-right: 15px;
  margin: 60px auto;
  max-width: 1100px;
  overflow-x: hidden; /* siguranta, numai pe wrapperul sectionii */
}

/* pe viewport >= 768px, revenim la aspectul aerisit */
@media (min-width: 768px) {
  .locations-bootstrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Card styling (ca înainte) */
.locations-bootstrap .location-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 32px 26px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.locations-bootstrap .location-card:hover {
  border-color: #bbb;
  box-shadow: 0 6px 16px rgba(0,0,0,0.10);
  transform: translateY(-3px);
}
.locations-bootstrap .location-card h4 {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 14px;
  letter-spacing: .5px;
}
.locations-bootstrap .location-card p {
  color: #555;
  line-height: 1.6;
  font-size: .95rem;
  margin-bottom: 0;
}

/* Card-link styling */
.locations-bootstrap .location-card {
  display: block;
  text-decoration: none;
  color: inherit; /* moștenim culoarea textului */
  cursor: pointer;
}

.locations-bootstrap .location-card:hover {
  text-decoration: none;
  color: #000; /* textul rămâne lizibil la hover */
}
/* Intro text deasupra cardurilor */
.locations-bootstrap .locations-intro {
  text-align: center;
  font-size: 1.05rem;
  color: #444;
  margin: 0 auto 35px;
  max-width: 700px;
  line-height: 1.6;
}

/* Pe mobil - puțin mai mic */
@media (max-width: 767.98px) {
  .locations-bootstrap .locations-intro {
    font-size: 1rem;
    margin-bottom: 25px;
    padding: 0 10px;
  }
}


/* Footer locations
==================================================  */

footer .footer-location-link {
  display: block;
  text-decoration: none !important;
  border: none !important;
  transition: color 0.3s ease, transform 0.2s ease;
}

/* Aplicăm gri direct pe textul intern, nu pe <a> */
footer .footer-location-link .footer-location-box,
footer .footer-location-link .footer-location-box p {
  color: #b8b8b8 !important; /* gri mai închis vizibil pe fundal închis */
}

footer .footer-location-link:hover .footer-location-box,
footer .footer-location-link:hover .footer-location-box p {
  color: #ffffff !important; /* devine alb la hover */
}

/* Mic efect de ridicare */
footer .footer-location-link:hover {
  transform: translateY(-2px);
}


/* Start hide numbers v4 !
==================================================  */

.ccx { margin: 40px auto; text-align: center; max-width: 420px; font-family: "Inter", Arial, sans-serif; }
.ccx-panel { margin: 0 auto; padding: 0; }

/* Rânduri cu înălțime aliniată ca să nu „sară” la reveal */
.ccx-row { display: flex; justify-content: center; align-items: center; min-height: 58px; }
.ccx-hidden { display: none !important; }

.ccx-btn {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 6px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;             /* previne negru pe mobil */
  background: linear-gradient(135deg, #6610f2, #e83e8c);
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;    /* previne underline la <a> */
  transition: transform 0.15s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 20px rgba(102,16,242,0.22);
  -webkit-tap-highlight-color: transparent;
}
.ccx-btn:focus-visible { outline: 2px solid rgba(102,16,242,0.6); outline-offset: 2px; }
.ccx-btn:active { transform: scale(0.99); }

/* Efect de evidențiere — butonul se mărește ușor */
.ccx-btn:hover,
.ccx-btn:focus-visible {
  transform: scale(1.03);
  box-shadow: 0 14px 28px rgba(102,16,242,0.28);
}

.ccx-btn-text {
  display: inline-block;
  position: relative;
  padding-right: 0;                    /* punct de pornire pentru animație */
  transition: padding-right 0.35s ease;
}

/* Săgeata cu animație tip „slide in” (look ca în varianta ta) */
.ccx-btn-text::after {
  content: '\00bb';                    /* » */
  position: absolute;
  top: 0;
  right: -16px;                        /* pleacă puțin în afară */
  opacity: 0;
  transition: right 0.35s ease, opacity 0.35s ease;
}

.ccx-btn:hover .ccx-btn-text,
.ccx-btn:focus-visible .ccx-btn-text {
  padding-right: 22px;                 /* textul „trage” spre dreapta */
}

.ccx-btn:hover .ccx-btn-text::after,
.ccx-btn:focus-visible .ccx-btn-text::after {
  right: -2px;                         /* săgeata intră lin */
  opacity: 1;
}

/* Hint text */
.ccx-tip { margin-top: 10px; color: #e83e8c; font-size: 14px; line-height: 1.35; }

/* Desktop / Mobil */
.ccx-desktop { display: block; }
.ccx-mobile  { display: none; }

@media (max-width: 1000px) {
  .ccx-desktop { display: none; }
  .ccx-mobile  { display: block; }
  .ccx-btn { width: 100%; max-width: 360px; }
}
/* ===== END CallControl v3 ===== */


/* Start hide numbers v3.5 versiunea cu buton, necesita integrare GA!
==================================================  */
.hidenumbers a:link, .hidenumbers a:visited, .hidenumbers a:active  {
   text-decoration:none;
   color: #fff;
}

.tip {
   color: #6610f2;
   font-size: 14px;
   line-height: 15px;
   text-align: center;
   margin-top: -15px;
}

.tip a:link, .tip a:visited, .tip a:active {
   text-decoration:none;
}

#callus {
   display:none;
}

/* div-ul cu stelute se vede doar pe versiunea de desktop */
.shownumbers {
   position:relative;
   display:none;
}

/* div-ul care apare doar pe device-uri mobile */
@media screen and (max-width: 1000px) {
     .hidenumbers { 
          display:none;
     }	
     .shownumbers {
          display:block;
     }
}

.button_cont {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:center;
    padding:15px;
}
.calltoaction {
   border-radius: 4px;
   background: linear-gradient(to right, #6610f2, #e83e8c) !important;
   border: none;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   font-size: 18px;
   font-weight: 600;
   padding: 15px;
   width: 250px;
   transition: all 0.4s;
   cursor: pointer;
   margin: 5px;
 }
 .calltoaction span {
   cursor: pointer;
   display: inline-block;
   position: relative;
   transition: 0.4s;
 }
 .calltoaction span:after {
   content: '\00bb';
   position: absolute;
   opacity: 0;
   top: 0;
   right: -20px;
   transition: 0.5s;
 }
 .calltoaction:hover span {
   padding-right: 25px;
   color: #FFFFFF;
 }
 .calltoaction:hover span:after {
   opacity: 1;
   right: 0;
 }

/* AdSolutions GDPR */
==================================================  */
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}

.cc-window.cc-invisible {
    opacity: 0;
}

.cc-animate.cc-revoke {
    transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
 /*   font-family: Helvetica, Calibri, Arial, sans-serif; */
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-window.cc-static {
    position: static;
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}

.cc-revoke {
    padding: .5em;
}

.cc-header {
    font-size: 18px;
    font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
}

.cc-link:hover {
    opacity: 1;
}

.cc-link:active,
.cc-link:visited {
    color: initial;
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}

.cc-top {
    top: 1em;
}

.cc-left {
    left: 1em;
}

.cc-right {
    right: 1em;
}

.cc-bottom {
    bottom: 1em;
}

.cc-floating>.cc-link {
    margin-bottom: 1em;
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1;
}

.cc-btn+.cc-btn {
    margin-left: .5em;
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal;
    }
}

@media screen and (max-width: 414px) and (orientation: portrait),
screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0;
    }

    .cc-window.cc-bottom {
        bottom: 0;
    }

    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0;
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .cc-window.cc-floating {
        max-width: none;
    }

    .cc-window .cc-message {
        margin-bottom: 1em;
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset;
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0;
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}

.cc-theme-classic .cc-btn {
    border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}

.cc-theme-edgeless.cc-window {
    padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%;
}
