:root {
  --brand: #da1e11;
  --light: #f6f7f8;
  --text: #223;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font: 16px/1.5 system-ui, Segoe UI, Roboto;
  padding-top: 100px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter.woff2') format('woff2');
  font-display: swap;
}
/* ========================= */

header {
  background-color: white;
}

.header1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
}

.header1-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 100px;
}
/* Efect când e „lipit” (după scroll) */

.h1-left strong {
  color: var(--brand);
}

.h1-left img {
  width: 150px;
}

.h1-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.h1-right a {
  color: #fff;
  text-decoration: none;
}

.h1-right a:hover {
  opacity: .8;
}

.notice {
  font-size: 14px;
  color: #566;
}

.lang a {
  padding: 6px 10px;
  border: 1px solid #da1e11;
  border-radius: 4px;
  background: transparent;
  color: #da1e11;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.lang a.active {
  background: #da1e11;
  color: white;
}

.lang a:hover {
  background: #da1e11;
  color: white;
  opacity: .8;
}

.menu-toggle {
  display: none;
  font-size: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--brand);
  transition: transform .2s ease;
}

.h1-left #lang {
  display: none;
}
/* =========================
Header 2 (OPȚIONAL / LEGACY)
Nu mai e sticky, doar stiluri de nav dacă vei folosi vreodată.
========================= */

@media (max-width: 768px) {
  .header1-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
    gap: 12px;
  }
.header1.open .h1-right {
  background: #f0f0f0;
}
.h1-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.h1-right {
  display: flex;
  justify-content: flex-end;
  padding: 0 20px;
}
/* Butonul burger vizibil pe mobil */
.menu-toggle {
  display: inline-block;
  margin-left: auto;
}
.header1.open .menu-toggle {
  transform: rotate(90deg);
}
.header1.open .menu-toggle::before {
  content: "✕";
  /* X */
}
/* Simbol implicit */
.menu-toggle::before {
  content: "☰";
}
/* ascundem meniul, limbile și user-menu implicit pe mobil */
#mainNav,
.user-menu,
.header1 .h1-right #lang {
  display: none;
  width: 100%;
}
.header1 .lang {
  order: 2!important;
}
.header1 .menu-toggle-container {
  order: 3!important;
  padding-right: 10px;
}
.header1.open #mainNav {
  display: block;
}
.header1.open .user-menu,
.header1.open #lang {
  display: flex;
  justify-content: flex-end;
}
.h1-left #lang {
  display: block;
}
.header1.open .h1-left #lang {
  display: none!important;
}
.header1.open #lang {
  display: flex;
  order: 4;
  margin-top: 10px;
  gap: 10px;
}
.header1.open #mainNav {
  margin-top: 5px;
  order: 2;
}
.header1.open .user-menu {
  order: 3;
  margin-top: 10px;
}
#mainNav a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.lang a {
  display: inline-block;
  margin-right: 10px;
}
.user-menu {
  text-align: right;
  padding: 10px 0!important;
}
.header1 .lang {
  gap: 0px !important;
  order: 1;
}
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
to {
  opacity: 1;
  transform: translateY(0);
}
}

.nav {
  display: flex;
  gap: 16px;
  padding: 10px 0;
  flex-wrap: wrap;
}

.nav a,
.user-menu a {
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}

.nav a.active,
.nav a:hover,
.user-menu a:hover {
  color: #da1e11;
}

.user-menu {
  padding: 0 20px;
}

.user-menu .btn {
  background-color: transparent !important;
}
/*Header - 2*/

@media (max-width: 1200px) {
  .header2 {
    display: none!important;
  }
}

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

.tm-divcontent-wrapper {
  position: relative;
  background-color: #f8f9fa;
  left: auto;
  right: auto;
  float: none;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.tm-container-for-header {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
}

.header2:before {
  display: table;
  content: " ";
}

.tm-info-widget {
  float: left;
}

.tm-info-widget,
.header-widget {
  position: relative;
  float: right;
  text-align: right;
  vertical-align: middle;
  display: flex;
}

.header-widget,
.header-widget {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding-right: 0;
}

.tm-header-style-classicinfo .header-widget .header-widget-main {
  display: flex;
}

.header-widget .header-widget-main {
  margin-right: 64px;
}

.header-widget .header-content,
.header-widget .header-icon,
.tm-header-style-infostack .header-widget .header-content,
.tm-header-style-infostack .header-widget .header-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-align: left;
}

