/*
Theme Name: Beem Child
Description: This is a child theme for Beem Theme
Author: Emanuelis Capas | Papildė Mantas Baltutis
Template: beem
Version: 1.84
*/

/* Hero Section Styles */
.hero-section {
  width: 100%;
  height: 45vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}


.hero-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

/* Increase specificity to override parent theme rules if any */
.hero-section .hero-content h1,
.hero-section .hero-content p {
  text-align: left;
}

/* Team Section Styles */
.team-section {
  padding: 120px 0 100px;
  margin-bottom: -20px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.team-section::before {
  content: "";
  display: block;
  width: 103%;
  height: 107px;
  background: #fff9ef;
  transform: rotate(-182deg);
  position: absolute;
  top: -80px;
  background: transparent;
  border-style: solid;
  border-width: 0 0 107px 0px;
  border-color: transparent transparent #fff9ef transparent;
}

.team-section .page-title {
  text-align: left;
  margin-bottom: 60px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.team-slider-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  scroll-behavior: auto;
}

.team-slider-container:active {
  cursor: grabbing;
}

.team-slider-container::-webkit-scrollbar {
  display: none;
}

.team-slider {
  position: relative;
  overflow: visible;
}

.team-slides {
  display: flex;
  gap: 40px;
  padding-top: 10px;
  /* padding-left: calc(50vw - 50% + 390px); */
  padding-right: 10px;
  padding-left: 10px;
  width: max-content;
  /* min-width: calc(100vw + 400px); */
}

.team-slide {
  flex-shrink: 0;
  width: 200px;
  text-align: center;
}

.team-member {
  background: transparent;
  padding: 0;
  text-align: center;
  transition: transform 0.3s ease;
}

.team-member img {
  border-radius: 8px;
}

.team-member:hover {
  transform: translateY(-4px);
}

.team-photo {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
  background: #e5e7eb;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-info {
  text-align: center;
}

.team-name {
  font-family: 'Montserrat', sans-serif; 
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.team-position {
  font-family: 'Montserrat', sans-serif; 
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.4;
}

.team-phone {
  margin: 0;
}

.team-phone a {
  color: #0192a0;
  font-family: 'Montserrat', sans-serif; 
  text-decoration: none;
  font-weight: 500;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}

.team-phone a:hover {
  color: #0192a0;
  text-decoration: underline;
}

/* Hide navigation elements */
.team-nav,
.team-dots {
  display: none;
}


@media (max-width: 1200px) {
  .team-slides {
    /* padding-left: calc(50vw - 50% + 200px); */
    padding-left: 10px;
    padding-right: 10px;
    gap: 30px;
  }
  
  .team-slide {
    width: 180px;
  }
  
  .team-photo {
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 992px) {
  .team-slides {
    /* padding-left: calc(50vw - 50% + 160px); */
    padding-left: 10px;
    padding-right: 10px;
    gap: 25px;
  }
  
  .team-slide {
    width: 160px;
  }
  
  .team-photo {
    width: 160px;
    height: 160px;
  }
  
  .team-section {
    padding: 50px 0 80px;
  }
  
  .team-section .page-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .team-slides {
    /* padding-left: calc(50vw - 50% + 40px); */
    padding-left: 10px;
    padding-right: 10px;
    gap: 20px;
  }
  
  .team-slide {
    width: 140px;
  }
  
  .team-photo {
    width: 140px;
    height: 140px;
    margin-bottom: 16px;
  }
  
  .team-section {
    padding: 80px 0 60px;
  }
  
  .team-section .page-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  
  .team-name {
    font-size: 1rem;
  }
  
  .team-position {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .team-slide {
    width: 120px;
  }
  
  .team-photo {
    width: 120px;
    height: 120px;
  }
  
  .team-section {
    padding: 80px 0 50px;
  }
  
  .team-name {
    font-size: 0.9rem;
  }
  
  .team-position {
    font-size: 0.8rem;
  }
  
  .team-phone a {
    font-size: 0.8rem;
  }
}

.hero-headline {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-tagline {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    height: 60vh;
    min-height: 500px;
  }
  
  .hero-headline {
    font-size: 24px;
  }
  
  .hero-tagline {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 40vh;
    min-height: 450px;
  }
  
  .hero-headline {
    font-size: 22px;
  }
  
  .hero-tagline {
    font-size: 14px;
  }
}

/* Hero Searchbox Styles */
.hero-searchbox {
  margin: 2rem auto 0;
  width: 100%;
  max-width: 900px;
  position: relative;
}

.hero-search-form {
  width: 100%;
}

.search-container {
  display: flex;
  background: white;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  align-items: center;
  gap: 8px;
}

/* Search Input */
.search-input-wrapper {
  flex: 1;
  position: relative;
  min-width: 0;
}

.hero-search-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 20px;
  font-size: 16px;
  background: transparent;
  color: #333;
}

.hero-search-input::placeholder {
  color: #999;
}

.clear-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Search Suggestions */
.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 8px;
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}

.suggestions-header {
  padding: 16px 20px 8px;
  font-weight: 600;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.suggestions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px;
}

.suggestion-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #e9ecef;
}

.suggestion-tag:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}

.suggestion-title {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.suggestion-count {
  background: #d8b53d;
  color: white;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  text-align: center;
}

/* Location Select */
.location-select-wrapper {
  position: relative;
  min-width: 200px;
}

.location-select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  border-left: 1px solid #e9ecef;
}

.dropdown-arrow {
  transition: transform 0.2s;
  font-size: 12px;
  color: #999;
}

.location-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  margin-top: 8px;
  max-height: 300px;
  overflow-y: auto;
}

.location-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  cursor: pointer;
  transition: background-color 0.2s;
  margin: 0;
}

.location-option:hover {
  background-color: #f8f9fa;
}

.location-option input[type="checkbox"] {
  display: none;
}

.location-name {
  font-weight: 500;
  color: #333;
  flex: 1;
}

.location-count {
  background: #e9ecef;
  color: #666;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
}

/* Filter Button */
.filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #f8f9fa;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.filter-btn:hover {
  background: #e9ecef;
}

.filter-icon {
  font-size: 16px;
}

/* Search Button */
.search-btn {
  background: #181818;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
}

.search-btn svg {
  stroke: white;
}

.search-btn:hover {
  background: #d8b53d;
}

.search-icon {
  font-size: 18px;
  color: white;
}

/* Pobudis dropdown styling */
.pobudis-dropdown {
    position: relative;
    display: inline-block;
}

.pobudis-dropdown .dropdown-header {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 120px;
    font-size: 14px;
}

.pobudis-dropdown .dropdown-header:hover {
    border-color: #0192a0;
}

.pobudis-dropdown .dropdown-arrow {
    transition: transform 0.3s ease;
    font-size: 12px;
    color: #666;
}

.pobudis-dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.pobudis-dropdown .dropdown-option {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.pobudis-dropdown .dropdown-option:hover {
    background-color: #f8f9fa;
}

.pobudis-dropdown .dropdown-option:last-child {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .search-container {
    flex-direction: column;
    padding: 12px;
    border-radius: 20px;
    gap: 12px;
  }
  
  .search-input-wrapper {
    width: 100%;
  }
  
  .location-select-wrapper {
    width: 100%;
    min-width: auto;
  }
  
  .location-select-header {
    border-left: none;
    border-top: 1px solid #e9ecef;
    padding: 16px 20px;
  }
  
  .filter-btn, .search-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-searchbox {
    margin-top: 1.5rem;
  }
  
  .search-container {
    padding: 8px;
  }
  
  .hero-search-input {
    padding: 16px 20px;
    font-size: 16px;
  }
  
  .location-select-header {
    padding: 16px 20px;
  }
  
  .filter-btn, .search-btn {
    padding: 16px 20px;
    font-size: 16px;
  }
}

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

html,
body {
  overflow-x: hidden;
}

body {
  font-family: DM Sans, sans-serif;
}

a {
  -webkit-transition: -webkit-all 0.04s ease;
  transition: -webkit-all 0.04s ease;
  transition: all 0.04s ease;
  transition: all 0.04s ease, -webkit-all 0.04s ease;
}
a:hover {
  -webkit-transition: -webkit-all 0.04s ease;
  transition: -webkit-all 0.04s ease;
  transition: all 0.04s ease;
  transition: all 0.04s ease, -webkit-all 0.04s ease;
}

.pas-content.page-single {
  padding-bottom: 70px;
  margin-top: 110px;
}

.pagination {
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  min-width: 100%;
  padding: 0 15px;
}


.page-template-page-skelbimai .pagination {
  padding: 0;
  margin-top: 22px;
  margin-left: -15px;
  margin-right: -15px;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
  font-family: 'Montserrat', sans-serif!important;
  font-weight: 500!important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a span.gdpr-nav-tab-title, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button span.gdpr-nav-tab-title{
  font-weight: 500!important;
}

.pagination li {
  margin-right: 9px;
}

.pagination li a {
  border: 1px solid #181818;
  width: 40px;
  height: 40px;
  display: block;

  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  /* or 133% */

  text-align: center;
  color: #181818;
  padding: 7px 0;
}

#moove_gdpr_cookie_modal * {
  font-family: Montserrat, sans-serif !important;
}

.page-template-page-skelbimai .pagination li a {
  border-radius: 5px;
}

.pagination li.active a {
  color: #fff;
  background-color: #181818;
}

.pagination li a:hover {
  text-decoration: none;
  color: white;
  background-color: #181818;
}

.pagination li.active a:hover {
  color: #fff;
  background-color: #181818;
}

header {
  height: 70px;
  padding: 21px 0;
  position: fixed;
  z-index: 3;
  background: white;
  top: 0;
  width: 100%;
  box-shadow: 0px 4px 4px rgba(221, 221, 221, 0.25);
}

.admin-bar header {
  top: 30px;
}

header .container {
  display: flex;
}

header .navbar-brand {
  padding: 0;
  margin-right: auto;
}

header .lang-switch {
  display: flex;
  padding-top: 2px;
  margin-bottom: 0;
}

header .lang-switch li {
  margin-left: 15px;
}

header .lang-switch li a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #201c1f;
  padding: 4px 0;
}

header .lang-switch li.current-lang a,
header .lang-switch li a:hover {
  /* background: #ffcc14; */
  text-decoration: none;
  color: #d8b53d;
  font-weight: 600;
}

/* New Mobile Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateY(0);
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
  min-height: 70px;
}

.mobile-logo {
  display: block !important;
  visibility: visible !important;
}

.mobile-logo img {
  max-height: 40px;
  width: auto !important;
  height: auto !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mobile-close-btn {
  font-size: 28px;
  cursor: pointer;
  color: #333;
  line-height: 1;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.mobile-close-btn:hover {
  color: #666;
}

.mobile-menu-body {
  padding: 20px;
}

.mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  border-bottom: 1px solid #eee;
}

.mobile-menu-list a {
  display: block;
  padding: 15px 0;
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

.mobile-menu-list .menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu-list .menu-item-has-children > a::after {
  content: "+";
  font-size: 16px;
  color: #333;
}

.mobile-menu-list .menu-item-has-children.open > a::after {
  content: "−";
}

.mobile-menu-list .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list .menu-item-has-children.open .sub-menu {
  display: block;
}

.mobile-menu-list .sub-menu li {
  border-bottom: 1px solid #eee;
}

.mobile-menu-list .sub-menu a {
  padding: 15px 0 15px 20px;
  font-size: 16px;
  color: #333;
}

.mobile-lang-switch {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.mobile-lang-switch ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.mobile-lang-switch li {
  display: inline-block;
}

.mobile-lang-switch a {
  display: inline-block;
  padding: 8px 16px;
  background: #f8f9fa;
  color: #333;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.mobile-lang-switch a:hover,
.mobile-lang-switch .current-lang a {
  background: #F9B200;
  color: white;
}

@media (max-width: 1199px) {
  .desktop-nav,
  .desktop-lang {
    display: none !important;
  }
  
  .head-nav {
    cursor: pointer;
  }
}

@media (min-width: 1200px) {
  .head-nav {
    display: none !important;
  }
  
  .mobile-menu-overlay {
    display: none !important;
  }
}

#content {
  margin-top: 69px;
}

#main-nav a {
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #201c1f !important;
  padding: 0 12px;
  background: none !important;
}

#main-nav .active > a,
#main-nav .show > a,
#main-nav a:hover {
  color: #d8b53d;
}

#main-nav .dropdown-menu {
  margin-top: 10px;
  padding: 0;
  left: unset;
  right: 0;
  border: none;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
}

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black; /* Adjust color as needed */
  margin-top: 8px;
}

