
/* --- Global Overrides --- */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- 1) Menu links ryškesni --- */
.mega-menu-link {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.tz-header-type-2 .mega-menu-link {
  color: #333 !important;
  text-shadow: none;
}

.mega-menu-link:hover {
  color: #3ab34a !important;
}

.mega-current-menu-item > .mega-menu-link {
  color: #3ab34a !important;
}

/* --- 2) Paslėpti paiešką --- */
.tz-header-search {
  display: none !important;
}

/* --- 3+4) Mobili versija - hero overlay + fonas + meniu --- */

/* Mobilaus meniu stiliai */
@media (max-width: 991px) {
  .mega-menu-horizontal .mega-menu-item .mega-menu-link {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #eee !important;
    display: block !important;
    background: #fff !important;
  }

  .mega-menu-horizontal .mega-menu-item .mega-menu-link:hover,
  .mega-menu-horizontal .mega-current-menu-item .mega-menu-link {
    color: #3ab34a !important;
    background: #f8f8f8 !important;
  }

  .mega-menu-horizontal {
    background: #fff !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 8px 30px rgba(0,0,0,0.15) !important;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  /* Fono nuotrauka - apzeldinimas.jpg mobilioje */
  .rev_slider_wrapper {
    min-height: 100vh !important;
    background: url('/index_files/apzeldinimas.jpg') center center / cover no-repeat !important;
  }

  .rev_slider,
  .rev_slider ul,
  .rev_slider li {
    min-height: 100vh !important;
  }

  /* Hero overlay matomas mobilioje */
  .hero-overlay {
    display: flex !important;
    padding: 0 15px;
    z-index: 100 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

/* --- Hero Section Overlay --- */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  text-align: center;
  padding: 0 20px;
  pointer-events: none;
}

.hero-overlay a {
  pointer-events: auto;
}

.hero-overlay h1 {
  color: #fff;
  font-family: 'Montserrat', 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  animation: fadeInUp 1s ease-out;
}

.hero-overlay p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  margin-bottom: 32px;
  animation: fadeInUp 1s ease-out 0.3s both;
}

.hero-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #3ab34a;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid #3ab34a;
  border-radius: 50px;
  transition: all 0.3s ease;
  animation: fadeInUp 1s ease-out 0.6s both;
}

.hero-btn:hover {
  background: transparent;
  color: #fff !important;
  border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* --- Animations --- */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Section Titles --- */
.tzElement-title .tzTitle {
  font-family: 'Montserrat', 'Raleway', sans-serif !important;
  font-weight: 600 !important;
  font-size: 36px !important;
  position: relative;
  padding-bottom: 20px !important;
}

.tzElement-title .tzTitle:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #3ab34a;
  border-radius: 2px;
}

.tzElement-title .tzDescription {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #444 !important;
  max-width: 900px;
  margin: 25px auto 0 !important;
  font-weight: 400 !important;
}

/* --- Service Cards (Homepage) --- */
.tzView_Service_Slide_Item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  margin: 10px;
}

.tzView_Service_Slide_Item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.tzView_Service_Slide_Item .tzView_Service_Image {
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.tzView_Service_Slide_Item .tzView_Service_Image img {
  transition: transform 0.5s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.tzView_Service_Slide_Item:hover .tzView_Service_Image img {
  transform: scale(1.08);
}

.tzView_Service_Slide_Item .tzView_Service_Content {
  padding: 28px 24px;
}

.tzView_Service_Content_title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin-bottom: 12px !important;
}

.tzView_Service_Des {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #777 !important;
  margin-bottom: 16px !important;
}

.tzViewService-readmore {
  display: inline-block;
  color: #3ab34a !important;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 2px;
}

.tzViewService-readmore:after {
  content: ' \2192';
  transition: margin-left 0.3s ease;
}

.tzViewService-readmore:hover {
  color: #2d8f3b !important;
}

.tzViewService-readmore:hover:after {
  margin-left: 5px;
}

/* --- Gallery Modern Grid --- */
.modern-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
  padding: 20px 0;
}

.gallery-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.gallery-card .gallery-img-wrap {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.gallery-card .gallery-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery-card:hover .gallery-img-wrap img {
  transform: scale(1.1);
}

.gallery-card .gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  transition: all 0.3s ease;
}

.gallery-card .gallery-overlay h3,
.TzPage_Default .container .gallery-card .gallery-overlay h3 {
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 0 6px !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}

.TzPage_Default .container .gallery-card .gallery-overlay h3:after {
  display: none !important;
}

.gallery-card .gallery-overlay p {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  margin: 0;
}