.header-widget .header-icon .icon,
.header-widget .header-icon .icon,
.single-tm_team_member .tm-team-social-links-wrapper ul li a:hover,
.tm-pf-single-content-wrapper.tm-pf-view-top-image .themetechmount-pf-single-detail-box,
.tm-rounded-shadow-box>.vc_column-inner>.wpb_wrapper,
.widget .woocommerce-product-search .search-field:focus,
.widget .search-form .search-field:focus,
.themetechmount-teambox-view-overlay .themetechmount-overlay,
.themetechmount-box-team.themetechmount-box-view-topimage-bottomcontent .themetechmount-overlay,
body table.booked-calendar td.today .date span,
.servicebox-number .tm-sbox.tm-sbox-istyle-rounded-outline .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner:before,
.tm-sbox.tm-iconbox-bottom-border .tm-vc_cta3-icons:after,
.tm-sevicebox-skinborder .tm-sbox .tm-vc_icon_element.tm-vc_icon_element-outer .tm-vc_icon_element-inner.tm-vc_icon_element-color-skincolor,
.tm-skincolor-bottom-boder {
  border-color: #da1e11;
}

.header-widget .header-icon .icon {
  border-color: #da1e11;
}

.header-widget .hover-icon i {
  color: #da1e11;
}

.tm-header-icon.tm-header-social-box a.tm-social-btn-link i:focus,
.tm-header-icon.tm-header-social-box a.tm-social-btn-link i:hover,
.wpb-js-composer .vc_tta-color-skincolor.vc_tta-style-classic.tm-tourtab-style1 .vc_tta-icon,
.themetechmount-boxes-testimonial .themetechmount-box.themetechmount-box-view-default .themetechmount-post-item .themetechmount-box-desc:after,
.themetechmount-testimonial-box-view-style2 .themetechmount-post-item .themetechmount-box-content-inner:before,
.themetechmount-service-box-view-top-image .themetechmount-serviceboxbox-readmore a,
.bottom-footer-text.tm-bgcolor-custom.tm-textcolor-white a:not(:hover),
.tm-newsletter-box h3 strong,
.tm-tab-top-icon .vc_tta-tab>a:not(:hover) .vc_tta-icon:before,
.tm-fid-with-icon.tm-fid-view-topicon .tm-fid-icon-wrapper i,
.tm-entry-meta .tm-meta-line i,
.tm-header-style-toplogo .info-widget-inner h2,
.tm-header-style-infostack .kw-phone .tm-header-icon a:hover,
.tm-header-style-infostack .tm-mmenu-active-color-custom .kw-phone .tm-header-icon a:hover,
.vc_row.tm-bgcolor-darkgrey .social-icons li>a,
.themetechmount-boxes-testimonial .themetechmount-post-item .themetechmount-box-content:before,
.tm-titlebar-main .breadcrumb-wrapper span.current-item,
.tm-sbox-separator .tm-sbox .tm-vc_cta3-content-header h4,
.themetechmount-portfolio-box-view-overlay .themetechmount-box-category,
.themetechmount-portfolio-box-view-overlay .themetechmount-box-category a,
.tm-col-bgcolor-darkgrey .themetechmount-boxes-testimonial .themetechmount-box-view-default .themetechmount-author-name,
.themetechmount-fbar-box .search_field i,
.themetechmount-content-team-search-box .search_field i,
.themetechmount-events-box-view-top-image-details .themetechmount-eventbox-footer a:not(:hover),
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title,
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu>li.mega-current-menu-parent>a,
.tm-mmmenu-override-yes #site-header-menu #site-navigation div.mega-menu-wrap ul.mega-menu.mega-menu-horizontal>li.mega-menu-item ul.mega-sub-menu>li.mega-current-page-parent>a,
#site-header-menu #site-navigation div.nav-menu>ul>li li.current_page_parent>a,
#site-header-menu #site-navigation div.nav-menu>ul>li li.current-page-parent>a,
#site-header-menu #site-navigation div.nav-menu>ul>li li.current-menu-ancestor>a,
.tm-topbar-content .social-icons li>a:hover,
.tm-header-style-classicinfo .header-widget .header-icon i,
.tm-header-style-infostack .header-widget .header-icon i,
#tribe-events-content a:hover,
.tribe-event-schedule-details,
.comment-meta a:hover,
.themetechmount-events-box-view-top-image-details .themetechmount-eventbox-footer a:hover,
.themetechmount-events-box-view-top-image-details .tribe-events-vanue i,
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-details-wrapper a i,
.themetechmount-box-team.themetechmount-box-view-left-image .tm-team-details-wrapper a:hover,
.wpcf7 .tm-contactform .field-group i,
.themetechmount-box-events .event-box-content .tribe-events-vanue i,
.themetechmount-box-events .event-box-content .themetechmount-meta-details i,
.tm-image-with-box-hover:hover .tm_photo_link .vc_single_image-wrapper:after,
.tm-comment-owner a:hover,
.tm-header-style-infostack .tm-top-info-con .tm-sbox .tm-vc_cta3-content-header h4 a:hover,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.make-appoint-form .wpcf7 label i,
h4.tm-custom-heading.tm-skincolor,
h3.tm-custom-heading.tm-skincolor,
.tm-bgcolor-darkgrey .tm-custom-heading.tm-skincolor,
.tm-ptablebox .tm-ptablebox-cur-symbol-after,
.tm-ptablebox .tm-ptablebox-cur-symbol-before,
.tm-ptablebox .tm-ptablebox-price,
.single-tm_team_member .tm-team-social-links-wrapper ul li a:hover,
.tm-header-icons .tm-header-search-link a:hover,
.second-footer .container.tm-container-for-footer .row>.widget-area:first-child ul.fixtech_contact_widget_wrapper li:before,
.main-holder .rpt_style_basic .rpt_plan .rpt_title {
  color: #da1e11;
}