#main-nav .dropdown-menu a {
  padding: 12px 24px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0f2e4a;
}

#main-nav .dropdown-menu a:hover,
#main-nav .dropdown-menu a:active,
#main-nav .dropdown-menu a:focus,
#main-nav .dropdown-menu .active a {
  background: #fff9ef;
  /* color: white; */
  font-weight: 500;
}

section.slider {
  height: 573px;
  /* background-image: url(./img/headeris.png); */
  background: #fefeff;
  background-position: center;
  background-size: cover;
}

footer {
  background: #f5f5f5;
  padding-top: 34px;
}

footer .footer-top {
  padding-bottom: 15px;
}

footer .footer-top ul a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #201c1f;
  display: block;
}

footer .footer-top ul a:hover {
  text-decoration: none;
  /* opacity: 0.7; */
  color: #d8b53d;
}

footer .footer-top ul {
}

footer .footer-top .container {
  /* display: flex; */
  width: 100%;
}

footer .footer-top .container > .row > div {
  width: 22.5%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}

footer .footer-top .container > .row > div.block0 {
  width: 31%;
  padding-right: 80px;
}

footer .footer-top .container > .row > div.block0 img {
  margin-top: 5px;
}

footer .footer-top .container > .row > div.block4 {
  width: 24%;
}

footer .footer-top .container > .row > div h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  display: flex;
  width: 100%;
  margin-top: 0;
  margin-bottom: 14px;
}

footer .footer-top .footer-small-text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #201c1f;
  margin-top: 20px;
  margin-bottom: 9px;
}

footer .footer-top a.tel,
footer .footer-top a.mail,
footer .footer-top .address,
footer .footer-top .address2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  color: #201c1f;
}

footer .footer-top a.tel,
footer .footer-top a.mail,
footer .footer-top .address {
  padding-left: 25px;
  position: relative;
}

footer .footer-top .address2 {
  margin-bottom: 15px;
}

footer .footer-top a.tel:hover,
footer .footer-top a.mail:hover {
  text-decoration: none;
  /* opacity: 0.7; */
  color: #d8b53d;
}

footer .footer-top a.tel {
  margin-right: 10px;
}

footer .footer-top a.tel::before,
footer .footer-top a.mail::before,
footer .footer-top .address::before {
  content: "";
  display: block;
  height: 18px;
  width: 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}

footer .footer-top a.tel::before {
  background-image: url(./img/tel.svg);
}

footer .footer-top a.mail::before {
  background-image: url(./img/mail.svg);
}

footer .footer-top .address::before {
  background-image: url(./img/address.svg);
  background-size: contain;
  top: 9px;
  background-position: center;
}

footer .footer-bottom p {
  border-top: 1px solid #c9c9c9;
  padding-top: 15px;
  padding-bottom: 30px;
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #201c1f;
}

footer .footer-bottom a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #201c1f;
}

footer .footer-bottom a:hover {
  /* opacity: 0.7; */
  color: #fecc15;
  text-decoration: none;
}

.socials {
  display: flex;
}

.nav-modal .socials {
  padding-left: 14px;
  margin-top: 15px;
}

.socials a {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.socials a.fb {
  background-image: url(./img/fb.svg);
}

.socials a.in {
  background-image: url(./img/in.svg);
}

.socials a.ig {
  background-image: url(./img/ig.svg);
}

.socials a.tiktok {
  background-image: url(./img/tiktok.svg);
}

.modal-open {
  padding-right: 0 !important;
}

.modal-open .modal {
  display: flex !important;
}

#imgModal.modal.show {
  padding: 0 !important;
}

#imgModal.modal.show .modal-dialog {
  display: flex;
  /* align-content: center; */
  /* justify-content: center; */
  /* height: 80px; */
  align-items: center;
  max-width: 80%;
  width: 100%;
}

.modal-backdrop {
  background-color: #0000007d !important;
}

#imgModal .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2.5rem;
  font-weight: 500;
  text-shadow: 0 0px 0 #fff;
  opacity: 1;
  color: white;
}

#imgModal .close:hover,
#imgModal .close:active,
#imgModal .close:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
  color: white;
  opacity: 0.7;
}

#imgModal .modal-content {
  border: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
}

#imgModal .modal-body {
  padding: 0;
}

#modalCarousel img {
  margin: auto;
}

#modalCarousel .carousel-item,
#modalCarousel .carousel-inner,
#modalCarousel.carousel {
  height: 100%;
}

#modalCarousel .carousel-item-next,
.carousel-item-prev,
#modalCarousel .carousel-item.active {
  display: flex;
}

.filter-block {
  margin-bottom: 65px;
  display: flex;
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
  padding: 0;
  border: none;
  border-radius: 0;
  height: 36px;
  margin-right: 25px;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: transparent;
  height: 36px;
  border: 1px solid #fff;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 8px 10px;
  color: #181818;
  cursor: pointer;
  box-shadow: 0px 0px 4px rgba(105, 105, 105, 0.1);
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 2px;
  right: 10px;
  width: 20px;
  height: 33px;
  /* border: 6px solid transparent; */
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  background-image: url(./img/dropdown.svg);
  background-size: contain;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  /* border-color: transparent transparent #fff transparent; */
  /* top: 7px; */
}

/* style the items (options), including the selected item: */
/* .select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
} */

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(105, 105, 105, 0.1);
  border-radius: 0px 0px 5px 5px;
  border-top: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #695b66;
  padding: 0 0 6px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items > div {
  cursor: pointer;
  padding: 8px 11px;
}

.select-items div:hover,
.same-as-selected {
  /* background-color: rgba(0, 0, 0, 0.1); */
  /* text-shadow: 0px 0px 0px black; */
  background: #d8b53d33;
  color: #d8b53d;
}


.wpforms-field-large {
  border: 1px solid #d2d2d2 !important; 
  border-radius: 8px !important;
  padding: 11px 11px !important;
  height: auto !important;
  font-family: Montserrat !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 30px !important;
  color: #1e2e4d !important;
}


.form-control {
  background: transparent;
  width: 100%;
  border: none;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 11px 11px;
  height: auto;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1e2e4d;
}

.form-control:focus,
.form-control:active {
  background: transparent;
  box-shadow: none;
  outline: 0;
  border-color: #1e2e4d;
}

.form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1e2e4d;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1e2e4d;
}

.form-control::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #1e2e4d;
}

.wpcf7-form .yl-button {
  margin-top: 14px;
  float: right;
}

.contact-us .wpcf7-form .btn-black {
  height: auto;
  min-width: 157px;
  text-align: center;
  padding: 9px 24px;
  border-style: solid;
  border-color: #181818;
}

.contact-us form {
  margin-top: 5px;
}

.contact-us .naudos {
  padding-top: 0;
}

.contact-us .wpcf7-form .btn-black:hover,
.contact-us .wpcf7-form .btn-black:active,
.contact-us .wpcf7-form .btn-black:focus {
  border-color: #d8b53d;
  box-shadow: none;
  outline: none;
  border-style: solid;
}

.contact-us .wpcf7-form-control-wrap {
  margin-top: 12px;
}

.form-control.wpcf7-not-valid {
  border-color: red;
}

.wpcf7-acceptance input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 24px;
  width: 24px;
  top: 6px;
  left: 0px;
  border: 1px solid #fff;
}

.main-calculate p.star-text {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 14px;
}

.wpcf7-form .wpcf7-list-item-label {
  margin-left: 26px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
  color: #201c1f;
}

.wpcf7-form .wpcf7-list-item-label a {
  text-decoration: underline;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
  color: #201c1f;
}

.wpcf7-form-control-wrap {
  margin-top: 23px;
  display: block;
}

.wpcf7-form label {
  position: relative;
}

.wpcf7-acceptance input[type="checkbox"] {
  /* position: relative; */
  position: absolute;
  visibility: hidden;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 0;
  cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] + span:before {
  top: 1px;
  border-radius: 5px;
  border: 1px solid #1a162c;
  cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] + span:before {
  background: transparent;
}

.wpcf7-acceptance input[type="checkbox"]:checked + span:after {
  visibility: visible;
  cursor: pointer;
}

.wpcf7-acceptance input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 6px;
  left: 0;
  visibility: hidden;
  font-size: 27px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-weight: 300;
  background-image: url(./img/privacycheck.svg);
}

.wpcf7-acceptance input[type="checkbox"] + span:after {
  top: 1px;
  background-color: #ffcc14;
  background-image: url(./img/privacycheck.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

.grecaptcha-badge {
  display: none !important;
}

.page-bottom {
  height: 112px;
  background: #d8b53d;
}

.contact-us .wpcf7-acceptance input[type="checkbox"],
.contact-us .wpcf7-acceptance input[type="checkbox"] + span:before,
.contact-us .wpcf7-acceptance input[type="checkbox"] + span:after {
  width: 18px;
  height: 18px;
  top: 2px;
}

.page-bottom > .container {
  display: flex;
  justify-content: center;
}

.page-bottom a {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  display: block;
  text-align: center;
  padding-top: 34px;
  padding-left: 59px;
  position: relative;
}

.page-bottom a::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  background-image: url(./img/fb-yl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 40px;
}

.page-bottom.ln a::before {
  background-image: url(./img/ln-yl.svg);
}

.page-bottom a:hover {
  text-decoration: none;
}

.page-bottom.rekomenduok {
  height: auto;
}

.page-bottom.rekomenduok span {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.page-bottom.rekomenduok .container > span {
  padding-top: 40px;
  padding-bottom: 32px;
}

.page-bottom.rekomenduok span a {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  padding-left: 0;
}

.page-bottom.rekomenduok span a::before {
  display: none !important;
}

.page-bottom.rekomenduok span > span {
  color: #000000;
}

.sub-form {
  background: #ffffff;
  height: 213px;
  display: flex;
  align-items: center;
}

.sub-form > .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.sub-form .text-block {
  max-width: 500px;
  display: flex;
  flex-direction: column;
}

.sub-form .text-block h3 {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  margin-bottom: 8px;
}

.sub-form .text-block p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
}

.sub-form form {
  width: 598px;
  display: flex;
  align-items: center;
}

.sub-form .wpcf7-form-control-wrap {
  margin-top: 12px;
}

.sub-form .wpcf7-form .wpcf7-list-item-label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  cursor: pointer;
  color: #201c1f;
}

.sub-form .wpcf7-form .wpcf7-list-item-label a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #201c1f;
  text-decoration: underline;
}

.sub-form .wpcf7-form .message_email {
  display: flex;
  justify-content: flex-end;
}

.sub-form .wpcf7-form .yl-button {
  height: 55px;
  width: 232px;
  background: #181818;
  border-radius: 8px;
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 7px;
  margin: 0;
  border-color: #000;
}

.sub-form .wpcf7-form .yl-button:hover {
  background: #d8b53d;
  /* border-color: #D8B53D; */
  border: none;
}

.sub-form .form-control {
  height: 55px;
  background: #fafafa;
  /* btn */
  width: 380px;
  border: 1px solid #181818;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #000;
  padding-left: 26px;
  margin-bottom: 0;
  margin-right: -15px;
}

.sub-form .wpcf7-acceptance input[type="checkbox"] + span:before {
  width: 18px;
  height: 18px;
  background: #fafafa;
  border: 1px solid #181818;
  border-radius: 5px;
  top: 2px;
}

.sub-form .wpcf7-acceptance input[type="checkbox"],
.sub-form .wpcf7-acceptance input[type="checkbox"] + span:before,
.sub-form .wpcf7-acceptance input[type="checkbox"] + span:after {
  top: 2px;
}

.wpcf7-acceptance input[type="checkbox"] + span:after {
  background-color: transparent;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url(./img/check_sub.svg);
  background-position: center;
}

.sub-form .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  top: 2px;
}

.sub-form .wpcf7-form .wpcf7-list-item-label {
  margin-left: 26px;
}

.sub-form .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #aeaeae;
}

.sub-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #aeaeae;
}

.sub-form .form-control::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #aeaeae;
}

p#breadcrumbs {
  margin-top: 30px;
  margin-bottom: 50px;
}