.gallery-card .gallery-view-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  height: 50px;
  background: rgba(58, 179, 74, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.gallery-card .gallery-view-icon:after {
  content: '+';
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  margin-top: -6px;
}

.gallery-card:hover .gallery-view-icon {
  transform: translate(-50%, -50%) scale(1);
}

/* --- About Us Page Modern --- */
.about-modern {
  padding: 40px 0;
}

.about-modern .about-intro {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 60px;
}

.about-modern .about-intro .about-text {
  flex: 1;
}

.about-modern .about-intro .about-image {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

.about-modern .about-intro .about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-modern h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 16px;
}

.about-modern h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #3ab34a;
  border-radius: 2px;
}

.about-modern p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 16px;
}

/* Stats Section */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 50px 0;
  margin: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #3ab34a;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

/* Values Section */
.about-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.value-card {
  text-align: center;
  padding: 40px 30px;
  border-radius: 12px;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.value-card:hover {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}

.value-card .value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #3ab34a 0%, #2d8f3b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #fff;
}

.value-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.value-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #777;
}

/* --- Contacts Page Modern --- */
.contacts-modern {
  padding: 40px 0;
  max-width: 1100px;
  margin: 0 auto;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  margin-bottom: 50px;
}

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

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 12px;
  background: #f9fafb;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transform: translateX(5px);
}

.contact-card .card-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: linear-gradient(135deg, #3ab34a, #2d8f3b);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.contact-card h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin: 0 0 6px !important;
}

.contact-card p, .contact-card a {
  font-size: 14px !important;
  color: #666 !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

.contact-card a {
  color: #3ab34a;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-card a:hover {
  color: #2d8f3b;
}

/* Contact Form Modern */
.contact-form-modern {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}

.contact-form-modern h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.contact-form-modern .form-subtitle {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
}

.contact-form-modern .form-group {
  margin-bottom: 20px;
}

.contact-form-modern label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form-modern input[type="text"],
.contact-form-modern input[type="email"],
.contact-form-modern input[type="tel"],
.contact-form-modern textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background: #fafafa;
  box-sizing: border-box;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus {
  outline: none;
  border-color: #3ab34a;
  box-shadow: 0 0 0 3px rgba(58, 179, 74, 0.15);
  background: #fff;
}

.contact-form-modern textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form-modern .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form-modern .btn-submit {
  display: inline-block;
  padding: 16px 48px;
  background: linear-gradient(135deg, #3ab34a, #2d8f3b);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.contact-form-modern .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(58, 179, 74, 0.35);
}

/* Working Hours */
.working-hours {
  margin-top: 20px;
  padding: 24px;
  border-radius: 12px;
  background: #f9fafb;
}

.working-hours h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #222 !important;
  margin: 0 0 12px !important;
}

.working-hours .hours-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.working-hours .hours-row:last-child {
  border-bottom: none;
}

.working-hours .hours-row span:last-child {
  font-weight: 600;
  color: #333;
}

/* --- Footer Modern --- */
.tzFooter {
  background: #1a1a2e !important;
}

.tzFooterTop {
  padding: 70px 0 40px !important;
}

.tzFooterTop_center {
  margin-bottom: 30px;
}

.tzFooterBottom {
  background: rgba(0,0,0,0.2) !important;
  padding: 20px 0 !important;
}

.tzFooterBottom .tzCopyright p {
  font-size: 13px;
  color: rgba(255,255,255,0.5) !important;
}

.footerattr .module-title span {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

/* 6) Footer SIŲSTI mygtukas - baltos raidės */
.tzFooter .wpcf7-submit {
  color: #fff !important;
  background: #3ab34a !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 12px 30px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

.tzFooter .wpcf7-submit:hover {
  background: #2d8f3b !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(58,179,74,0.3);
}

/* 7) Footer kontaktai - gražesnis pateikimas */
.tzwidget-contact {
  padding: 8px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.tzwidget-contact:last-child {
  border-bottom: none;
}

.tzwidget-contact span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.75) !important;
  font-size: 14px;
  line-height: 1.8;
}

.tzwidget-contact i {
  color: #3ab34a !important;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

.tzwidget-contact a {
  color: #3ab34a !important;
  transition: color 0.3s;
}

.tzwidget-contact a:hover {
  color: #5dd46b !important;
}

/* Footer kontaktai - modernūs */
.footer-contacts-modern {
  padding: 0 !important;
  border: none !important;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-contact-row:last-child {
  border-bottom: none;
}

.footer-contact-row i {
  color: #3ab34a;
  font-size: 18px;
  min-width: 22px;
  text-align: center;
}

.footer-contact-row span {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
}

.footer-contact-row a {
  color: #3ab34a !important;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-contact-row a:hover {
  color: #5dd46b !important;
}

/* Footer form */
.tzFooter .wpcf7-form-control {
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  background: rgba(255,255,255,0.05) !important;
  transition: border-color 0.3s !important;
}

.tzFooter .wpcf7-form-control:focus {
  border-color: #3ab34a !important;
}

/* --- Header Modern Touches --- */
.tz-headerBottom {
  transition: background 0.3s ease;
}

/* Mobilaus meniu burgeris - sulygiuoti su logotipu */
@media (max-width: 991px) {
}

/* --- Breadcrumb Modern --- */
.tz-Breadcrumb {
  position: relative;
}

.tz-Breadcrumb .tzOverlayBreadcrumb {
  padding: 60px 0 50px !important;
}

.tz-Breadcrumb h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 42px !important;
  letter-spacing: 1px !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* --- Services Page Modern --- */
.services-modern-section {
  padding: 20px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.service-card-modern {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
}

.service-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.service-card-modern .service-img {
  height: 220px;
  overflow: hidden;
}

.service-card-modern .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.service-card-modern:hover .service-img img {
  transform: scale(1.08);
}

.service-card-modern .service-body {
  padding: 28px;
}

.service-card-modern .service-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.service-card-modern .service-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

/* 8) Gražesnė PASLAUGOS skiltis ir kiti vidiniai puslapiai */
.TzPage_Default {
  padding: 50px 0 70px;
  background: #f5f7f9;
}

.TzPage_Default > .container {
  max-width: 1100px;
  background: #fff;
  border-radius: 16px;
  padding: 50px 50px 40px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.06);
}

/* Antraštės - tiesiogiai container viduje */
.TzPage_Default .container h3,
.TzPage_Default .container h2,
.TzPage_Default .container h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #1a1a2e !important;
  margin-top: 45px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  position: relative;
  font-size: 24px;
  border-bottom: 2px solid #e8ece9;
}

.TzPage_Default .container h3:first-child,
.TzPage_Default .container p:first-child h3 {
  margin-top: 0;
}

.TzPage_Default .container h3:after,
.TzPage_Default .container h2:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #3ab34a;
}

.TzPage_Default .container h4 {
  font-size: 20px;
  margin-top: 35px;
  border-bottom: none;
}

/* Pastraipos */
.TzPage_Default .container p {
  font-size: 16px;
  line-height: 1.9;
  color: #4a4a4a;
  margin-bottom: 18px;
}

/* Nuotraukos - override inline stilius */
.TzPage_Default .container img {
  border-radius: 14px !important;
  margin: 25px 0 !important;
  box-shadow: 0 6px 25px rgba(0,0,0,0.1) !important;
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.TzPage_Default .container img:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 35px rgba(0,0,0,0.15) !important;
}

/* Sąrašai */
.TzPage_Default .container ul,
.TzPage_Default .container ol {
  padding-left: 24px;
  margin: 18px 0;
}

.TzPage_Default .container li {
  font-size: 15px;
  line-height: 1.9;
  color: #4a4a4a;
  padding: 5px 0;
}

/* Entry-title - puslapio pavadinimas */
.TzPage_Default .entry-title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  color: #1a1a2e !important;
  margin-bottom: 30px !important;
  padding-bottom: 18px !important;
  border-bottom: 2px solid #e8ece9;
  position: relative;
}

.TzPage_Default .entry-title:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background: #3ab34a;
}