.header-widget .header-icon .icon {
  background-color: transparent;
}

.header-widget .header-icon .icon {
  width: 45px;
  height: 45px;
  min-width: 45px!important;
  min-height: 45px!important;
  background-color: transparent!important;
  text-align: center;
  float: none;
  border: 1px solid #da1e11;
  border-radius: 50%;
  line-height: 45px;
}

.header-widget .header-icon i,
.tm-header-style-infostack .header-widget .header-icon i {
  font-size: 19px;
  line-height: 45px;
  color: #da1e11;
}

[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-mobile:before {
  content: "\e621";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-location-pin:before {
  content: "\e693";
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-widget .header-content,
.tm-header-style-infostack .header-widget .header-content {
  padding-left: 18px!important;
}

.header-widget .header-content,
.tm-header-style-classicinfo .header-widget .header-icon,
.tm-header-style-infostack .header-widget .header-content,
.tm-header-style-infostack .header-widget .header-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-align: left;
}

.header-widget h3 {
  font-size: 16px!important;
  font-weight: 550;
  line-height: 21px;
  color: #182333;
}

h3 {
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #35382f;
}

.header-widget h5 {
  font-size: 14px;
  font-weight: 400;
  color: #8d9297;
  line-height: 23px;
}

.header-content a {
  color: #35382f!important;
}

.header-content a:hover {
  color: red!important;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

@media (min-width: 1200px) {
  .tm-phone {
    position: relative;
    background-color: #da1e11;
    padding-left: 20px;
    float: right;
    line-height: 48px;
    bottom: -25px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
  }
}

.tm-divcontent-wrapper {
  position: relative;
  background-color: #f8f9fa;
  left: auto;
  right: auto;
  float: none;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.tm-phone span.icon {
  padding-right: 8px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
  content: "\f095";
}

.tm-header-style-classicinfo .tm-phone a,
.tm-header-style-classicinfo .tm-phone a:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .tm-phone:after {
    content: "";
    width: 5000px;
    height: 100%;
    background-color: #da1e11;
    left: 100%;
    top: 0px;
    position: absolute;
  }
}
/*Header - 2 - END*/
/*   SLIDER HEADER CONTAINER*/


/* SLIDER HEADER CONTAINER - END */
/* Footer */

.footer {
  background-color: #333;
  width: 100%;
}

.footer1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 22px;
  max-width: 1100px;
  width: 100%;
  padding: 50px 10px;
  justify-self: center;
}

.footer1 h2 {
  color: #fff;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 1rem;
  margin-block-start: .5rem;
}

.footer1 .f1 a,
.f3 a {
  color: #fff;
  text-decoration: none;
}

.footer1 .f1 a:hover,
.footer1 .f1 a:active,
.f3 a:hover {
  color: #da1e11;
}

dd,
dl,
dt {
  color: white;
}

dl {
  margin: 0 0 1.75em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
  text-transform: uppercase;
}

.footer-links a {
  text-decoration: underline;
}

.footer-links a:hover {
  color: #da1e11;
}

.footer-links a.is-active,
.footer-links a[aria-current="page"] {
  color: #da1e11;
  font-weight: 600;
}

.fixtech_contact_widget_wrapper {
  padding: 0;
}

ul.fixtech_contact_widget_wrapper li {
  padding-left: 37px;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  list-style: none;
}

ul.fixtech_contact_widget_wrapper li:last-child {
  border: none;
}

ul.fixtech_contact_widget_wrapper li:before {
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 20px;
  font-weight: 400;
}

.tm-fixtech-icon-location:before {
  content: '\e84a';
}

.tm-fixtech-icon-mail:before {
  content: '\e832';
}

.tm-fixtech-icon-phone:before {
  content: '\e833';
}

.tm-fixtech-icon-world:before {
  content: '\e82a';
}

.tm-fixtech-icon-clock:before {
  content: '\e81b';
}

[class^="tm-fixtech-icon-"]:before,
[class*=" tm-fixtech-icon-"]:before {
  font-family: "tm-fixtech-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer2 {
  background-color: #222222;
  padding: 20px 10px;
}

.footer-p {
  color: #fff;
  justify-self: center;
}

.footer-brand {
  color: #fff;
  text-decoration: none;
}

.footer-brand:hover {
  color: #da1e11;
}
/* Pages common */
/* FAB Messengers */

[hidden] {
  display: none !important;
}

.fab-messengers {
  position: fixed;
  right: 16px;
  bottom: 86px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999
}

.fab {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 700
}

.fab-viber {
  background: #7360F2
}

.fab-telegram {
  background: #0088cc
}

.fab-messenger {
  background: #0084FF
}
/* ToTop */

.to-top {
  position: fixed;
  right: 23px;
  bottom: 100px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #da1e11;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  z-index: 999;
  border: 2px solid #da4211!important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
}

.to-top:hover {
  opacity: .8;
}
/* Responsive */
/* --- FAB chat principal + submenu --- */

.fab-chat {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 1000
}

.fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18)
}