p#breadcrumbs span,
p#breadcrumbs a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #201c1f;
}

i.sep {
  background-image: url(./img/bsep.svg);
  background-repeat: no-repeat;
  height: 9px;
  width: 8px;
  margin-right: 0px;
  margin-left: 4px;
  display: inline-block;
}

.yl-background {
  background: #fff9ef;
}

.page-title {
  padding-left: 30px;
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  position: relative;
}

.page-title::before {
  display: block;
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  background-image: url(./img/title_background.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 82px;
  width: 85px;
}

.blog-loop {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.blog-loop .post-object {
  width: 33.33%;
  padding: 0 15px;
}

.blog-loop .post-object .img-block {
  width: 100%;
  height: 227px;
  overflow: hidden;
}

.blog-loop .post-object .img-block img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0px 0px 1.5px rgba(38, 61, 78, 0.15),
    0px 1px 2px rgba(38, 61, 78, 0.1);
  object-fit: cover;
}

.blog-loop .post-object span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
  height: 54px;
  margin-bottom: 30px;
  margin-top: 10px;
  display: block;
}

.blog-loop .post-object a:hover {
  text-decoration: none;
}

.blog-loop .post-object a:hover span {
  opacity: 0.7;
}

.projects-loop {
  padding: 0px 0 30px;
}

.projects-loop .container {
  display: flex;
  flex-direction: column;
}

.projects-loop a.more-blog {
  margin-left: auto;
  margin-bottom: 20px;
  margin-top: -23px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.03em;
  color: #1a162c;
  position: relative;
}

.projects-loop a.more-blog:hover {
  opacity: 0.7;
  text-decoration: none;
}

.single-block {
  max-width: 769px;
  margin: -15px auto 0;
}

.single-block .post-image {
  width: 100%;
  height: 351px;
  overflow: hidden;
  margin-bottom: 32px;
}

.single-block .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 2.30617px rgba(38, 61, 78, 0.15),
    0px 1.53744px 3.07489px rgba(38, 61, 78, 0.1);
  border-radius: 12.2996px;
}

.single-block {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #201c1f;
}

.single-block p {
  margin-bottom: 20px;
}

.page-template-page-front .projects-loop {
  position: relative;
  margin-top: 107px;
  padding-top: 60px;
}

.page-template-page-front .projects-loop::before {
  content: "";
  display: block;
  width: 103%;
  height: 107px;
  background: #fff9ef;
  transform: rotate(-182deg);
  position: absolute;
  top: -30px;
  background: transparent;
  border-style: solid;
  border-width: 0 0 107px 0px;
  border-color: transparent transparent #fff9ef transparent;
}

.naudos {
  /* height: 1200px; */
  padding-top: 60px;
  position: relative;
}

.naudos::before {
  content: "";
  display: block;
  width: 103%;
  height: 107px;
  background: #fff;
  transform: rotate(-182deg);
  position: absolute;
  top: -30px;
  background: transparent;
  border-style: solid;
  border-width: 0 0 107px 0px;
  border-color: transparent transparent #fff transparent;
}

.naudos.eng-cont {
  padding-top: 68px;
  padding-bottom: 130px;
}

.naudos.eng-cont ul {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
}

.naudos.eng-cont ul li {
  width: 33.3%;
  height: 140px;
  padding: 0 15px;
}

.naudos.eng-cont ul li .list-inner {
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.naudos.eng-cont ul li .list-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.4s cubic-bezier(0.4, 0.09, 0.18, 0.99);
  margin: auto;
  height: 4px;
  background: #d8b53d;
  border-radius: 0px 0px 10px 8px;
}
.naudos.eng-cont ul li .list-inner:hover::before,
.naudos.eng-cont ul li.active .list-inner::before {
  width: calc(100%);
}
.naudos.eng-cont ul li .list-inner img {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.naudos.eng-cont ul li .list-inner span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */

  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}

.naudos.eng-cont ul li.active .list-inner span {
  color: #d8b53d;
  /* font-weight: 600; */
}

.naudos.eng-cont ul li .list-inner i {
  width: 12.49px;
  height: 7.68px;
  background-image: url(./img/naud_path.svg);
}

.naudos.eng-cont ul li.active .list-inner i {
  background-image: url(./img/naud_path2.svg);
}

.main-calculate {
  padding-top: 60px;
  position: relative;
}

.main-calculate::before {
  content: "";
  display: block;
  width: 103%;
  height: 107px;
  background: #fff;
  transform: rotate(-182deg);
  position: absolute;
  top: -30px;
  background: transparent;
  border-style: solid;
  border-width: 0 0 107px 0px;
  border-color: transparent transparent #fff transparent;
}

.naudos.eng-cont::before {
  display: none;
}

.naudos .naud-block {
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.naudos .naud-block h3 {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 55px;
  margin-bottom: 8px;
  color: #201c1f;
}

.naudos .naud-block p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
  max-width: 500px;
  margin-bottom: 30px;
}

.naudos .col-md-6 {
  display: flex;
  align-content: center;
  align-items: center;
}

.naudos img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.naudos .naud-image {
  position: relative;
  width: 570px;
  height: 336px;
}

.naudos .naud-image.naudimg1::before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 287.96px;
  background-image: url(./img/naud1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -56px;
  bottom: -32px;
}

.naudos .naud-image.naudimg1::after {
  content: "";
  display: block;
  position: absolute;
  width: 149px;
  height: 155.3px;
  background-image: url(./img/naud2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -26px;
  top: -20px;
}

.naudos .naud-image.naudimg2::before {
  content: "";
  display: block;
  position: absolute;
  width: 149px;
  height: 155.3px;
  background-image: url(./img/naud2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: -25px;
  bottom: -22px;
}

.naudos .naud-image.naudimg2::after {
  content: "";
  display: block;
  position: absolute;
  width: 251.08px;
  height: 241px;
  background-image: url(./img/naud3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -55px;
  top: -26px;
}

.btn-black {
  height: 48px;
  padding: 12px 24px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  background: #181818;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

.btn-black:hover {
  background: #d8b53d;
  text-decoration: none;
  color: white;
}

.flex-end {
  justify-content: flex-end;
}

.main-top {
  min-height: 583px;
  position: relative;
  padding-top: 60px;
}

.main-top h1 {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  margin-bottom: 16px;
}

.main-top p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #201c1f;
  margin-bottom: 30px;
  max-width: 570px;
}

.main-top .topform-image {
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(./img/header_back.svg);
  height: 643px;
  width: 40%;
  /* z-index: 1; */
  background-repeat: no-repeat;
  background-position: left bottom;
}

.main-top .topform-image img {
  position: relative;
  top: -1px;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: none;
  object-position: left;
  left: 0;
}

.page-template-page-rekomenduok .main-top .topform-image img {
  top: -5px;
}

.main-top .topform-image.activated img {
  display: none;
}

.main-top .topform-image.activated img.active {
  display: block;
}

.page-template-page-front
  .main-top
  .topform-image.activated
  img#nuotrauka_virsuje_2 {
  height: calc(100% - -3px);
}

.page-template-page-front-en
  .main-top
  .topform-image.activated.eng-cont
  img#nuotrauka_virsuje_2 {
  height: calc(100% - 15px);
}

.page-template-page-front-en
  .main-top
  .topform-image.activated.eng-cont
  img#nuotrauka_virsuje {
  top: 0;
}

.page-template-page-skelbimai .main-top .topform-image img {
  top: 0;
}

/* .main-top .topform-image::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(./img/main_top_round.svg);
  width: 300px;
  height: 287.96px;
  background-size: contain;
  top: 262px;
  left: 15px;
}

.main-top .topform-image::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(./img/main_top_round.svg);
  width: 300px;
  height: 287.96px;
  background-size: contain;
  top: 167px;
  left: 120px;
} */

.page-template-page-front .main-top .topform-image img {
  height: calc(100% - 15px);
}

.rekvizitai-section {
  background: #fff9ef;
  padding: 83px 0 70px;
}

.rekvizitai-section .rekvizitai-block {
  display: flex;
  flex-direction: column;
}

.rekvizitai-section .rekvizitai-block div.simple {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #201c1f;
}

.rekvizitai-section .rekvizitai-block a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  color: #201c1f;
  padding-left: 25px;
  position: relative;
}

.rekvizitai-section .rekvizitai-block .address {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  color: #201c1f;
  padding-left: 25px;
  position: relative;
}

.rekvizitai-section .rekvizitai-block a::before,
.rekvizitai-section .rekvizitai-block .address::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 15px;
  background-size: contain;
}

.rekvizitai-section .rekvizitai-block a.tel::before {
  background-image: url(./img/tel.svg);
}

.rekvizitai-section .rekvizitai-block a.mail::before {
  background-image: url(./img/mail.svg);
}

.rekvizitai-section .rekvizitai-block .address::before {
  background-image: url(./img/address.svg);
  top: 12px;
  height: 16px;
}

.rekvizitai-section .rekvizitai-block .address2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  color: #201c1f;
}

.rekvizitai-section .map-item span {
  height: auto;
  width: 100%;
  display: block;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  padding: 16px 16px 12px;
  margin-top: -6px;
}

.page-template-page-apie .main-top .topform-image img {
  top: -3px;
}

.main-top .kont-block {
  display: flex;
  flex-wrap: wrap;
}

.main-top .kont-block .block {
  width: 270px;
  height: 200px;
  left: 215px;
  top: 435px;
  background: #fff9ef;
  border-radius: 5px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.main-top .kont-block .block span {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  color: #d8b53d;
  margin-bottom: 2px;
}

.main-top .kont-block .block a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  color: #201c1f;
  padding-left: 25px;
  position: relative;
}

.main-top .kont-block .block a:hover {
  text-decoration: none;
  color: #d8b53d;
}

.main-top .kont-block .block a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  top: 15px;
  background-size: contain;
}

.main-top .kont-block .block a.tel::before {
  background-image: url(./img/tel.svg);
}

.main-top .kont-block .block a.mail::before {
  background-image: url(./img/mail.svg);
}

.rekvizitai-section .map-loop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.contact-us {
  padding: 86px 0 76px;
}

.contact-us p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
	/* margin-top: -30px; */
  margin-bottom: 63px;
}

#filter-prj {
  display: flex;
  flex-wrap: wrap;
}

.filter-element {
  width: 192px;
  margin-right: 17px;
}

.projects-filter {
  padding: 80px 0 37px;
}

#filter-prj .btn-black {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border-style: solid;
  padding: 7px 40px;
  height: 39px;
  border: none;
}

#filter-prj .btn-black:hover,
#filter-prj .btn-black:focus,
#filter-prj .btn-black:active {
  outline: none;
  box-shadow: none;
  border-style: solid;
  border: none;
}

section.skelbimai {
  padding: 60px 0 100px;
  margin-bottom: -20px;
}

.skelbimas-item {
  height: 143px;
  background-color: white;
  padding: 24px 24px 20px 16px;
  width: 100%;
  margin-bottom: 22px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.skelbimas-item.rekban {
  background: #ffffff;
  border: 1px dashed #000000;
  box-sizing: border-box;
  border-radius: 8px;
}

.skelbimas-item .ikona {
  width: 130px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.skelbimas-item .ikona img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.skelbimas-item .ikona span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}

.skelbimas-item .pavadinimas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.skelbimas-item.rekban .pavadinimas {
  justify-content: center;
}

.skelbimas-item.rekban .pavadinimas p {
  margin-bottom: 0;
}

.skelbimas-item .pavadinimas h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #201c1f;
  max-width: 550px;
}

.skelbimas-item .pavadinimas h3 a {
  color: #201c1f;
  margin-right: 10px;
}

.skelbimas-item .pavadinimas h3 a:hover {
  color: #201c1f;
  text-decoration: none;
}

.skelbimas-item.rekban .pavadinimas h3 {
  margin-bottom: 13px;
}

.skelbimas-item span.auksinis {
  background: #d8b53d;
  border-radius: 8px;
  padding: 2px 10px;
  font-family: Karla, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #201c1f;
  text-transform: uppercase;
  position: relative;
  top: -8px;
}

.skelbimas-item .pavadinimas > span {
  display: flex;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #201c1f;
  position: relative;
  padding-left: 20px;
}