/* Responsive */
@media (max-width: 767px) {
  .TzPage_Default > .container {
    padding: 28px 20px;
  }
  .TzPage_Default .container h3 {
    font-size: 20px;
  }
}

/* 9) Galerijos ATLIKTI DARBAI tekstas platesnis */
.modern-gallery + .tzElement-title .tzDescription,
.tzElement-title .tzDescription {
  max-width: 900px !important;
  font-size: 18px !important;
  color: #444 !important;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  .hero-overlay h1 {
    font-size: 36px;
  }

  .hero-overlay p {
    font-size: 16px;
  }

  .about-modern .about-intro {
    flex-direction: column;
    gap: 30px;
  }

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

  .about-values {
    grid-template-columns: 1fr;
  }

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

  .modern-gallery {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

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

@media (max-width: 767px) {
  .hero-overlay h1 {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .hero-overlay p {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .hero-btn {
    padding: 14px 30px;
    font-size: 12px;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .stat-number {
    font-size: 36px;
  }

  .modern-gallery {
    grid-template-columns: 1fr;
  }

  .contact-form-modern {
    padding: 24px;
  }

  .tz-Breadcrumb h1 {
    font-size: 28px !important;
  }
}

/* --- Scroll Reveal Animation Script Helper --- */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* --- Alert Styles Modern --- */
.alert-success {
  background: #d4edda !important;
  border: 1px solid #c3e6cb !important;
  color: #155724 !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
}

.alert-error, .alert-danger {
  background: #f8d7da !important;
  border: 1px solid #f5c6cb !important;
  color: #721c24 !important;
  border-radius: 10px !important;
  padding: 16px 20px !important;
}