.fab:hover {
  opacity: .8
}

.fab-main {
  background: #da1e11;
  position: relative
}

.fab-main:active {
  transform: scale(.98)
}
/* lista ascunsă implicit (apare deasupra butonului principal) */

.fab-list {
  position: absolute;
  right: 0;
  bottom: 70px;
  display: grid;
  gap: 10px;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease
}

.fab-chat.open .fab-list {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}
/* culorile butoanelor */

.fab-viber {
  background: #7360F2
}

.fab-telegram {
  background: #0088cc
}

.fab-messenger {
  background: #0084FF
}

.fab-messengers {
  display: none !important
}
/* About - Pollicy - Terms*/

.container-main {
  padding: 24px 16px;
}

.about h3,
.terms h3,
.policy h3{
  font-size: 20px;
}

.about-container ul,
.terms-container ul,
.policy-container ul{
  padding-left: 20px;
}
.about,
.terms,
.policy,
.login,
.register,
.profil,
.contacttx {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.about-container,
.terms-container,
.policy-container,
.login-container,
.register-container,
.profil-container,
.contacttx-container {
  padding: 50px;
}

.login-container,
.register-container,
.profil-container,
.contacttxt-container {
  margin: 100px 0;
}

.contacttx-container {
  width: 700px;
  justify-self: center;
}

.contacttx-btn {
    padding-top: 30px;
    justify-self: center;
}

@media (max-width: 650px) {
  .contacttx-container {
    width: 100%!important;
  }
}

@media (max-width: 600px) {
  .login-container,
  .register-container,
  .profil-container,
  .contacttx-container {
    padding: 50px 5px!important;
    margin: 30px 0!important;
  }
.container-main {
  padding: 10px 0;
}
}

.about h1,
.terms h1,
.policy h1,
.login h1,
.register h1,
.profil h1,
.contacttx h1,
.profil h2 {
  justify-self: center;
  padding-bottom: 30px;
}

.a-link,
.p-link {
  color: #da1e11 !important;
  text-decoration: none;
}

.a-link:hover,
.p-link:hover {
  opacity: .8;
}
/* CONTACTS*/

.head {
  background-image: url("/assets/img/hero.jpg");
  width: 100%;
  height: clamp(240px, 40vh, 500px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-bleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.head {
  height: 500px;
}

@media (max-width: 1200px) {
  .head {
    height: 420px;
  }
}

@media (max-width: 992px) {
  .head {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .head {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .head {
    height: 240px;
  }
}

.contact {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.contact-container {
  padding: 50px 10px;
  display: flex;
  justify-self: center;
  gap: 20px;
  width: 100%;
}

.contact-form-container {
  width: 50%;
}
/* Formulat de Contact*/

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 760px;
  padding: 0 20px;
}

.login-form,
.register-form,
.profil-vrification-form,
.profil-account-form,
.profil-password-form,
.profil-logout-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  padding: 0 20px;
  justify-self: center;
  width: 100%;
}

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

@media (max-width:768px) {
  .contact-container {
    flex-direction: column;
  }
.contact-form-container {
  width: 100%!important;
}
.map-cont {
  width: 100%!important;
}
.contact-form .grid {
  grid-template-columns: 1fr
}
}

.contact-form label,
.login-form label,
.register-form label,
.profil-vrification-form label,
.profil-account-form label,
.profil-password-form label,
.profil-logout-form label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-bottom: 15px;
}

.contact-form input,
.login-form input,
.register-form input,
.contact-form textarea,
.profil-vrification-form input,
.profil-account-form input,
.profil-password-form input,
.profil-logout-form input {
  padding: 10px;
  border: 1px solid #da1e11;
  border-radius: 8px;
  width: 100%;
}

.profil-container ul {
  margin: 0 0 30px 0;
  list-style: none;
  padding: 0 20px!important;
  justify-self: center;
  width: 100%;
  max-width: 500px;
}

.profile-menu {
  background-color: #1b1b1b!important;
  color: #fff!important;
  margin-top: 20px!important;
}

@media (min-width: 769px) {
  .profile-menu {
    margin-top: 20px!important;
    right: -117px!important;
  }
}

.profile-btn {
  background-color: transparent!important;
  border: none!important;
}

.profile-btn img {
  background-color: #da1e11!important;
}

.logout-form .menu-item {
  color: #fff!important;
  text-transform: uppercase;
  font-size: 17px!important;
  font-weight: 600!important;
}

.logout-form .menu-item:hover {
  color: #A0B744!important;
}

.btn {
  background: #da1e11;
  font-weight: 600;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
  text-decoration: none;
}

.btn:hover {
  opacity: .8;
  font-weight: 700;
}

.error-messages {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  padding: 0 20px;
  justify-self: center;
  width: 100%;
}

.error-messages a {
  color: #da1e11 !important;
  text-decoration: none;
  font-weight: 600;
}

.error-messages a:hover {
  opacity: .8;
  font-weight: 700;
}

.remember {
  display: flex;
  flex-direction: row!important;
  gap: 6px;
  flex-wrap: nowrap;
  align-items: center;
}

.remember-i {
  width: auto!important;
}

.submit-button {
  border: none;
  background: transparent;
  color: white;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}

.submit-button:hover {
  color: #da1e11;
}

.alert {
  padding: 10px;
  border-radius: 10px
}

.alert.ok {
  background: #eaf7ea;
  border: 1px solid #b7e1b7;
  justify-self: center!important;
  max-width: 500px;
  width: 100%;
}

.alert.fail {
  background: #fdeaea;
  border: 1px solid #f3b1b1;
  justify-self: center!important;
  max-width: 500px;
  width: 100%;
}

.alert-container {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  padding: 50px 25px;
}

.contact-form-container .alert.fail {
  max-width: 450px!important;
  width: 100%;
}
/* Contact info section */

.contact-info {
  max-width: 600px;
  background: #fff;
  border-radius: 20px;
  padding: 0 20px;
}

.contact h1 {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-details p {
  margin: 8px 0;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.contact-details .address {
  font-weight: 500;
  color: #333;
}

.contact-details .hours {
  color: #666;
}
/* Map container */

.map-cont {
  width: 50%;
}

.map-container {
  width: 100%;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  background: #f0f9f0;
  position: relative;
  margin-bottom: 25px;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.map-container:hover iframe {
  filter: grayscale(0%);
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f9f0 0%, #e6f7e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
  text-align: center;
}
/* Contact links */

.contact-links {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #da1e11;
}

.contact-links .fa {
  color: #da1e11;
}

.topNotification-content {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
/* Responsive design */

@media (max-width: 768px) {
  .sgg-cf7,
  .contact-info {
    padding: 0;
    margin: 0;
    border-radius: 16px;
  }
.sgg-cf7 .row.two {
  flex-direction: column;
  gap: 15px;
}
.sgg-cf7 .row.two label {
  min-width: 100%;
}
.contact-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.map-container {
  height: 250px;
}
}

.contact-links a {
  color: #da1e11 !important;
}

.contact-links a:hover {
  opacity: 0.8;
}
/* HOME */
/*Slider - Home*/
/*Home - intro-section*/

.intro {
  background-color: #333333;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.intro1 {
  max-width: 100%;
  text-align: center;
}

.intro1 h2 {
  color: #FFFFFF;
}

.intro-content:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -17px;
  transform: translate(-50%);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid #333;
}
/*Puncte de colectare*/

.puncte-de-colectare {
  padding-top: 50px;
}

.sgg-chip[aria-pressed="true"] {
  background: #a0b744 !important;
  color: white !important;
  border-color: #a0b744 !important;
}

.sgg-collect {
  --radius: 18px;
}

.sgg-collect * {
  box-sizing: border-box;
}

.sgg-collect__header {
  padding-bottom: 28px;
  text-align: center;
}

.sgg-collect__header h2 {
  font-size: 2rem;
  text-transform: uppercase!important;
  margin: 0 0 8px;
}

.sgg-collect__subtitle {
  font-size: 1.05rem;
  color: #666;
  margin-bottom: 10px;
}

.sgg-collect__header .hr {
  width: 120px;
  height: 6px;
  border-radius: 6px;
  background: #da1e11;
  margin: 0 auto;
}

.sgg-collect__grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 920px) {
  .sgg-collect__grid {
    grid-template-columns: 2fr 1fr;
  }
}

.sgg-collect__mapwrap {
  border: 1px solid #a0b744 !important;
  border-radius: var(--radius) !important;
  overflow: hidden;
  background: #fff;
  align-self: start;
}

.sgg-collect__map {
  width: 100%;
  height: 522px;
  border: 0;
  display: block;
}

.sgg-collect__listwrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sgg-collect__listtitle {
  font-size: 1.3rem;
  margin: 0 0 6px;
}

.sgg-collect__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sgg-card {
  border: 1px solid #a0b744 !important;
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  cursor: pointer;
  transition: box-shadow .2s, border-color .2s, background .2s;
}

.sgg-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.sgg-card[aria-selected="true"] {
  border-color: #a0b744 !important;
  box-shadow: 0 0 0 3px rgba(160, 183, 68, .14);
  background: #f7fbe8;
}

.sgg-card__title {
  margin: 0 0 6px;
  font-weight: 700;
}

.sgg-card__addr {
  margin: 0;
  font-size: 13px;
  color: #61707a;
}
/* TIPURI DE RECICLARE*/

.tip-rec {
  background-color: #F7F7F7;
  display: flex;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  justify-content: space-around;
}

.one_half {
  width: 1100px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  padding: 60px 10px;
}

.pmc-icon,
.pmc-only-icon {
  border-radius: 90px;
}

.pmc-icon {
  width: 100%;
}

.pmc-icon,
.pmc-only-icon {
  display: flex;
  gap: 35px;
  text-align: center;
}

.pmc-icon-icon.left {
  display: inline-block;
  margin-top: 30px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.pmc-icon .pmc-icon-icon i {
  color: #fff;
}

.fa-laptop:before {
  content: "\f109";
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pmc-icon .pmc-icon-icon i {
  color: #fff;
}

.pmc-icon-icon.medium i {
  font-size: 2em;
  width: 80px;
  height: 80px;
  line-height: 82px;
}

@media (max-width:500px) {
  .pmc-icon-icon.medium i {
    width: 40px !important;
    height: 13px !important;
    min-width: 40px !important;
    min-height: 21px !important;
    font-size: 29px;
    line-height: 40px;
  }
.pmc-icon-icon.left {
  display: none!important;
}
.one_half .pmc-icon-wraper.left.medium {
  width: 100%!important;
}
}

.one_half .pmc-icon-wraper.left.medium {
  width: 78%;
}

.pmc-icon-wraper.left.medium {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 68%;
}

.pmc-icon-wraper.left {
  margin-bottom: 20px;
}

.pmc-icon-wraper.left .pmc-icon-title {
  margin-top: 1px;
}

.pmc-icon-wraper.left .pmc-icon-title {
  padding-top: 30px !important;
}

.pmc-icon-wraper.left .pmc-icon-title {
  padding: 50px 0 0 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px !important;
}

.pmc-icon-wraper.left .pmc-icon-border {
  display: none;
}

.pmc-icon-wraper.left .pmc-icon-border {
  margin: 0;
}

.pmc-icon .pmc-icon-border {
  background: none !important;
}

.pmc-icon .pmc-icon-border {
  width: 80px;
  height: 1px;
  background: #ddd;
  margin: 0 auto;
}

.pmc-icon-wraper.left .pmc-icon-content {
  margin-top: 5px !important;
}

.pmc-icon-wraper.left .pmc-icon-content,
.pmc-icon-wraper.left .pmc-icon-title {
  text-align: left !important;
}

.pmc-icon-content {
  margin-top: 0px !important;
  color: #888893;
}

.feature {
  display: flex;
  gap: 18px;
  padding: 8px 0;
  align-items: center;
}

.icon #pmc-icon {
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 30%, #b6e39d, #a0b744);
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 900;
  flex-shrink: 0;
}

@media (max-width:500px) {
  .icon #pmc-icon {
    width: 60px!important;
    height: 60px!important;
    min-width: 60px!important;
    min-height: 60px!important;
    font-size: 22px;
  }
}
/*   Introducere*/

.introducere-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 120px 0;
}

.introducere-left,
.introducere-right {
  width: 50%;
  align-self: center;
}

.introducere-left h2 {
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .introducere-content {
    flex-direction: column;
    padding: 20px 0;
  }
.introducere-left,
.introducere-right {
  width: 100%;
  align-self: center;
}
}
/*   RecicleCard   */

.hr {
  width: 120px;
  height: 6px;
  background: #da1e11;
  margin: 18px auto;
  border-radius: 999px;
}
/*.body--no-scroll{overflow:hidden}*/

html,
body {
  overflow-x: hidden;
}
/*   CTA    */

.cta {
  background-color: #F7F7F7 !important;
  display: flex;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  justify-content: space-around;
  position: relative !important;
  color: #fff;
  text-align: center;
  background: #fff url(/assets/img/quote-background-eco.jpg) 50% 0;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-size: auto !important;
  height: 600px;
}

.container-cta {
  width: 1100px;
  display: flex;
  flex-direction: column;
  justify-self: center;
  padding: 60px 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta h2 {
  font-size: 36px;
  letter-spacing: 2px;
}

@media (max-width:400px) {
  .cta h2 {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
/*   PARTNERS- SLIDE   */

.partners-slider-section, .certificates-slider-section, .brands-slider-section {
  padding: 60px 18px;
  background: #f8f9fa;
  display: flex;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  justify-content: space-around;
  text-align: center;
}

.partner-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.partners-slider-section .sub, .certificates-slider-section .sub, .brands-slider-section .sub {
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 3rem;
  margin-block-start: .5rem;
}

.partners-slider-section .title, .certificates-slider-section .title, .brands-slider-section .title{
  margin: 0 0 8px;
  text-transform: uppercase;
}

.brands-slider-section .ps-imgbox {
  height: 150px;
  display: flex;
  justify-content: center;
}
.certificates-slider-section .ps-imgbox {
  height: auto;
  display: flex;
  justify-content: center;
}
.partners-slider-section .ps-imgbox {
  height: 150px;
  display: flex;
  justify-content: center;
}


.ps-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}

.ps-lightbox[aria-hidden="false"] {
  display: flex;
}

.ps-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75);
}

.ps-lightbox__dialog {
  position: relative;
  max-width: min(92vw, 1100px);
  max-height: 90vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-lightbox__img {
  max-width: 92vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 14px;
  background: #fff;
}

.ps-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 26px;
  line-height: 40px;
  background: #fff;
}


/* Slider */
.ps-wrap {
  --gap: 56px;
  --h: 360px;
  --perView: 3;
}

.ps-viewport {
  overflow: hidden;
  width: 100%;
}

.ps-track {
  display: flex;
  gap: 56px;
  will-change: transform;
  animation: ps-marquee var(--ps-duration, 20s) linear infinite;
}

.ps-wrap:hover .ps-track {
  animation-play-state: paused;
}

.ps-slide {
  flex: 0 0 calc((100% - var(--gap) * (var(--perView) - 1)) / var(--perView));
  display: grid;
  place-items: center;
}

.ps-card {
  width: 100%;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  display: grid;
  place-items: center;
  padding: 14px;
}

.ps-imgbox {
  width: 100%;
  height: 360px;
  display: grid;
  place-items: center;
}

@media (max-width:400px) {
  .ps-imgbox {
    height: 255px!important;
  }
}

.ps-imgbox img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

@keyframes ps-marquee {
  to {
    transform: translateX(var(--ps-distance, -1000px));
  }
}
/* Realizari*/

.realizari {
  padding: 50px 0;
}
/* Coounter*/

.counters {
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/img/slideshow-eco-4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: white;
}

.counter-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 22px;
  max-width: 1200px;
  width: 100%;
}

.counter {
  height: 269px;
  width: 269px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e6e6e6;
  border: 1px solid rgba(255, 255, 255, .18);
}

@media (max-width:600px) {
  .counter {
    height: 210px;
    width: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #e6e6e6;
    border: 1px solid rgba(255, 255, 255, .18);
  }
}

.counter .num {
  font-size: 48px;
  font-weight: 800;
}

.counter .label {
  margin-top: 6px;
  letter-spacing: .8px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: .9;
}
/*999999999999999*/
/*  SERVICII  */
/* === Override theme: să nu mai fie flex pe section/container === */

.recycle-cards,
.recycle-cards .container-recycle {
  display: block !important;
}
/* FUNDAL SECȚIUNE */

.recycle-cards {
  background: #da1e11;
  padding: 60px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.container-recycle {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.recycle-cards .hr {
  width: 120px;
  height: 6px;
  background: white;
  margin: 18px auto;
  border-radius: 999px;
}

.container-recycle .title {
  color: #fff;
  margin-bottom: 8px;
}

.container-recycle .sub {
  color: #fff;
  font-size: 16px;
  margin-bottom: 32px;
}
/* ===== CARDURI – trei carduri pe un rând, ca în poza 1 ===== */

.recycle-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
}

.recycle-card {
  background: #ffffff;
  border-radius: 2px;
  padding: 32px 32px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  max-width: 320px;
}
/* imaginea de sus */

.recycle-card .circle {
  width: 100%;
  margin: 0 0 24px;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.recycle-card .circle img {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 160px;
  margin: 0 auto;
  object-fit: cover;
}
/* text */

.recycle-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
  height: 70px;
}

.recycle-card .muted {
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  min-height: 72px;
  height: 85px;
}
/* buton */

.recycle-card .btn {
  margin-top: 28px;
  padding: 11px 32px;
  border-radius: 30px;
  background: #da1e11;
  color: #fff;
  border: none;
  font-weight: 600;
}
/* ===== POPUP OVERLAY – ca în poza 2 ===== */
/* containerul de modale trebuie să fie vizibil */

.sgg-modals {
  display: block;
  /* IMPORTANT: să nu fie display:none */
}
/* fiecare modal individual este ascuns implicit */

.sgg-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.sgg-modal[aria-hidden="false"] {
  display: flex;
}

.sgg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.sgg-modal__dialog {
  position: relative;
  background: #ffffff;
  width: min(900px, 92vw);
  max-height: 90vh;
  overflow: auto;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.sgg-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 26px;
  cursor: pointer;
}

.sgg-modal__title {
  font-size: 28px;
  margin-bottom: 8px;
}

.sgg-modal__intro {
  font-size: 16px;
  margin-bottom: 32px;
}
/* blocurile 3-la-rând din popup */

.popup-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 20px;
}

.popup-service {
  text-align: center;
}

.popup-service__icon img {
  max-width: 80px;
  margin-bottom: 12px;
}

.popup-service__icon {
  height: 100px;
}

.popup-service h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.popup-service p {
  font-size: 14px;
  margin-bottom: 14px;
  height: 60px;
}

.popup-service__btn {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 30px;
  background: #da1e11;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.popup-service__btn:hover {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 30px;
  background: #da1e11;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
/* responsive */

@media (max-width: 1024px) {
  .recycle-grid {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .recycle-grid {
    flex-direction: column;
    align-items: center;
  }
.popup-services {
  grid-template-columns: 1fr;
}
}
/* ========== NEWS MODAL (separat de sgg-modal) ========== */

.news-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 11000;
}

.news-modal[aria-hidden="false"] {
  display: flex;
}

.news-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.news-modal__dialog {
  position: relative;
  background: #ffffff;
  width: min(900px, 92vw);
  max-height: 90vh;
  overflow: auto;
  padding: 24px 32px 32px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.news-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 26px;
  cursor: pointer;
}

.news-modal__image img {
  display: block;
  width: 100%;
  height: auto;
  /* margin-bottom: 20px; */
  max-width: 500px;
  max-width: 400px;
  justify-self: center;
}

.news-modal__text {
  font-size: 15px;
  line-height: 1.6;
  color: #222;
}

.news-modal__text p {
  margin-bottom: 0.75em;
}

@media (max-width: 768px) {
  .news-modal__dialog {
    padding: 18px 16px 24px;
  }
}
/* Map container */

.map {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.map-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #f0f9f0;
  position: relative;
  margin: 0!important;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}

.map-container:hover iframe {
  filter: grayscale(0%);
}

.map-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f9f0 0%, #e6f7e6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #666;
  text-align: center;
}