.skelbimas-item .pavadinimas > span::before {
  content: "";
  background-image: url(./img/address.svg);
  background-size: contain;
  top: 9px;
  background-position: center;
  width: 14.95px;
  height: 19.25px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.skelbimas-item .pavadinimas > span .bonusu-tekstas {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #d8b53d;
  margin-left: 10px;
  position: relative;
  padding-left: 25px;
}

.skelbimas-item .pavadinimas > span .bonusu-tekstas::before {
  content: "";
  background-image: url(./img/giftbox.svg);
  background-size: contain;
  top: 9px;
  background-position: center;
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}

.skelbimas-item .kaina {
  width: 195px;
  margin-left: auto;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #201c1f;
  position: relative;
  padding-left: 32px;
}

.skelbimas-item .kaina::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./img/money.svg);
}

.skelbimas-item.rekban .kaina {
  color: #d8b53d;
}

.skelbimas-item.rekban .kaina::before {
  background-image: url(./img/giftbox.svg);
}

.skelbimai .main-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 38px;
}

.skelbimai .main-filter li {
  margin-right: 16px;
  position: relative;
}

.skelbimai .main-filter li a {
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  height: 53px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #201c1f;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
}

.skelbimai .main-filter li a:hover {
  text-decoration: none;
  border-radius: 8px 8px 2px 2px;
}

.skelbimai .main-filter li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  transition: all 0.4s cubic-bezier(0.4, 0.09, 0.18, 0.99);
  margin: auto;
  height: 2px;
  background: #d8b53d;
  border-radius: 0px 0px 10px 8px;
}

.skelbimai .main-filter li:hover a::before {
  width: calc(100%);
}

.header-buttons {
  display: flex;
  background: #fafafa;
  border-radius: 10px;
  width: 100%;
  padding: 11px;
}

.header-buttons .button-head {
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  border-radius: 10px;
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  color: #201c1f;
  text-align: center;
  width: 100%;
  margin-right: 5px;
  padding: 19px 0 14px;
  height: 72px;
  cursor: pointer;
}

.header-buttons .button-head.active {
  background: #d8b53d;
  color: white;
  border-color: #d8b53d;
}

.header-buttons .button-head:hover {
  border-color: #d8b53d;
  color: #d8b53d;
}

.header-buttons .button-head.active:hover {
  color: white;
}

.header-buttons .button-head:last-of-type {
  margin-right: 0;
}

.buttons-container {
  display: none;
  margin-top: 102px;
}

.buttons-container.active {
  display: flex;
}

.buttons-container .but-head {
  background: #d8b53d;
  border-radius: 8px;
  height: 85px;
  width: 33.33%;
  margin: 0 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #d8b53d;
}

.buttons-container .but-head:hover {
  background: #fafafa;
  border: 1px solid #d8b53d;
  text-decoration: none;
  color: #d8b53d;
}

.buttons-container .but-head::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -48px;
}

.buttons-container .but-head.btn1::before {
  background-image: url(./img/btn1.svg);
}

.buttons-container .but-head.btn2::before {
  background-image: url(./img/btn2.svg);
}

.buttons-container .but-head.btn3::before {
  background-image: url(./img/btn3.svg);
}

.buttons-container .but-head.btn4::before {
  background-image: url(./img/btn4.svg);
}

.buttons-container .but-head.btn5::before {
  background-image: url(./img/btn5.svg);
}

.buttons-container .but-head.btn6::before {
  background-image: url(./img/btn6.svg);
}

.buttons-container .but-head.btn7::before {
  background-image: url(./img/btn7.svg);
}

.buttons-container.eng-cont .but-head {
  width: 50%;
}

.buttons-container.eng-cont2 {
  margin-top: 41px;
}

.buttons-container.eng-cont2 .but-head {
  width: 100%;
}

.rek-forma {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wpcf7-recomend h4 {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  margin-bottom: 5px;
}

.wpcf7-recomend h4.yl-text {
  color: #d8b53d;
  margin-left: 10px;
}

.wpcf7-recomend .wpforms-submit-container {
  display: flex !important;
}

.wpcf7-recomend .wpforms-container .wpforms-submit-container {
  padding: 5px 0 0 0;
}

.wpcf7-recomend div.wpforms-container-full {
  margin: 10px auto 0 auto;
}

.wpcf7-recomend .wpforms-container .wpforms-field {
  padding: 0px 0 20px !important;
}

.wpcf7-recomend .wpforms-field-large {
  width: 97% !important;
}

.wpcf7-recomend .btn-black {
  border: none !important;
  height: 48px !important;
  padding: 11px 39px !important;
  margin-right: 30px !important;
  font-family: Montserrat !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  background: #181818 !important;
  border-radius: 8px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: white !important;
}

.btn-black:hover {
  background: #d8b53d !important;
  text-decoration: none !important;
  color: white !important;
}

.wpcf7-recomend .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #201c1f;
}

.wpcf7-recomend .wpcf7-list-item-label a {
  position: relative;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #201c1f;
  text-decoration: underline;
}

.wpcf7-acceptance input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] + span:before,
.wpcf7-acceptance input[type="checkbox"] + span:after {
  width: 18px;
  height: 18px;
  top: -3px;
}

.wpcf7-recomend .wpcf7-form-control-wrap {
  margin-top: 14px;
}

.wpcf7-recomend .wpcf7-acceptance input[type="checkbox"] {
  left: 18px;
}

.wpcf7-recomend p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 16px;
  margin-top:  0 !important;
  margin-bottom: 1rem !important;
  color: #8a8a8a;
}

.wpcf7-recomend .form-control.wpcf7-not-valid {
  border-color: red;
}

h3.premijos-tekstas {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #201c1f;
  padding-left: 86px;
  position: relative;
  max-width: 520px;
  margin-bottom: 45px;
}

h3.premijos-tekstas span {
  font-weight: bold;
}

h3.premijos-tekstas::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  background-image: url(./img/rekgift.svg);
}

ul.reklist {
  display: flex;
  flex-direction: column;
}

ul.reklist > li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #201c1f;
  margin-bottom: 25px;
}

ul.reklist > li span {
  color: #d8b53d;
  font-weight: bold;
  width: 20px;
  display: block;
  float: left;
}

.darbai {
  display: none;
}

.darbai.active {
  display: flex;
}

.darbai img {
  width: 50%;
  margin-right: 15px;
  height: 263px;
  object-fit: cover;
}

.darbai .darbai-content {
  /* width: 50%; */
  /* margin-left: 15px; */
}

.darbai .darbai-content ul {
  display: block;
  margin: 0;
  padding: 0;
}

.darbai .darbai-content ul li {
  list-style-type: disc;
  height: auto;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.darbai .main-label {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201C1F;
}

.darbai .darbai-content p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
}

.darbai .darbai-content ul {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
  padding-left: 20px;
}

.main-calculate {
  padding-bottom: 75px;
}

.main-calculate .wpcf7-not-valid {
  border-color: red!important;
}

.main-calculate ::-webkit-input-placeholder {
  /* Edge */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: left;

  color: #777777;
}

.main-calculate :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-align: left;

  color: #777777;
}

.main-calculate ::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */

  text-align: left;
  color: #777777;
}

.main-calculate p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
  margin-bottom: 40px;
}

.main-calculate label {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1e2e4d;
}

.main-calculate .form-control {
  background: #ffffff;
  border: 1px solid #021d49;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  padding-left: 30px;
}

.main-calculate .btn-black {
  width: 100%;
  text-align: center;
  margin-top: 0;
  border: none;
  height: 52px;
}

.main-calculate ul.list-text {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 13px;
  padding-left: 30px;
}

.main-calculate ul.list-text li {
  width: 50%;
  padding-left: 34px;
  position: relative;
  font-family: Montserrat;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 27px;
color: #201C1F;
padding-top: 17px;
padding-bottom: 17px;
}

.main-calculate ul.list-text li::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  top: 22px;
  background-image: url(./img/calculator-check.svg);
}

.certs {
  padding: 70px 0;
}

.certs ul {
  display: flex;
  justify-content: center;
}

.certs ul li {
  background: #ffffff;
  border-radius: 8px;
  height: 54px;
  margin: 0 15px;
  padding: 12px;
  display: flex;
}

.certs ul li i {
  width: 38px;
  height: 30px;
  display: block;
  background-image: url(./img/certs.svg);
}

.certs ul li span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  margin-left: 10px;
  color: #201c1f;
}

.industries {
  padding: 80px 0 80px;
}

.industries ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.industries ul li {
  width: 33.33%;
  padding: 30px 15px;
  height: 257px;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0px 0px 1.5px rgba(38, 61, 78, 0.15)),
    drop-shadow(0px 1px 2px rgba(38, 61, 78, 0.1));
}

.industries ul li .ind-inner {
  background: #fff9ef;
  border-radius: 8px;
  height: 201px;
  min-height: 201px;
  padding: 27px 16px;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 100%;
  /* width: 100%; */
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  box-shadow: 0px 1px 2px rgb(38 61 78 / 10%);
  overflow: hidden;
}

.industries ul li .ind-inner::after {
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  background: linear-gradient(
    360deg,
    #fff9ef 0%,
    rgba(255, 249, 239, 0.91) 57.28%,
    rgba(255, 249, 239, 0) 100%
  );
  border-radius: 5px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  z-index: 1;
  position: absolute;
  height: 102.88px;
  left: 0;
}

.industries ul li .ind-inner::before {
  content: "";
  display: block;
  bottom: 20px;
  width: 28.74px;
  height: 16.85px;
  background-image: url(./img/naud_path2.svg);
  position: absolute;
  left: 48%;
  /* right: 50%; */
  margin: auto;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

.industries ul li.active .ind-inner::before {
  transform: rotate(180deg);
}

.industries ul li.active {
  overflow: visible;
}

.industries ul li.active .ind-inner {
  height: auto;
  z-index: 2;
}

.industries ul li.active .ind-inner::after {
  display: none;
}

.industries ul li .ind-inner .name {
  display: flex;
}

.industries ul li .ind-inner .name img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 20px;
}

.industries ul li .ind-inner .name span {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  color: #181818;
}

.industries ul li .ind-inner p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  /* or 150% */

  color: #201c1f;
}

.contact-us.eng-cont {
  position: relative;
  padding: 86px 0 76px;
}

.contact-us.eng-cont .naudos::before {
  display: none;
}

.contact-us.eng-cont::before {
  content: "";
  display: block;
  width: 103%;
  height: 107px;
  background: #fff;
  transform: rotate(-182deg);
  position: absolute;
  top: -30px;
  background: transparent;
  border-style: solid;
  border-width: 0 0 107px 0px;
  border-color: transparent transparent #fff transparent;
}

.contact-us.eng-cont .form-control {
  background: white;
  padding: 10px 11px;
}

.page-template-page-darbdaviams .main-top .topform-image img,
.page-template-page-darbdaviams-en .main-top .topform-image img {
  top: -9px;
}

.dab-naudos {
  padding: 58px 0 10px;
}

.dab-naudos ul {
  display: flex;
}

.dab-naudos ul li {
  width: 33.33%;
  padding: 0 15px;
}

.dab-naudos ul li .dab-inner {
  height: 207px;
  background: #ffffff;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 4px solid #d8b53d;
  padding: 25px 10px 15px;
}

.dab-naudos ul li .dab-inner .intext {
  display: flex;
  align-items: center;
}

.dab-naudos ul li .dab-inner .intext img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 16px;
}

.dab-naudos ul li .dab-inner .intext span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #201c1f;
}

.dab-naudos ul li .dab-inner p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #201c1f;
  margin-top: 15px;
}

.paslaugos {
  padding: 58px 0 70px;
}

.procesas {
  padding: 83px 0 50px;
}

.paslaugos ul.tab {
  margin: 0;
  padding: 0;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.paslaugos ul.tab li {
  cursor: pointer;
  padding: 0 15px;
  width: 100%;
  width: -moz-available; /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.paslaugos ul.tab li .list-inner {
  background: #eeeded;
  border-radius: 5px 5px 0px 0px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paslaugos ul.tab li.active .list-inner {
  background: #ffffff;
}

.paslaugos ul.tab li .list-inner img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.paslaugos ul.tab li .list-inner span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #181818;
}

.paslaugos .darbai {
  background: #ffffff;
  padding: 24px 20px;
}

.paslaugos .darbai {
  flex-direction: column;
}

.paslaugos .darbai .paslaugos-content {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  /* or 169% */

  margin-bottom: 57px;
  color: #201c1f;
}

.paslaugos .darbai ul.paslaugos-naudos {
  display: flex;
}

.paslaugos .darbai ul.paslaugos-naudos li {
  width: 33.33%;
  margin-right: 50px;
  border-bottom: 4px solid #d8b53d;
  border-radius: 0px 0px 4px 4px;
  /* height: 185px; */
}

.paslaugos .darbai ul.paslaugos-naudos li:last-of-type {
  margin-right: 0;
}

.paslaugos .darbai ul.paslaugos-naudos .paslaugos-naudos-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.paslaugos .darbai ul.paslaugos-naudos .paslaugos-naudos-inner i {
  width: 54px;
  min-width: 54px;
  height: 54px;
  background-image: url(./img/confirmation.svg);
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.paslaugos .darbai ul.paslaugos-naudos .paslaugos-naudos-inner span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
}

.paslaugos .darbai ul.paslaugos-naudos li p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #201c1f;
  margin-top: 15px;
}

.procesas ul {
  display: flex;
  margin: 0;
}

.procesas ul li {
  width: 25%;
  position: relative;
}

.procesas ul li .counter {
  width: 105px;
  height: 105px;
  background: #d8b53d;
  border-radius: 50%;
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 0;
  margin: 0 auto 24px;
}

.procesas ul li span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #201c1f;
  text-align: center;
  /* display: flex; */
  /* flex-wrap: wrap; */
  display: block;
}

.procesas ul li::after {
  content: "";
  width: 114px;
  height: 100px;
  display: block;
  position: absolute;
  top: 3px;
  right: -55px;
}

.procesas ul li:nth-of-type(1)::after {
  background-image: url(./img/proarrow.svg);
}

.procesas ul li:nth-of-type(2)::after {
  background-image: url(./img/proarrow2.svg);
}

/* Ypatybes Tags Styles */
.ypatybes-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.ypatybes-tags .auksinis {
  display: inline-flex;
  align-items: center;
  padding: 14px 10px;
  border-radius: 8px;
}

.ypatybes-tags .auksinis .icon-wrapper {
  display: inline-flex;
  width: 16px;
  margin-right: 4px;
  overflow: hidden;
}

/* Ypatybes Tags mobile */
@media (max-width: 768px) {
  .ypatybes-tags {
    justify-content: left;
  }
  .ypatybes-tags .auksinis .text-wrapper {
    font-size: 11px;
  }
  .ypatybes-tags .auksinis .icon-wrapper {
    width: 12px;
    margin-right: 2px;
  }
}


/* Salary and Apply Button Layout */
.kaina .salary-info {
  margin-bottom: 15px;
  display: block;
}

/* Mobile spacing for salary and button */
@media (max-width: 768px) {
  .kaina .salary-info {
    margin-bottom: 18px;
  }
  
  .skelbimas-item .kaina {
    display: flex;
    flex-direction: column;
  }
}

.procesas ul li:nth-of-type(3)::after {
  background-image: url(./img/proarrow.svg);
}

.procesas ul li:last-of-type::after {
  display: none;
}

[id]::before {
  /* content: ""; */
  /* display: block; */
  /* height: 120px; */
  /* margin-top: -120px; */
  /* visibility: hidden; */
}

.page-template-page-front-en .contact-us.eng-cont::before {
  top: -100px;
}

.page-template-page-darbdaviams-en .main-calculate {
  padding-top: 103px;
}

.page-template-page-darbdaviams-en .paslaugos {
  padding: 68px 0 22px;
}

.page-template-page-darbdaviams-en .paslaugos .darbai {
  min-height: 325px;
}

.page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks {
  position: static;
}

.page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks img {
  width: 267.51px;
  height: 225.93px;
  position: absolute;
  right: 87px;
  bottom: 0;
  z-index: 1;
}

.page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(./img/delivery-girl.svg);
  right: 80px;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 0;
  width: 201.35px;
  height: 193.27px;
  background-size: contain;
}

.page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 160%;
  color: #d8b53d;
  margin-top: 30px;
  display: block;
  text-align: center;
}

.page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks a:hover {
  text-decoration: none;
}

.page-template-page-darbdaviams-en .contact-us.eng-cont {
  padding: 86px 0 76px;
}

.paslaugos .procesas {
  padding-top: 20px;
}

.page-template-page-darbdaviams-en .contact-us.eng-cont::before {
  display: none;
}

.main-calculate .form-results {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.main-calculate .form-results > li {
  width: 100%;
  border-bottom: 1px solid #181818;
  display: flex;
  padding: 17px 17px 13px;
}

.main-calculate .form-results > li .name {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1e2e4d;
  margin-right: auto;
}

.main-calculate .form-results > li .name.strong {
  font-weight: 600;
}

.main-calculate .form-results > li .hours {
  min-width: 140px;
  display: flex;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}
.main-calculate .form-results > li .month {
  min-width: 170px;
  display: flex;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

.main-calculate .form-results > li span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */

  color: #777777;
  margin-left: 5px;
}

.main-calculate .form-results > li .value {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1e2e4d;
}

.yl2-background {
  background: #fff9ef;
}

.skelbimas-title {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  text-transform: uppercase;
  color: #201c1f;
  margin-bottom: 28px;
}

.skelb-block {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 14px;
}

.skelb-block ul.uzm {
  margin-bottom: 37px;

}

.skelb-block ul.uzm li {
  width: 100%;
  display: flex;
  margin-bottom: 16px;
  position: relative;
  /* padding-left: 32px; */
}

#breadcrumbs.back a {
  padding-left: 10px;
  position: relative;
}

#breadcrumbs.back a:hover {
  text-decoration: none;
  color: #d8b53d;
}

#breadcrumbs.back a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 8.3px;
  width: 5.11px;
  top: 7px;
  background-image: url(./img/backar.svg);
}

.sk-content .naudos {
  padding: 0;
}

.sk-content .naudos::before {
  display: none;
}

.sk-content .naudos .naud-image {
  max-width: 100%;
  height: 281.84px;
  margin-bottom: 20px;
}

.sk-content .naudos .naud-image.naudimg1::before {
  width: 177.41px;
  height: 170.29px;
  left: -25px;
  bottom: -13px;
}

.sk-content .form-control {
  background: white;
}

.sk-content form {
  margin-left: -15px;
  margin-right: -15px;
}

.sk-content .btn-black {
  width: 100%;
  border: none;
}

.sk-content .wpcf7-form-control-wrap {
  margin-top: 11px;
}

.sk-content .wpcf7-acceptance input[type="checkbox"],
.sk-content .wpcf7-acceptance input[type="checkbox"] + span:before,
.sk-content .wpcf7-acceptance input[type="checkbox"] + span:after {
  top: 3px;
}

.skelb-block ul.uzm li i {
  /* position: absolute; */
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  /* background- */
  margin-right: 10px;
}

.skelb-block ul.uzm li.money i {
  background-image: url(./img/skmoney.svg);
}

.skelb-block ul.uzm li.location i {
  background-image: url(./img/sklocation.svg);
}

.skelb-block ul.uzm li.sriti i {
  background-image: url(./img/sksriti.svg);
}
.skelb-block ul.uzm li.time i {
  background-image: url(./img/sktime.svg);
}

.skelb-block ul.uzm li .text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #201c1f;
  margin-right: 6px;
}

.skelb-block ul.uzm li span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #201c1f;
}

.skelb-block h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height, or 150% */

  margin-bottom: 13px;
  color: #201c1f;
}

.skelb-block h6 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height, or 150% */

  margin-bottom: 13px;
  color: #201c1f;
}

.skelb-block ul.skbullets {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: #201c1f;
  list-style: disc;
  padding-left: 26px;
  margin-bottom: 15px;
}

.skelb-block ul.skbullets li {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  color: #201c1f;
}

.sk-content .uploaded_file {
  margin-bottom: 15px;
}

.sk-content .uploaded_file label {
  margin-right: 5px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  /* identical to box height, or 187% */

  text-decoration-line: underline;

  color: #1e2e4d;
}

.sk-content {
  padding-bottom: 51px;
}

.skelb-parag {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #201c1f;
  margin-bottom: 15px;
}

.apie-tikslai {
  padding: 167px 0 100px;
}

.apie-tikslai .text-container {
  background-image: url(./img/apie-tikslai.svg);
  width: 969px;
  height: 435px;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
}

.apie-tikslai .text-container > div > h5 {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 33.06px;
  line-height: 51px;
  color: #201c1f;
  margin-bottom: 0;
  text-transform: uppercase;
}

.apie-tikslai .text-container > div > p {
  max-width: 383px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #201c1f;
}

.apie-tikslai .text-container > div.txt1 {
  position: absolute;
  top: 92%;
  bottom: 100%;
  margin: auto;
  display: block;
}

.apie-tikslai .text-container > div.txt2 {
  position: absolute;
  left: 54%;
  top: 39px;
}

.apie-tikslai .text-container > div.txt3 {
  position: absolute;
  left: 54%;
  top: 272px;
}

.apie-vertybes {
  padding: 46px 0 150px;
}

.apie-vertybes .vert-block {
  display: flex;
  flex-wrap: wrap;
}

.apie-vertybes .vert-block > .ik {
  width: 400px;
  display: flex;
  margin-bottom: 60px;
  align-content: center;
  align-items: center;
}

.apie-vertybes .vert-block > .ik h4 {
  font-family: Overpass, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #201c1f;
}

.apie-vertybes .vert-block > .ik img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-right: 45px;
}

.apie-vertybes .vert-block {
  margin-top: 40px;
}

.apie-vertybes .vert-img {
  margin-top: -60px;
}

.main-calculate .forma-mobile {
  display: none;
}

/*.promo-laimek-button {
    background: #ffd203;
    color: #0091a0;
    border-radius: 64px;
}
.promo-laimek-button a {
    color: #007182 !important;
}*/

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 767px) {
  .smobile {
    display: none;
  }
  /* }
  .sdesktop {
      display: block;
  } */
}

@media (min-width: 992px) {
  header .modal-content {
    display: none !important;
  }
  .navbar-nav {
    flex-direction: row;
  }
  .collapse:not(.show) {
    display: block;
  }
  .mobile {
    display: none !important;
  }
}

.collapse:not(.show) {
  display: none;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1276px;
  }
}

@media (max-width: 1300px) {
  .apie-vertybes .vert-block > .ik {
    width: 350px;
  }
}

@media (max-width: 1200px) {
  .dab-naudos ul li .dab-inner {
    height: auto;
  }
  .page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks::after {
    right: 15px;
  }
  .page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks img {
    right: 20px;
  }
}

@media (max-width: 1100px) {
  .apie-tikslai .text-container {
    width: 767px;
    height: 344px;
  }
  .apie-tikslai .text-container > div > h5 {
    font-size-adjust: 24px;
    line-height: 34px;
  }
  .apie-tikslai .text-container > div > p {
    font-size: 13px;
    line-height: 16px;
    max-width: 330px;
  }
  .apie-tikslai .text-container > div.txt2 {
    top: 28px;
  }
  .apie-tikslai .text-container > div.txt3 {
    top: 202px;
  }
  .apie-vertybes .vert-block > .ik {
    width: 320px;
  }
}

@media (max-width: 992px) {
  .main-calculate ul.list-text li {
    font-size: 14px;
line-height: 27px;
  }
  .apie-tikslai .text-container {
    background: none;
    width: 100%;
    height: auto;
  }
  .main-calculate p.star-text {
    font-size: 13px;
  }
  .naudos.eng-cont .darbai ul li {
    height: auto;
  }
  .naudos.eng-cont ul .darbai {
    padding: 15px;
  }
  .darbai .main-label {
    font-size: 24px;
    line-height: 160%;
  }
  .darbai .darbai-content ul {
    margin: 10px 0 0!important;
    padding-left: 30px!important;
  }
  .apie-vertybes .vert-block > .ik h4 {
    font-size: 18px;
    line-height: 130%;
  }
  .apie-vertybes .vert-block > .ik {
    margin-bottom: 25px;
  }
  .apie-vertybes .vert-block > .ik img {
    width: 60px;
    height: 60px;
    margin-right: 25px;
  }
  .apie-tikslai {
    padding: 30px 0 1px;
  }
  .apie-tikslai .text-container > div.txt2 {
    position: relative;
    top: 0;
    left: 0;
  }
  .apie-tikslai .text-container > div.txt3 {
    position: relative;
    top: 0;
    left: 0;
  }
  .apie-tikslai .text-container > div {
    background: #ffffff;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 10px 17px;
    margin-bottom: 20px;
    border-bottom: 4px solid #d8b53d;
  }
  .apie-tikslai .text-container > div > p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .apie-tikslai .text-container > div > h5 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    padding-left: 65px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
  }
  .apie-tikslai .text-container > div > h5::before {
    content: '';
    width: 51.05px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .apie-tikslai .text-container > div.txt2 > h5::before {
    background-image: url(./img/apiem-1.svg);
  }
  .apie-tikslai .text-container > div.txt3 > h5::before {
    background-image: url(./img/apiem-2.svg);
  }
  .apie-vertybes .vert-block > .ik {
    width: 100%;
  }
  .apie-vertybes .vert-block {
    margin-top: 0;
  }
  .apie-vertybes {
    padding: 30px 0 20px;
  }
  .page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks::after {
    display: none;
  }
  .page-template-page-darbdaviams-en .paslaugos .darbai {
    min-height: 166px;
  }
  .page-template-page-darbdaviams-en .paslaugos .darbai .pas-hireks a {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .naudos.eng-cont ul li.dlist-mobile {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
  .naudos.eng-cont ul li.dlist-mobile img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .naudos.eng-cont ul li {
    height: 60px;
  }
  .naudos.eng-cont ul li .list-inner i {
    margin-left: auto;
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
  }
  .naudos.eng-cont ul li .list-inner span {
    font-size: 14px;
    line-height: 17px;
  }
  .naudos.eng-cont ul .darbai {
    background: white;
  }
  .naudos.eng-cont ul .darbai .darbai-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .naudos.eng-cont .container .col-md-12 {
    /* padding: 0; */
  }
  .naudos.eng-cont {
    padding: 37px 0 30px;
  }
  .naudos.eng-cont ul li .list-inner {
    border-radius: 0;
    justify-content: flex-start;
    flex-direction: row;
  }
  .naudos.eng-cont ul li .list-inner:hover::before,
  .naudos.eng-cont ul li.active .list-inner::before {
    display: none;
  }
  .darbai img {
    display: none;
  }
  .darbai .darbai-content {
    width: 100%;
  }
  .naudos.eng-cont ul {
    flex-direction: column;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .dab-naudos ul {
    flex-wrap: wrap;
  }
  .main-calculate .form-results {
    margin-top: 25px;
  }
  .main-calculate .form-results > li .name,
  .main-calculate .form-results > li .value {
    font-size: 14px;
    line-height: 17px;
  }
  .main-calculate .form-results > li {
    padding: 13px 10px 10px;
  }
  .dab-naudos ul li {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .page-template-page-darbdaviams-en .main-calculate {
    padding: 37px 0 10px;
  }
  /* Cia skirtingu puslapiu headerio nuotrauku dydziai */
  .page-template-page-front .main-top .topform-image img {
    /* height: calc(100% - 64px); */
    height: calc(100% - 3px);
  }
  .page-template-page-darbdaviams .main-top .topform-image img,
  .page-template-page-darbdaviams-en .main-top .topform-image img {
    top: -3px;
  }
  /* Pabaiga */
  .main-top {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    height: auto;
  }
  .skelbimas-item {
    flex-wrap: wrap;
    height: auto;
  }
  .skelbimas-item .kaina {
    margin-left: 0;
    width: 50%;
  }
  .main-top .topform-image {
    position: relative;
    margin-left: auto;
    width: 80%;
    height: 500px;
    background-size: 975px;
  }
  .main-top h1 {
    margin-top: 35px;
  }
  .main-top .topform-image img {
    object-fit: contain;
  }
  #content {
    margin-top: 59px;
  }
  #main-nav .dropdown-menu a:hover,
  #main-nav .dropdown-menu a:active,
  #main-nav .dropdown-menu a:focus,
  #main-nav .dropdown-menu .active a {
    background: transparent;
  }
  .nav-modal {
    position: absolute;
    height: 100vh;
    background: #fff;
    z-index: 1;
    display: block;
    width: 100%;
    top: -100vh;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .desktop {
    display: none !important;
  }
  .nav-modal.active {
    top: 0;
    transition: all 0.3s ease;
    opacity: 1;
  }
  .nav-modal .modal-content {
    border: none;
    background: transparent;
  }
  .nav-modal .modal-top {
    position: relative;
    top: 0;
    padding: 0;
  }
  .navbar-nav {
    width: 100%;
    padding: 0 15px;
  }
  .head-nav {
    background-image: url(./img/hamburger.svg);
    height: 60px;
    width: 55px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 20px;
    z-index: 1;
    right: -15px;
    position: relative;
  }
  .modal-top .head-nav.active {
    background-image: url(./img/close-hamburger.svg);
    right: 0;
    float: right;
  }
  .nav-modal .modal-top .navbar-nav > li {
    height: auto;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
  }
  .skelb-parag {
    font-size: 12px;
  }
  .nav-modal .modal-top .navbar-nav > li:last-of-type {
    border: none;
  }
  .dropdown-toggle::after {
    background-image: url(./img/mdropdown.svg);
    position: absolute;
    right: 10px;
    width: 10px;
    height: 8px;
    top: 25px;
  }
  .navbar-brand img {
    padding: 15px 0px;
  }
  #main-nav a {
    position: relative;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #201c1f;
    padding: 18px 0;
  }
  #main-nav .dropdown-menu {
    background: transparent;
    border-radius: 0;
    position: relative !important;
    transform: none !important;
    margin-top: 0;
    margin-bottom: 14px;
  }
  #main-nav .dropdown-menu li:first-of-type a {
    padding-top: 0;
  }
  #main-nav .dropdown-menu a {
    padding: 13px 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: none;
  }
  header {
    height: 60px;
    padding: 0;
  }
  header .lang-switch li a {
    /* color: white; */
  }
  header .lang-switch {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
    padding: 0 15px;
    margin-bottom: 14px;
  }
  footer .footer-top .container > .row > div.block3,
  footer .footer-top .container > .row > div.block4 {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footer-top .container > .row > div.block0 {
    width: 100%;
    margin-bottom: 13px;
    position: relative;
  }
  footer .footer-top .container > .row > div.block0 .socials {
    position: absolute;
    top: 7px;
    right: 0;
  }
  footer .footer-top .container > .row > div h2 {
    font-family: DM Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-transform: capitalize;
    margin-bottom: 0;
    height: auto;
    color: #ffffff;
  }
  footer .footer-top ul a {
    font-size: 13px;
    line-height: 17px;
  }
  footer .footer-top .block2 ul {
    margin-top: 37px;
  }
  footer .footer-top .container > .row > .block4 div,
  footer .footer-top .container > .row > .block3 div,
  footer .footer-top a.tel,
  footer .footer-top a.mail,
  footer .footer-top a.tel,
  footer .footer-top a.tel {
    font-size: 13px;
    line-height: 17px;
  }
  header .lang-switch li {
    margin-left: 0;
    margin-right: 15px;
  }
  footer .footer-top a.mail {
    width: 100%;
  }
  .nav-modal .modal-top .navbar-brand {
    padding-left: 15px;
  }
  #main-nav a.dropdown-toggle {
    width: -moz-fit-content;
    width: fit-content;
    position: initial;
  }
  .nav-modal .modal-top .navbar-nav > li {
    height: auto;
    border-bottom: 1px solid #b2b2b2;
    display: block;
    width: 100%;
  }
  .navbar-nav {
    width: 100%;
    padding: 0 15px;
  }
  footer .footer-top .container > .row > div h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    /* or 156% */

    text-transform: capitalize;

    /* Text */

    color: #201c1f;
  }
  footer .footer-top .container > .row > .block4 div,
  footer .footer-top .container > .row > .block3 div,
  footer .footer-top a.tel,
  footer .footer-top a.mail,
  footer .footer-top a.tel,
  footer .footer-top a.tel {
    line-height: 44px;
    top: 15px;
  }
  .sub-form .text-block h3 {
    font-size: 20px;
    line-height: 160%;
  }
  .sub-form {
    padding: 20px 0;
    height: auto;
  }
  .sub-form .text-block p {
    font-size: 14px;
    line-height: 22px;
  }
  .procesas ul {
    flex-wrap: wrap;
  }
  .procesas ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .procesas ul li .counter {
    margin-bottom: 0;
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 27.8857px;
    line-height: 160%;
    margin-left: 0;
    padding-top: 5px;
    margin-right: 10px;
  }
  .procesas ul li span {
    text-align: left;
    font-size: 12px;
    line-height: 130%;
  }
  .procesas ul li::after {
    display: none !important;
  }
  .procesas {
    padding: 37px 0 0px;
  }
  .paslaugos .darbai ul.paslaugos-naudos li {
    width: 100%;
    margin: 0;
    height: auto;
  }
  .paslaugos .list-inner {
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    display: flex;
    align-content: center;
  }
  .paslaugos .list-inner i {
    width: 12.49px;
    height: 7.68px;
    background-image: url(./img/naud_path.svg);
    margin-left: auto;
    background-size: contain;
    margin-right: 5px;
    background-repeat: no-repeat;
  }
  .paslaugos li.active .list-inner i {
    background-image: url(./img/naud_path2.svg);
  }
  .paslaugos .list-inner img {
    object-fit: cover;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .paslaugos .list-inner span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .paslaugos .darbai {
    /* margin-bottom: 10px; */
    padding: 0 10px 10px;
  }
  .paslaugos li.dlist-mobile {
    margin-top: 10px;
  }
  .paslaugos .darbai .paslaugos-content {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0px;
  }
  .paslaugos .darbai ul.paslaugos-naudos {
    flex-direction: column;
  }
  .paslaugos .darbai ul.paslaugos-naudos li {
    margin-top: 15px;
  }
  .paslaugos .darbai ul.paslaugos-naudos .paslaugos-naudos-inner i {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 10px;
  }
  .paslaugos {
    padding: 37px 0 30px;
  }
  .page-template-page-darbdaviams-en .paslaugos {
    padding-bottom: 30px;
  }
  .paslaugos .darbai ul.paslaugos-naudos .paslaugos-naudos-inner span {
    font-size: 15px;
    line-height: 27px;
  }
  .paslaugos .darbai ul.paslaugos-naudos li p {
    margin-top: 10px;
    margin-bottom: 10px;

    font-size: 14px;
    line-height: 17px;
  }
  
  /* .promo-laimek-button {
      padding: 0 16px;
      margin: 5px 0;
      border: 0px;
  } */
}

@media (max-width: 880px) {
}

@media (max-width: 767px) {
  .industries ul li {
    width: 50%;
  }
  .main-calculate > .container > .row {
    flex-direction: column-reverse;
  }
  .main-calculate ul.list-text li {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
  }
  .calculator-message {
    font-size: 14px;
margin-top: 10px
  }
  .main-calculate ul.list-text li::before {
    top: 17px;
  }
  .main-calculate ul.list-text {
    padding-left: 0;
  }
  .main-calculate::before{
    display: none;
  }
  .darbai .main-label {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 5px;
  }
  .darbai .darbai-content ul{
    font-size: 14px;
    line-height: 18px;
  }
  .darbai .darbai-content p {
    font-size: 14px;
line-height: 18px;
  }
  .dab-naudos {
    padding: 37px 0 0;
  }
  .dab-naudos ul {
    margin-bottom: 0;
  }
  .industries ul li .ind-inner .name span {
    font-size: 18px;
    line-height: 28px;
  }
  .certs {
    padding: 37px 0 25px;
  }
  .certs ul li span {
    font-size: 14px;
    line-height: 17px;
  }
  .certs ul {
    flex-wrap: wrap;
  }
  .certs ul li {
    margin: 0 5px 5px;
    width: calc(50% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination li a {
    padding: 2px 0;
    width: 30px;
    height: 30px;
  }
  .dab-naudos ul li .dab-inner .intext img {
  }
  .dab-naudos ul li .dab-inner p {
    font-size: 14px;
  }
  .dab-naudos ul li .dab-inner .intext span {
    font-size: 16px;
    line-height: 27px;
  }
  .single-block .post-image {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 196.32px;
  }
  .single-block {
    font-size: 14px;
    line-height: 17px;
  }
  .projects-loop a.more-blog {
    margin-top: 20px;
  }
  .page-bottom.rekomenduok span,
  .page-bottom.rekomenduok span a {
    font-size: 18px;
    text-align: left;
  }
  .page-bottom.rekomenduok .container > span {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .smobile {
    display: block;
  }
  .sdesktop {
    display: none;
  }
  .projects-filter {
    padding: 20px 0 15px;
  }
  #filter-prj .btn-black {
    width: calc(50% - 20px);
    margin-left: 10px;
  }
  .select-selected {
    font-size: 13px;
  }
  .select-items > div {
    font-size: 12px;
  }
  .skelbimas-title {
    margin-bottom: 20px;
  }
  .skelb-block ul.uzm li i {
    width: 17px;
    background-size: contain;
  }
  .skelb-block ul.uzm {
    margin-bottom: 20px;
  }
  .skelbimas-title {
    font-size: 18px;
  }
  .skelb-block h6,
  .skelb-block h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
  }
  .skelb-block ul.skbullets li {
    font-size: 14px;
    line-height: 27px;
  }
  .skelb-block ul.uzm li .text {
    font-size: 14px;
    line-height: 17px;
  }
  .skelb-block ul.uzm li span {
    font-size: 14px;
    line-height: 17px;
  }
  p#breadcrumbs {
    margin-top: 10px;
    margin-bottom: 37px;
  }
  p#breadcrumbs span,
  p#breadcrumbs a {
    font-size: 14px;
  }
  p#breadcrumbs span.breadcrumb_last {
    font-weight: 600;
  }
  .blog-loop .post-object {
    width: 50%;
  }
  .projects-filter .filter-element {
    width: 50%;
    margin-right: 0;
    padding: 0 5px;
    margin-bottom: 15px;
    width: calc(50% - 10px);
    margin-left: 5px;
  }
  .success,
  .error {
    left: 15px;
  }
  .skelbimai .main-filter li a {
    height: 40px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  .skelbimas-item {
    align-items: flex-start;
    flex-wrap: wrap;
    height: auto;
    flex-direction: column;
  }
  .skelbimas-item .ikona {
    flex-direction: row;
    width: 100%;
    padding-right: 0px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  .skelbimas-item .ikona img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 0;
  }
  .skelbimas-item .ikona span {
    font-size: 10px;
    line-height: 12px;
  }
  .skelbimas-item .ikona span.auksinis {
    font-size: 10px;
    line-height: 15px;
    margin-top: 6px;
    margin-bottom: auto;
    padding-top: 3px;
  }
  .skelbimas-item .pavadinimas h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .skelbimas-item .pavadinimas > span {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 9px;
  }
  .skelbimas-item .pavadinimas > span {
    flex-direction: column;
  }
  .skelbimas-item .pavadinimas > span .bonusu-tekstas {
    margin-left: 0;
    left: -20px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    margin-top: 9px;
    padding-left: 20px;
  }
  .skelbimas-item .pavadinimas > span .bonusu-tekstas::before {
    height: 14px;
    width: 14px;
  }
  .skelbimas-item .pavadinimas > span::before {
    width: 13px;
    height: 16px;
  }
  .skelbimas-item {
    padding: 12px 10px;
  }
  .sub-form > .container {
    flex-direction: column;
  }
  .skelbimas-item .kaina {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .skelbimas-item .kaina::before {
    width: 14px;
    height: 14px;
  }
  .skelbimas-item .btn-black {
    height: 42px;
    font-size: 16px;
    line-height: 20px;
  }
  .naudos::before {
    display: none;
  }
  .skelbimas-item.rekban .pavadinimas p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */
    margin-bottom: 13px;

    color: #201c1f;
  }
  .skelbimas-item {
    margin-bottom: 18px;
  }
  .naudos .naud-image {
    max-width: 570px;
    width: 100%;
    object-fit: cover;
    height: 189px;
  }
  .naudos .naud-image.naudimg1::before {
    width: 168px;
    height: 161px;
  }

  .naudos .naud-image.naudimg1::after {
    height: 87px;
    width: 83px;
  }
  .page-template-page-front .projects-loop::before {
    display: none;
  }
  .page-bottom {
    height: auto;
  }
  .page-bottom a {
    font-size: 18px;
    line-height: 160%;
    padding: 27px 0 20px 35px;
    text-align: left;
  }
  .page-bottom a::before {
    width: 20px;
    height: 20px;
    top: 28px;
  }
  .main-top h1 {
    font-size: 24px;
    line-height: 160%;
  }
  .header-buttons .button-head {
    height: 44px;
    font-size: 14px;
    line-height: 160%;
    padding: 11px 0 11px;
  }
  .header-buttons {
    padding: 5px;
  }
  .buttons-container .but-head {
    height: 63px;
    font-size: 12px;
    line-height: 160%;
    margin: 0 5px;
  }
  .buttons-container .but-head::before {
    width: 40px;
    height: 40px;
    top: -33px;
    background-size: contain;
  }
  .buttons-container {
    margin-top: 50px;
  }
  .main-top {
    padding-bottom: 40px;
  }
  .page-title {
    font-size: 20px;
    line-height: 160%;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .page-title::before {
    height: 45px;
    width: 45px;
    top: -9px;
  }
  section.skelbimai {
    padding: 30px 0 30px;
  }
  footer .footer-top .container > .row > div {
    width: 50%;
  }
  footer .footer-top ul a {
    padding-bottom: 15px;
  }
  footer .footer-top .block2 ul {
    margin-top: 0;
  }
  footer .footer-top .container > .row > div.block0 .socials {
    margin-bottom: 15px;
    position: relative;
  }
  .sk-content .naudos .naud-image {
    height: 193px;
    margin-top: -15px;
  }
  .form-control {
    padding: 10px 11px;
  }
  h3.premijos-tekstas {
    font-size: 18px;
    line-height: 22px;
    padding-left: 55px;
  }
  h3.premijos-tekstas::before {
    height: 43px;
    width: 43px;
    background-size: contain;
    padding-left: 55px;
    background-repeat: no-repeat;
  }
  ul.reklist > li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .page-template-page-rekomenduok .main-top .topform-image img {
    top: -2px;
  }
  .wpcf7-recomend h4 {
    margin-bottom: 14px;
    margin-top: 14px;
    font-size: 18px;
  }
  .wpcf7-recomend .col-md-12 {
    flex-direction: column;
  }
  .main-top .kont-block .block {
    height: 150px;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .contact-us p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .main-top .kont-block .block span {
    font-size: 16px;
  }
  .main-top .kont-block .block a {
    font-size: 14px;
  }
  .rekvizitai-section {
    padding: 37px 0 30px;
  }
  .contact-us {
    padding: 37px 0 40px;
  }
  .rekvizitai-section .rekvizitai-block div.simple,
  .rekvizitai-section .rekvizitai-block a {
    font-size: 14px;
  }
  .rekvizitai-section .rekvizitai-block {
    margin-bottom: 40px;
  }
  .rekvizitai-section .map-item span {
    font-size: 14px;
  }
  .naudos .naud-image {
    margin-bottom: 15px;
  }
  map-item {
    margin-bottom: 10px;
  }
  .naudos > .container .row.fd-mobile {
    flex-direction: column-reverse;
  }
  .naudos .col-md-6.flex-end {
    justify-content: flex-start;
  }
  .naudos .naud-block {
    margin-top: 10px;
    margin-bottom: 30px;
    height: auto;
  }
  .naudos .naud-image.naudimg2::before {
    height: 87px;
    width: 83px;
  }
  .naudos .naud-image.naudimg2::after {
    width: 168px;
    height: 161px;
  }
  .naudos .naud-block h3 {
    font-size: 20px;
    line-height: 31px;
  }
  .naudos .naud-block p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .page-template-page-front .projects-loop {
    margin-top: 0;
    padding-top: 37px;
  }
  .skelbimai .main-filter {
    flex-wrap: wrap;
    margin-bottom: 6px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .skelbimai .main-filter li {
    margin-bottom: 9px;
    width: 50%;
    padding: 0 6px;
    margin-right: 0;
  }
  .contact-us.eng-cont {
    padding: 37px 0 40px;
  }
  .contact-us.eng-cont::before {
    display: none;
  }
  .main-calculate {
    padding: 37px 0 30px;
  }
  .main-calculate p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .main-calculate label {
    font-size: 14px;
    line-height: 17px;
  }
  .main-calculate .btn-black {
    margin-top: 0;
  }
  .page-template-page-darbdaviams-en .contact-us.eng-cont {
    padding: 37px 0 30px;
  }
}

/* Modern count bubble styling */
.count-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 2px 6px;
  background-color: #0192a0;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-left: 8px;
}

.filter-option .count-bubble {
  background-color: #6c757d;
}

.filter-option.selected .count-bubble {
  background-color: #0192a0;
}

.filter-option.disabled .count-bubble {
  background-color: #dee2e6;
  color: #6c757d;
}

.location-option .count-bubble {
  background-color: #6c757d;
}

.location-option:has(input:checked) .count-bubble {
  background-color: #0192a0;
}

/* Recruitment Manager Section Styles */
.recruitment-manager-section {
    margin-top: 30px;
}

.recruitment-manager-info {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
}

.recruitment-manager-info h5 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #201c1f;
    margin-bottom: 15px;
}

.manager-details {
    display: flex;
    align-items: center;
    gap: 15px;
}

.manager-photo {
    flex-shrink: 0;
}

.manager-avatar {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #e0e0e0;
}

.manager-info {
    flex: 1;
}

.manager-name {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #201c1f;
    margin: 0 0 5px 0;
}

.manager-position {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin: 0 0 8px 0;
}

.manager-contact {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0192a0;
    margin: 0;
    display: flex;
    align-items: center;
}

.manager-contact .phone-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url(./img/tel.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.manager-contact a {
    color: #0192a0;
    text-decoration: none;
    font-weight: 500;
}

.manager-contact a:hover {
    color: #017a85;
    text-decoration: underline;
}

/* Mobile responsive styles for recruitment manager */
@media (max-width: 768px) {
    .recruitment-manager-section {
        margin-top: 20px;
    }
    
    .recruitment-manager-info {
        padding: 15px;
    }
    
    .recruitment-manager-info h5 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .manager-details {
        gap: 12px;
    }
    
    .manager-avatar {
        width: 70px;
        height: 70px;
    }
    
    .manager-name {
        font-size: 15px;
    }
    
    .manager-position {
        font-size: 13px;
    }
    
    .manager-contact {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
  /* Cia skirtingu puslapiu headerio nuotrauku dydziai */
  .page-template-page-front .main-top .topform-image img {
    /* height: calc(100% - 64px); */
  }
  .forma-desktop {
    display: none !important;
  }
  .forma-mobile {
    display: block !important;
  }
  .main-calculate .form-results > li .name,
  .main-calculate .form-results > li .value {
    max-width: 215px;
  }
  .main-calculate .form-results > li {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .main-calculate .form-results > li .hours {
    margin-bottom: 8px;
  }
  .industries ul li {
    width: 100%;
    padding: 8px 0;
    height: 218px;
  }
  .industries ul li .ind-inner p {
    font-size: 14px;
    line-height: 18px;
  }
  .industries {
    padding: 37px 0 60px;
  }
  /* Pabaiga */
  .main-top .topform-image {
    width: 100%;
    margin-left: 35px;
    height: 328.16px;
    background-size: 645px;
  }
  .sub-form .wpcf7-form .message_email {
    flex-direction: column;
  }
  .sub-form .form-control {
    margin-bottom: 10px;
    width: 100%;
  }
  .sub-form form {
    width: auto;
  }
  .sub-form .wpcf7-form .wpcf7-list-item-label {
    font-size: 12px;
  }
  .sub-form .wpcf7-form .yl-button {
    width: 100%;
  }
  .sub-form .wpcf7-acceptance input[type="checkbox"],
  .sub-form .wpcf7-acceptance input[type="checkbox"] + span:before,
  .sub-form .wpcf7-acceptance input[type="checkbox"] + span:after {
    top: 2px;
  }
  footer .footer-bottom p {
    font-size: 12px;
  }
  .blog-loop .post-object {
    width: 100%;
  }
  .blog-loop .post-object span {
    margin-bottom: 17px;
    height: auto;
  }
}

@media (max-width: 550px) {
}

/* ========================================
   404 ERROR PAGE STYLES
   ======================================== */
.error-404-section {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.error-404-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.error-number {
    font-size: 120px;
    font-weight: 800;
    color: #d8b53d;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 0 4px 8px rgba(216, 181, 61, 0.2);
    font-family: 'Montserrat', sans-serif;
}

.error-title {
    font-size: 28px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: 'DM Sans', sans-serif;
}

.error-description {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 40px;
    line-height: 1.6;
    font-family: 'DM Sans', sans-serif;
}

.error-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.error-actions .btn {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid transparent;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.4;
    height: 52px;
    box-sizing: border-box;
}

.error-actions .btn-black {
    background: #2c3e50;
    color: white;
    border-color: #2c3e50;
}

.error-actions .btn-black:hover {
    background: #d8b53d;
    border-color: #d8b53d;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(216, 181, 61, 0.3);
}

.error-actions .btn-outline {
    background: transparent;
    color: #2c3e50;
    border-color: #2c3e50;
}

.error-actions .btn-outline:hover {
    background: #2c3e50;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.2);
}

/* Animation for the 404 number */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.error-number {
    animation: bounce 2s infinite;
}

/* Subtle background pattern */
.error-404-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle at 25% 25%, rgba(216, 181, 61, 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 75% 75%, rgba(216, 181, 61, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.error-404-content {
    position: relative;
    z-index: 1;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .error-404-section {
        padding: 60px 0;
        min-height: 60vh;
    }
    
    .error-number {
        font-size: 80px;
        margin-bottom: 15px;
    }
    
    .error-title {
        font-size: 24px;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    
    .error-description {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .error-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0 15px;
    }
    
    .error-actions .btn {
        width: 100%;
        max-width: 280px;
        padding: 16px 24px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .error-number {
        font-size: 60px;
    }
    
    .error-title {
        font-size: 20px;
    }
    
    .error-description {
        font-size: 14px;
    }
}

/* ========================================
   MULTISELECT FILTER COMPONENT STYLES
   ======================================== */
.custom-multiselect {
    position: relative;
    display: inline-block;
    width: 100%;
}

.multiselect-header {
    border: 1px solid #ddd;
    padding: 8px;
    background: white;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
}

.multiselect-header:hover {
    background: #f5f5f5;
}

.multiselect-arrow {
    transition: transform 0.3s;
    width: 16px;
    height: 16px;
    background-image: url(./img/dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.multiselect-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    border-radius: 0 0 8px 8px;
}

.multiselect-option {
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.multiselect-option:hover {
    background: #f5f5f5;
}

.multiselect-option input[type="checkbox"] {
    margin-right: 8px;
    width: 14px;
    height: 14px;
    transform: scale(1.2);
    accent-color: #d8b53d;
}

.multiselect-option input[type="checkbox"]:checked + span {
    font-weight: bold;
    color: #d8b53d;
}

.multiselect-search {
    padding: 8px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
}

.multiselect-search input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.multiselect-search input:focus {
    outline: none;
    border-color: #d8b53d;
    box-shadow: 0 0 0 2px rgba(216, 181, 61, 0.2);
}

/* Mobile close button for fullscreen dropdown */
.mobile-close-btn {
    position: sticky;
    top: 0;
    background: #d8b53d;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    z-index: 10001;
}

.mobile-close-btn:hover {
    background: #c5a238;
}

/* Mobile Responsive Styles for Multiselect */
@media (max-width: 768px) {
    .projects-filter {
        padding-bottom: 60px;
    }
    
    .projects-filter .container {
        padding: 15px;
    }
    
    .projects-filter form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .filter-element {
        width: 100% !important;
        margin-bottom: 0;
        margin-right: 0 !important;
        padding: 0 !important;
        flex: none;
    }
    
    .custom-multiselect {
        width: 100%;
    }
    
    .multiselect-header {
        padding: 8px;
        margin-right: 12px;
        font-size: 15px;
        min-height: 50px;
        display: flex;
        align-items: center;
        font-family: 'Montserrat', sans-serif;
        border-radius: 8px;
    }
    
    .multiselect-dropdown {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background: white;
        max-height: none;
        overflow-y: auto;
        border: none;
        border-radius: 0;
    }
    
    .multiselect-dropdown.mobile-fullscreen {
        display: block !important;
    }
    
    .multiselect-search {
        position: sticky;
        top: 0;
        z-index: 10000;
        padding: 15px;
        background: white;
        border-bottom: 2px solid #eee;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .multiselect-search input {
        padding: 12px 15px;
        font-size: 16px;
        border-radius: 8px;
    }
    
    .multiselect-option {
        padding: 15px 20px;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
        min-height: 50px;
        display: flex;
        align-items: center;
    }
    
    .multiselect-option input[type="checkbox"] {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    
    .projects-filter .btn-black {
        width: 100% !important;
        padding: 15px !important;
        font-size: 16px !important;
        margin: 20px 0 0 0 !important;
        display: block !important;
        text-align: center;
        border-radius: 8px;
        min-height: 50px;
        line-height: 1.2;
    }
}

/* Filter Modal Styles */
.filter-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.filter-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.filter-modal-content {
    position: relative;
    background: white;
    border-radius: 12px;
    width: 90%;
    max-width: 800px;
    min-height: 40vh;
    max-height: 60vh;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    margin: auto;
}

.filter-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9fafb;
}

.filter-modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111827;
    font-family: 'Montserrat', sans-serif;
}

.filter-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.filter-modal-close:hover {
    background: #e5e7eb;
    color: #374151;
}

.filter-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}

.filter-section {
    margin-bottom: 32px;
}

.filter-section:last-child {
    margin-bottom: 0;
}

.filter-section h4 {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    padding-bottom: 8px;
    border-bottom: 2px solid #d8b53d;
    font-family: 'Montserrat', sans-serif;
}

.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 0;
}

.filter-option {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    font-size: 13px;
    gap: 6px;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
}

.filter-option:hover {
    border-color: #d8b53d;
    background: rgba(216, 181, 61, 0.1);
    transform: translateY(-1px);
}

#filter-modal .filter-option.selected {
    background-color: #d8b53d;
    color: #333;
}

#filter-modal .filter-option.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

#filter-modal .filter-option .count {
    font-size: 0.9em;
    color: #666;
    margin-left: 5px;
}

#filter-modal .filter-option.selected .count {
    color: rgba(51, 51, 51, 0.8);
}

.filter-option input[type="checkbox"] {
    display: none;
}

.filter-name {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.filter-option.selected .filter-count {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.filter-modal-footer {
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    background: #f9fafb;
}

.filter-clear-btn {
    flex: 1;
    padding: 12px 20px;
    border: 2px solid #d8b53d;
    background: white;
    color: #d8b53d;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}

.filter-clear-btn:hover {
    border-color: #c4a235;
    background: rgba(216, 181, 61, 0.1);
    color: #c4a235;
}

.filter-search-btn {
    flex: 2;
    padding: 12px 20px;
    background: #d8b53d;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}

.filter-search-btn:hover {
    background: #c4a235;
}

.filter-active-indicator {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid white;
}

.filter-btn {
    position: relative;
}

/* Mobile Responsive */

@media (max-width: 768px) {
    .filter-modal-content {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        border-radius: 0;
        margin: 0;
    }
    
    .filter-modal {
        padding: 0;
    }
    
    .filter-modal-header {
        padding: 16px 20px;
    }
    
    .filter-modal-body {
        padding: 20px;
    }
    
    .filter-modal-footer {
        padding: 16px 20px;
        flex-direction: column;
    }
    
    .filter-clear-btn,
    .filter-search-btn {
        flex: none;
        width: 100%;
    }
    
    .filter-options {
        gap: 6px;
    }
    
    .filter-option {
        padding: 10px 12px;
    }
    
    .filter-section {
        margin-bottom: 24px;
    }
    
    .filter-modal-header h3 {
        font-size: 18px;
    }
    
    .filter-section h4 {
        font-size: 15px;
    }
    
    .filter-name {
        font-size: 13px;
    }
}

/* Application Modal Styles */
.kandidatuok-button {
    background: #0192a0;
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.kandidatuok-button:hover {
    background: #0192a0;
}

.application-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
}

.modal-content {
    position: fixed;
    background: white;
    height: 100vh;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
}

.modal-header h2 {
    margin: 0;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #333;
}

.modal-close {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.modal-close:hover {
    background: #e9ecef;
    color: #333;
}

.modal-body {
    padding: 20px;
}

.modal-body h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
}

/* Desktop styles - right side panel */
@media (min-width: 769px) {
    .modal-content {
        right: 0;
        width: 30vw;
        min-width: 400px;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }
    
    .application-modal.show .modal-content {
        transform: translateX(0);
    }
}

/* Mobile styles - full screen */
@media (max-width: 768px) {
    .modal-content {
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out;
    }
    
    .application-modal.show .modal-content {
        transform: translateY(0);
    }
    
    .kandidatuok-button {
        font-size: 16px;
        padding: 12px 25px;
    }
    
    .modal-header h2 {
        font-size: 20px;
    }
}

/* Job detail blocks with icons */
.job-detail-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
}

.job-detail-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.job-detail-icon i {
    display: block;
    width: 42px;
    height: 42px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.money-icon i {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%230192a0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-euro-icon lucide-euro"><path d="M4 10h12"/><path d="M4 14h9"/><path d="M19 6a7.7 7.7 0 0 0-5.2-2A7.9 7.9 0 0 0 6 12c0 4.4 3.5 8 7.8 8 2 0 3.8-.8 5.2-2"/></svg>');
}

.location-icon i {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%230192a0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-map-pin-icon lucide-map-pin"><path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"/><circle cx="12" cy="10" r="3"/></svg>');
}

.field-icon i {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%230192a0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-binoculars-icon lucide-binoculars"><path d="M10 10h4"/><path d="M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3"/><path d="M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z"/><path d="M 22 16 L 2 16"/><path d="M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z"/><path d="M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3"/></svg>');
}

.time-icon i {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%230192a0"><path d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/><path d="m12.5 7-1 0v6l5.25 3.15.75-1.23-4.5-2.67z"/></svg>');
}

.job-detail-content {
    flex: 1;
}

.job-detail-content h5 {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.job-detail-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

/* Mobile responsive for job details */
@media (max-width: 768px) {
    .job-details-grid {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7.5px;
    }
    
    .job-details-grid > [class*="col-"] {
        display: flex;
        flex-direction: column;
        padding: 0 7.5px;
    }
    
    .job-detail-block {
        margin-bottom: 15px;
        padding: 12px 8px;
        font-size: 13px;
        height: 100%;
        display: flex;
        align-items: flex-end;
    }
    
    .job-detail-icon {
        margin-right: 8px;
        flex-shrink: 0;
    }
    
    .job-detail-icon i {
        width: 28px;
        height: 28px;
    }
    
    .job-detail-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    .job-detail-content h5 {
        font-size: 13px;
        margin-bottom: 4px;
        line-height: 1.2;
        font-weight: 600;
    }
    
    .job-detail-content p {
        font-size: 11px;
        line-height: 1.3;
        margin: 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

/* Form styling within modal */
.application-modal .wpforms-container {
    margin: 0;
}

.application-modal .wpforms-form {
    padding: 0;
}

/* Client Logo Slider Styles */
.client-logos-section {
    width: 100%;
    height: 80px;
    overflow: hidden;
    /* background-color: #f8f9fa; */
    background-color: #fff9ef;
    /* border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef; */
    position: relative;
}

.client-logos-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.client-logos-track {
    display: flex;
    align-items: center;
    height: 100%;
    width: max-content;
    will-change: transform;
}

.client-logo-item {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
    flex-shrink: 0;
}

.client-logo-item img {
    max-height: 35px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: filter 0.3s ease;
}

.client-logo-item:hover img {
    filter: grayscale(0%) opacity(1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .client-logo-item {
        padding: 0 20px;
    }
    
    .client-logo-item img {
        max-width: 150px;
        max-height: 45px;
    }
    .client-logos-section {
        margin-top: 0px;
        margin-bottom: -50px;
    }
}

@media (max-width: 480px) {
    .client-logo-item {
        padding: 0 15px;
    }
    
    .client-logo-item img {
        max-width: 120px;
        max-height: 30px;
    }
    .client-logos-section {
        margin-top: 0px;
        margin-bottom: -50px;
    }
}

