body {
  font-family: 'Montserrat', sans-serif;
}

.area-links a {
    display: inline-block;
    margin: 0 10px 10px;
    text-decoration: none;
    transition: opacity 0.5s ease;
}


#about-us-article h3 {
  font-size: 43px;
}

.navbar .logo img{
	width:15rem;
}

#about-us-article-inside h3{
  font-size: 32px;
}

#about-us-article p , .roofing-info li{
  font-weight: 400;
}

.cky-btn-revisit-wrapper{
	display:none !important;
}

/*p{
  font-weight: 600 !important;
}*/

.no-margin-top{
	margin-top:0 !important;
}

h1>span, h2>span, h3>span, h4>span, h5>span{
  color: #8BC53F;
}

.title-weight{
  font-weight: 600;
}

.about-title{
  font-size: 32px !important;
}

.service-inner-image img{
  max-height: 45vh;
  width: 100%;
}


/* ============================
   STATISTICS BLOKAS (ABOUT)
============================ */
.about-stats .stat-item {
  padding: 1rem;
}

.about-section figure {
  margin: 0;
}

.about-stats .stat-item h3 {
  color: var(--purple);
  font-size: 1.75rem;
  margin-bottom: 0.3rem;
}

.about-stats .stat-item p {
  font-size: 1rem;
  color: #000;
}

.about-us-stats h4 {
  font-size: 48px !important;
}

.about-us-stats p {
  font-size: 16px;
  font-weight: 700 !important;
  color: black;
}

/*.area-links a {
  display: inline-block;
  margin: 0 10px 10px 10px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}*/

/*.area-links a::after {
  content: '➜';
  font-size: 10px;
  margin-left: 4px;
  color: #854FBC;
}*/

.area-links {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 10px;
    max-width: 900px;
    margin: 0 auto 20px auto;
    justify-items: center;
    padding: 0;
}

.area-links a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
    position: relative;
    padding-left: 18px;
    font-weight: 600;
}

.area-links a::before {
    content: "\f061"; /* Font Awesome arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #854fbc;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}



.area-links a:hover {
  color: #854FBC;
}

.arrow-btn .btn {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}

.bg-purple {
  background-color: #692789; /* Atitinka tavo header spalvą */
}

.border-green {
  border-color: var(--green) !important;
}

.btn-green {
  background-color: var(--green);
  color: white;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-green:hover {
  background-color: #76ac32;
}

.btn-loadmore {
  background-color: #8BC53F;
  color: white;
  font-weight: bold;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.btn-loadmore:hover {
  background-color: #76ac32;
}

.btn-success {
  background-color: #8BC53F;
  border-color: #8BC53F;
  color: white;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.btn-success:hover {
  background-color: #76ac32;
  border-color: #76ac32;
}

.contact-btn {
  background: #8BC53F;
  color: white;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* pusiau permatomas juodas sluoksnis */
  z-index: -1;
}

.cta-paragraph{
      margin: 0 20vh;
}

.cta-section {
  position: relative;
  overflow: hidden;
  color: white;
}

.cta-section .btn {
  margin: 0 10px;
  padding: 12px 30px;
  font-weight: bold;
}

.cta-section .container {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.cta-section img {
  width: 100%;
}

.cta-section p {
  font-size: 1rem;
  margin-bottom: 30px;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.footer-column {
  flex: 1 1 250px;
  min-width: 220px;
}

.footer-column a:hover {
  text-decoration: none;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.hero-section h1 {
  font-size: 2.5rem;
}

.hero-section video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.hover-animate:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hover-overlay .icon-circle {
  align-self: flex-end;
  margin-top: 10px;
}

.hover-overlay a {
  margin: 0;
}

.hover-overlay h2 {
  padding-bottom: 1vh;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
 text-shadow: 0 0 5px #8BC53F, 0 0 10px #854FBC;
}

.hover-overlay p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0 0 5px #8BC53F, 0 0 10px #854FBC;
}


.icon-circle:hover {
  background-color: #e9e9e9;
  transform: scale(1.1);
}

.menu-menu-container > ul.menu > li:last-child > a:hover {
  background-color: #76ac32;
}

.menu-menu-container ul.menu li {
  position: relative;
}

.menu-menu-container ul.menu li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  transition: color 0.2s ease-in-out;
    display: contents;
  align-items: center;
}

#menu-item-23 a{
  display: flex;
}


.location-service-title{
  text-align: center;
}


.menu-menu-container ul.sub-menu li a {
  display: block;
  padding: 10px 16px;
  font-size: 14px;
  color: #000;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease;
}

.mt-4 {
  margin-top: 1.5rem;
}

.nav-link.active,
.nav-link:hover {
  color: #000;
}

.navbar-nav .nav-link {
  text-transform: uppercase;
}

.partners .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.partners .logos img {
  max-height: 60px;
  object-fit: contain;
  display: block;
}

.partners h3 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}

.partners p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #444;
}

.review-card {
  scroll-snap-align: start;
}

.review-card .stars {
  color: gold;
  font-size: 1.1rem;
  margin: 0.25rem 0;
}

.review-card img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.reviews-carousel::-webkit-scrollbar {
  display: none;
}

#reviews{
  background: #f4f4f4;
}

.section-heading span {
  width: 40px;
  height: 3px;
  background-color: var(--green);
  display: inline-block;
}

.service-areas .btn-load-more {
  background-color: #8BC53F;
  color: white;
  padding: 10px 24px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
}

.service-areas .btn-load-more:hover {
  background-color: #76ac32;
}

.service-areas .location-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  margin: 30px 0;
}

.service-areas .location-list span::after {
  content: "\279E";
  margin-left: 6px;
  color: #854FBC;
}

.service-areas .map {
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.service-areas .map-wrapper iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}

.service-areas .section-line {
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #8BC53F;
  margin-left: 10px;
  vertical-align: middle;
}

.service-areas h2 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.service-box.active * {
  position: relative;
  z-index: 2;
}

.service-box.active h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.service-box.active::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--green-overlay);
  z-index: 0;
  border-radius: var(--radius);
}

.service-box.hoverable::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.4s ease;
  z-index: 1;
  border-radius: var(--radius);
}

.service-box.hoverable:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.service-box.hoverable:hover .service-content h2 {
  color: #fff;
}

.service-box.hoverable:hover::after {
  background: var(--green-overlay);
}

/*.service-box.hoverable:hover::before {
  background: url('http://localhost/wiseguys/wp-content/uploads/2025/05/service.jpg') center center / cover no-repeat;
}
*/
.service-card-active {
  min-height: 250px;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
}

.service-card-active .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

.service-card-active .z-1 {
  position: relative;
  z-index: 2;
}

.service-content h2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  transition: color 0.3s ease;
}

.service-content img {
  width: 15vh;
}

.services-section {
  background-color: #f4f4f4;
  width: 100%;
}

.site-footer {
  background: #000;
  color: #fff;
  padding: 60px 20px;
  font-size: 0.95rem;
}

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

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.social-icons {
  margin-top: 1rem;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #8BC53F;
  color: #fff;
}

.stat-item h4 {
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}

.stat-item p {
  margin-bottom: 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
}

.sub-title-section {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.text-green {
  color: var(--green);
}

.text-purple {
  color: var(--purple);
}

/* === AKTYVI NUORODA === */
.menu-menu-container ul.menu li.current-menu-item > a {
  font-weight: 800;
  color: #000;
}

/* === CONTACT US MYGTUKAS === */
.menu-menu-container > ul.menu > li:last-child  , #menu-item-23{
  background-color: #8dc63f;
  color: white !important;
  padding: 8px 16px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.2s ease;
}

/* === CTA SECTION === */
.cta-section {
  position: relative;
  background: url('../img/cta-bg.jpg') no-repeat center center/cover;
  color: white;
  text-align: center;
  height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === HOVER === */
.menu-menu-container ul.menu li a:hover {
  color: #7b4bb7;
}

/* === Hover animacija === */
.menu-menu-container ul.menu li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* === PAGRINDINIS MENIU === */
.menu-menu-container ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* === PARTNERS === */
.partners {
  background-color: #fff;
  padding: 60px 0;
}

/* === RODYKLĖ PRIE SERVICES === */
.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 10px;
  margin-left: 6px;
}

/* === Reviews carousel === */
.reviews-carousel {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.review-text-wrapper {
  overflow: hidden;
  transition: height 0.4s ease;
}

.review-text {
  padding-top: 4px;
  padding-bottom: 4px;
}

.review-text.full {
  display: none;
}

.review-paragraph.expanded .review-text.short {
  display: none;
}

.review-paragraph.expanded .review-text.full {
  display: block;
}

.read-more-toggle {
  color: #8BC53F;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  font-size: 13px;
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.read-more-toggle:hover {
  text-decoration: underline;
}


/* === SERVICE AREAS === */
.service-areas {
  background-color: white;
  padding: 60px 0;
  text-align: center;
}

/* === SUB-MENIU (DROPDOWN) === */
.menu-menu-container ul.sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  list-style: none;
  min-width: 200px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

/* === Services === */
.service-card,
.service-card-active {
  transition: all 0.3s ease;
}

/* === Submeniu hover === */
.menu-menu-container ul.sub-menu li a:hover {
  background-color: #8dc63f;
  color: white;
}

/* ====== REVIEWS ====== */
.review-card {
  background: #1e1e1e;
  color: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
}

.review-text .full-text {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  opacity: 0;
}

.review-text.expanded .full-text {
  max-height: 500px; /* pakankamai didelis limitas */
  opacity: 1;
}

.review-text .short-text {
  display: inline;
}

.review-text.expanded .short-text {
  display: none;
}

.full-text-wrapper {
  overflow: hidden;
  transition: height 0.4s ease;
}

.review-paragraph {
  position: relative;
}

.review-text{
  font-size: 15px !important;
}

.review-text-wrapper {
  overflow: hidden;
  transition: height 0.4s ease;
}

.review-text.short {
  display: block;
}

.review-text.full {
  display: none;
}

.review-paragraph.expanded .review-text.short {
  display: none;
}

.review-paragraph.expanded .review-text.full {
  display: block;
}

.read-more-toggle i {
  transition: transform 0.3s ease;
}


/* Aktyvi kortelė */
.service-box.active {
/*  background: url('http://localhost/wiseguys/wp-content/uploads/2025/05/service.jpg') center center / cover no-repeat;*/
  color: white;
  text-align: left;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
}

/* Alternatyva: violetinės temos klasė (jei naudosite viršuje) */
.bg-purple {
  background-color: #692789;
  color: white;
}

/* Bendra kortelė */
.service-box {
  position: relative;
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  background: white;
  overflow: hidden;
  min-height: 300px;
  transition: all 0.3s ease;
}

/* Bendros UI detalės */
/*img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* CTA mygtukas apačioj kairėje */
.icon-circle {
  padding: 1vh;
  width: 64px;
  height: 64px;
  background: white;
  color: #854FBC;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

/* HERO sekcija */
.hero-section {
  position: relative;
  overflow: hidden;
}

/* Hover turinys: išdėstymas kaip aktyvioje kortelėje */

.service-box.hoverable:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover: paveiksliukas ir overlay */
.service-box.hoverable::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  transition: background 0.4s ease;
  z-index: 0;
  border-radius: var(--radius);
}

/* Linija prieš About Us */
.border-green {
  border-color: var(--green) !important;
}

/* Mobiliai – pašalinti linijas */
@media (max-width: 767.98px) {
  border: none !important;
  margin-top: 1.5rem;
}

/* Overlay virš video */
/*.hero-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* tamsi juoda 50% */
  z-index: -1;
}*/

/* Pavadinimas (matomas visada) */

.service-content {
  /*  text-align: left;*/
}

/* Responsyvi forma */
form label {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Slaptas turinys (tik hover) */
.hover-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  color: white;
}

/* Statistiniai blokai */
.about-section .row .col-4 h4 {
  font-size: 1.5rem;
}

/* Tik viduriniam elementui padarome skyriklį */
.border-middle {
  border-left: 4px solid var(--green);
  border-right: 4px solid var(--green);
}

/* Žalia ir violetinė spalvos */
.text-success {
  color: #8BC53F !important;
}

:root {
  --green: #8BC53F;
  --purple: #692789;
  --green-overlay: rgba(139, 197, 63, 0.5);
  --radius: 14px;
}

@media (max-width: 767.98px) {
  border: none !important;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  border: none !important;
}

@media (min-width: 768px) {
  font-size: 3.5rem;
}

}


/* ====== SECTION HEADINGS ====== */
.section-heading {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

}


/* ============================
   ABOUT SECTION
============================ */
.about-section h3 {
  font-size: 1.75rem;
}

}


/* ============================
   ABOUT STATS BLOKAS
============================ */
.stat-item h4 {
  font-size: 1.5rem;
  color: var(--purple);
}

}

/* ABOUT sekcija */

.about-section .btn {
  margin-top: 1rem;
}



.partner-logo {
  height: 100px; /* arba tavo pasirinktas aukštis */
  width: 300px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}


.review-card {
  padding: 1rem;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.stars {
  color: gold;
  font-size: 1.1rem;
}


.swiper-button-next,
.swiper-button-prev {
  color: #000;
  top: 45%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #007bff;
}




.roofing-info ul {
  list-style: none;
  padding-left: 0;
  font-family: Arial, sans-serif;
  color: #1a1a1a;
  max-width: 600px;
}

.roofing-info li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.roofing-info li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #8A2BE2; /* violet */
  border-radius: 50%;
}

.roofing-info a {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: bold;
}



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

.hero-about {
  position: relative;
  width: 100%;
  height: 50vh; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.61); /* optional dark overlay */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-about h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 128px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}


/*FAQ*/

.faq-section h2{
  font-size: 48px;
  font-weight: 700;
}

.faq-section {
  max-width: 900px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  padding: 20px;
  margin-bottom: 10vh;
  margin-top: 10vh;
}

.faq-section h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}

.faq-section .green {
  color: #7AC142;
}

.faq-item {
  border-bottom: 2px solid #CDB4DB;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

.faq-icon {
  position: relative;
  width: 16px;
  height: 16px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background-color: #7AC142;
  transition: transform 0.3s ease;
}

.faq-icon::before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.faq-icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq-item.active .faq-icon::after {
  transform: translateX(-50%) scaleY(0);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 15px;
}


.services-heading {
  text-align: center;
  padding: 60px 20px 40px;
}

.services-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.services-heading h2 .highlight {
  color: #8BC53F;
}

.services-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.services-section-main .service-box{
  box-shadow: 0 8px 24px rgb(0 0 0 / 11%);
}


.contact-promo {
  padding: 60px 20px;
  background: #fff;
  font-family: Arial, sans-serif;
}

.contact-promo .container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 40px;
}

.form-area {
  flex: 1 1 50%;
  min-height: 400px;
  border-radius: 8px;
}

.info-area {
  flex: 1 1 45%;
}

.info-area h2 {
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 500;
}

.info-area .highlight {
  color: #8BC53F;
}

.info-area p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.contact-info h4 {
  color: #7AC142;
  margin-bottom: 10px;
}

.contact-info a {
  color: #7AC142;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 30px;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-stats div {
  flex: 1;
}

.contact-stats strong {
  font-size: 28px;
  color: #7AC142;
  display: block;
}

.contact-stats span {
  font-size: 14px;
  color: #333;
}

/*.contact-promo .form-area .hl_form-builder--main{
  box-shadow: 0 8px 24px rgb(0 0 0 / 11%) !important;
}*/

.contact-promo p{
  font-size: 16px;
  font-weight: 500;
}

.contact-info p{
  margin-bottom: 10px;
}

/*.contact-promo .info-area h2{
  font-weight: 700;
  font-size: 48px;
}*/

.contact-promo .contact-info h4{
  font-weight: 500;
  font-size: 42px;
}

.contact-black{
  color: black;
}



/* === SERVICES SECTION === */
.services-section {
  background-color: #f4f4f4;
  width: 100%;
}

.services-heading {
  text-align: center;
  padding: 60px 20px 40px;
}

.services-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3;
}

.services-heading h2 .highlight {
  color: #8BC53F;
}

.services-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.services-section-main .service-box {
  box-shadow: 0 8px 24px rgb(0 0 0 / 11%);
}

.service-box {
  position: relative;
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  background: white;
  overflow: hidden;
  min-height: 320px;
  transition: all 0.3s ease;
  transform-style: preserve-3d;
  perspective: 1000px;
  border: none;
}

.service-box.hoverable:hover {
  transform: translateY(-10px) scale(1.00);
  box-shadow: 0 0 20px rgba(139, 197, 63, 0.5), 0 0 60px rgba(133, 79, 188, 0.3);
}

.service-content h2 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000;
  transition: color 0.3s ease;
}

.service-box.hoverable:hover .service-content h2 {
  color: #fff;
}

.service-content img {
  width: 15vh;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.service-box.hoverable:hover .service-content img {
  transform: scale(1.05);
  opacity: 0.8;
}

.service-box.hoverable::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  transition: background 0.3s ease;
  z-index: 0;
  border-radius: var(--radius);
}

/*.service-box.hoverable:hover::before {
  background: url('http://localhost/wiseguys/wp-content/uploads/2025/05/service.jpg') center center / cover no-repeat;
}*/

.service-box.hoverable::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  transition: background 0.3s ease;
  z-index: 1;
  border-radius: var(--radius);
}

.service-box.hoverable:hover::after {
  background: var(--green-overlay);
}

.service-box.hoverable:hover .service-content{
  display: none;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  color: white;
}

.hover-overlay h2 {
  padding-bottom: 1vh;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px #8BC53F, 0 0 10px #854FBC;
}

.hover-overlay p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.hover-overlay .icon-circle {
  align-self: flex-end;
  margin-top: auto;
}

.service-box.hoverable:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.services-section .icon-circle {
  padding: 1vh;
  width: 64px;
  height: 64px;
  background: #0e0e0e;
  color: #8BC53F;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(133, 79, 188, 0);
  border: none;
}

.services-section .icon-circle:hover {
  transform: scale(1.15) rotate(5deg);
  background-color: #692789;
  color: #fff;
  box-shadow: 0 0 12px #692789, 0 0 30px rgba(105, 39, 137, 0.7);
}


        .before-after-wrapper {
          position: relative;
          width: 100%;
          max-width: 800px;
          margin: auto;
          overflow: hidden;
          border-radius: 10px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          font-family: sans-serif;
        }

        .before-after-wrapper img {
          width: 100%;
          display: block;
          user-select: none;
          pointer-events: none;
        }

        .after-image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          clip-path: inset(0 50% 0 0);
          transition: clip-path 0.1s ease;
        }

        .slider-handle {
          position: absolute;
          top: 0;
          left: 50%;
          width: 40px; /* storesnis */
          height: 100%;
          background: white;
          cursor: ew-resize;
          z-index: 10;
          transform: translateX(-50%);
          box-shadow: 0 0 5px rgba(0,0,0,0.3);
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 20px;
          color: #000;
          pointer-events: auto;
        }

        .slider-handle i {
          display: inline-block;
          margin: 0 2px;
          pointer-events: none;
        }

.footer-grid .social-icons a:hover{
text-decoration: none;
}

.footer-links li:hover i {
  animation: slideLoop 0.6s infinite ease-in-out;
  display: inline-block; /* būtina animacijai veikti */
}

@keyframes slideLoop {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(2px); }
  100% { transform: translateX(0); }
}

/*.fw-bold{
  font-weight: 500 !important;
}*/
.cta-title{
  font-weight: 700;
}

/*.hero-section{
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
}
*/

.area-links a {
  position: relative;
  display: inline-block;
  padding-left: 1.2em; /* erdvė ikonai */
}


/* Animacija tik kai hover */
.area-links a:hover::before {
  animation: arrowWiggle 0.6s infinite ease-in-out;
}

/* Nauji keyframes */
@keyframes arrowWiggle {
  0%   { transform: translateY(-50%) translateX(0); }
  50%  { transform: translateY(-50%) translateX(5px); }
  100% { transform: translateY(-50%) translateX(0); }
}


/*.hover-overlay{
  padding-top: 2rem;
}*/

@media (max-width: 768px) {
  .cta-paragraph{
      margin: 0;
}

.cta-section {
    height: 50vh;
}

  .services-section .row.g-4 {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 1rem;
  }

  .service-box {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 0.8rem;
    transition: background 0.3s ease;
    border-radius: 0;
  }

  .service-box:last-child {
    border-bottom: none;
  }

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

  .service-title h2 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    color: #000;
  }

  .service-title::after {
    content: "\2b"; /* plus sign */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #8BC53F;
    transition: transform 0.3s ease, content 0.3s ease;
  }

  .service-box.active .service-title::after {
    content: "\f0d7"; /* down arrow */
  }

  .hover-overlay {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0;
  }

  .service-box.active .hover-overlay {
    max-height: 400px;
    padding: 1rem 0.5rem;
  }

  .hover-overlay h2 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #333;
  }

  .hover-overlay p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
  }

  .hover-overlay .icon-circle {
    background: #8BC53F;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 1rem;
    transition: background 0.3s ease;
    margin-top: 10px;
  }

  .hover-overlay .icon-circle:hover {
    background: #692789;
  }

  .service-icon,
  .service-box img {
    display: none !important;
  }
}


.footer-links a:hover{
  text-decoration: none;
}


.service-box.hoverable:hover .hover-overlay {
  opacity: 1;
}

/* Žalias permatomas sluoksnis */
.service-box .hover-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(139, 197, 63, 0.6); /* #8BC53F su opacity */
  z-index: 1;
}

/* Užtikrinam, kad turinys virš sluoksnio */
.service-box .hover-overlay h2, .service-box .hover-overlay p {
  position: relative;
  z-index: 2;
  color: white;
  opacity: 0;
  transform: translateY(0px);
  transition: all 0.4s ease;
}

/* Pavadinimas: pasirodo iš kairės */
.service-box.hoverable:hover .hover-overlay h2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

/* Aprašymas: fade-in šiek tiek pavėluotai */
.service-box.hoverable:hover .hover-overlay p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Pradinė būsena (nematomas, pakeltas) */
.service-box .hover-overlay a.icon-circle {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(0px);
  transition-delay: 0.2s;
}

/* Per hover – matomas, krenta žemyn */
.service-box.hoverable:hover .hover-overlay a.icon-circle {
  opacity: 1;
  transform: translateY(0);
/*  transition-delay: 0.4s;*/
}


.services-section .icon-circle{
  z-index: 99;
}

.read-more-toggle {
  margin-top: 0px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.read-more-toggle:hover {
  color: #6fa931; /* tamsesnė žalia versija hover efektui */
  
}


:root {
  --green: #8BC53F;
  --purple: #692789;
}

.custom-video-wrapper {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background-color: #000;
}

.custom-video {
  width: 100%;
  height: 45vh;
  display: block;
  cursor: pointer;
  object-fit: cover; 
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.overlay-play-btn {
  background: var(--green);
  color: white;
  border: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.overlay-play-btn:hover {
  background: var(--purple);
  animation: pulse 1.5s infinite;
}


.overlay-play-btn i {
  font-size: 42px;
  /*pointer-events: none;*/
      position: relative;
    left: 3px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(107, 39, 137, 0.5);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 12px rgba(107, 39, 137, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(107, 39, 137, 0);
  }
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}


@media (max-width: 991px) {
  .menu-item-has-children > .sub-menu {
    max-height: 1000px !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

}

@media (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse ul.menu,
  .menu-menu-container ul.menu {
    overflow: visible !important; /* jokių scroll */
    max-height: none !important;
  }

  .menu-menu-container ul.sub-menu {
    overflow: visible !important;
    max-height: none !important;
  }
  .sub-menu {
  overflow: visible !important;  /* jokių scroll bar’ų */
  max-height: none !important;   /* nebėra fiksuoto aukščio */
}


  #menu-item-148 .sub-menu {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    position: static !important;
  }



}

@media (max-width: 991px) {
  /* Visada pilnai atidarytas submeniu */
  #menu-item-148 .sub-menu {
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
    position: static !important;
  }

  /* Pašalinti scroll bar iš tėvų */
  .menu-menu-container,
  .navbar-collapse,
  .menu-menu-container ul.menu,
  .menu-menu-container ul.menu li,
  .menu-menu-container ul.sub-menu {
    max-height: none !important;
    overflow: visible !important;
  }

  /* Pašalinti visą fiksuotą aukštį ir ribojimus */
  .menu-menu-container ul.sub-menu {
    height: auto !important;
  }
}




.custom-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: none; /* slepiam kol nepradeda groti */
  align-items: center;
  z-index: 11;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 10px;
  border-radius: 8px;
  gap: 8px;
}

#volumeControl {
  width: 100px;
  accent-color: var(--green);
}

.control-btn {
  background: var(--green);
  color: white;
  border: none;
  padding: 6px 10px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.control-btn:hover {
  background: var(--purple);
}

/* Transparent Header ir baltos navigacijos nuorodos */
.navbar {
    background-color: transparent !important;
    box-shadow: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.navbar .navbar-nav .nav-link,
.navbar-brand,
.navbar-brand:hover {
    color: #ffffff !important;
}

.navbar-toggler {
    border-color: rgba(255,255,255,0.6) !important;
}

.navbar-toggler-icon {
    filter: invert(1); /* Hamburger mygtukas baltas */
}

.menu-menu-container ul.menu li a, #menu-item-20{
      color: white !important;
    }

.menu-menu-container ul.sub-menu li a{
  color: black !important;
}

.contact-form-hero{
      position: relative;
      top: 5rem;
    }

/* Responsive stiliai iki 768px */
@media (max-width: 768px) {
    .navbar-collapse {
        background-color: rgba(0,0,0,0.8);
        border-radius: 10px;
        padding: 1rem;
        margin-top: 0.5rem;
    }

    .navbar .navbar-nav .nav-link {
        padding: 8px 0;
        text-align: left;
    }

}

#service-stats-section{
  margin-top: 5vh;
}


.video-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.video-loader .spinner {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* ANIMACIJOS */

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Pagrindinė meniu stilių bazė mobiliai versijai */
@media (max-width: 991px) {
  .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 1rem;
    position: static !important;
    background: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: auto !important;
    display: block !important;
  }

  .menu-item-has-children.menu-open > .sub-menu {
    max-height: 1000px; /* arba daugiau jei reikia */
  }

  .menu .sub-menu .menu-item {
    padding: 0.5rem 0;
    border: none;
    background: none;
  }

  .menu-item-has-children > a::after {
    content: "";
    font-size: 0.6rem;
    margin-left: 6px;
    transition: transform 0.3s ease;
    display: inline-block;
            position: relative;
        bottom: 2px;
  }



  .menu-item-has-children.menu-open > a::after {
    transform: rotate(180deg);
  }

  /* Saugumo sumetimais */
  .menu,
  .menu ul,
  .menu li {
    overflow-x: hidden;
  }
}

.mobile{
  display: none ;
}

.iframe-wrapper {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}


.award-swiper .partner-logo{
      height: 150px !important;
      width: auto !important;
}


@media (max-width: 768px) {

  .desktop{
    display: none;
  }

  .mobile{
    display: block;
  }

  body {
    overflow-x: hidden;
  }

  .services-box {
    margin: 0 1rem;
    padding: 1rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }

  #services .row.g-4 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .service-box {
    all: unset;
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border-radius: 12px;
    position: relative;
    box-sizing: border-box;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
  }

  .service-box:last-child {
    margin-bottom: 0;
  }

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

  .service-title h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
  }

  /* FontAwesome icon on right */
  .service-title::after {
    content: "\002b"; /* plus */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    color: #8BC53F;
    transition: transform 0.3s ease, content 0.3s ease;
  }

  .service-box.active .service-title::after {
    content: "\f078"; /* chevron down */
  }

  /* Remove desktop-only visuals */
  .service-icon,
  .service-box img,
  .service-box.hoverable::before,
  .service-box.hoverable::after,
  .hover-overlay-desktop {
    display: none !important;
  }

/*  .hover-overlay {
    display: none;
    width: 100%;
    background: url('http://localhost/wiseguys/wp-content/uploads/2025/05/service.jpg') center center / cover no-repeat;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 1rem;
    color: white;
    box-sizing: border-box;
  }*/

  .service-box.active .hover-overlay {
    display: block;
    animation: fadeInSlide 0.3s ease forwards;
  }

  .hover-overlay h2 {
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin-bottom: 0.5rem;
  }

  .hover-overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
    color: white;
    margin-bottom: 0.8rem;
  }

  .hover-overlay .icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #692789;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1rem;
    text-decoration: none;
    margin-top: 0.8rem;
    transition: background 0.3s ease;
  }

  .hover-overlay .icon-circle:hover {
    background-color: #692789;
  }

  .service-box{
    padding: 0 !important;
  }

  .hover-overlay{
    border-radius: 0;
  }

  .service-title{
        padding: 1rem;
    padding-bottom: 0;
  }

  .hover-overlay{
    padding: 1rem !important;
  }

  .services-box>div{
    background: white !important;
  }

  .service-box.hoverable:hover {
  background-color: transparent;
}

.service-box.hoverable:hover .service-content h2 {
    color: black;
}

.service-box.hoverable:hover{
  box-shadow: none !important;
}

.contact-form-hero{
      position: relative;
      top: 5rem;
          height: auto;
    }

.content-hero{
    position: relative;
    top: 10vh;
}

    .call-hero-cta-button {
        font-size: 1.25rem;
        width: 94%;
        border-radius: 16px;
        background: #8bc53f63;
        border: 2px solid white;
        color: white;
        margin-left: 1%;
        text-align: center;
    }

.hover-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8BC53F80; /* žalias permatomas sluoksnis */
  z-index: 1;
}

/* Užtikrina, kad tekstas būtų virš žalio sluoksnio */
.hover-overlay > * {
  position: relative;
  z-index: 2;
}

.services-box .row{
  padding: 0 !important;
}

  /* Animacija */
  @keyframes fadeInSlide {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .about-us-stats h4 {
    font-size: 30px !important;
}

  .menu {
    display: flex;
    flex-direction: column;
  }

  .menu-menu-container{
    margin-top: 3vh;
    margin-bottom: 2vh;
  }

  .hero-about h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 100%;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.services-box .row.g-4 .col-md-4:last-of-type {
  margin-bottom: 5vh;
}

.services-box{
  display: none;
}

  .mobile-services {
    padding: 1rem;
    background: white;
    border-radius: 20px;
  }

  .service-accordion {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .accordion-header {
    padding: 1rem;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    border-bottom: 1px solid #eee;
  }

  .accordion-header.active {
    background: #f5f5f5;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .accordion-image {
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 220px;
  }

  .accordion-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 100, 0, 0.4); /* green overlay */
    z-index: 1;
  }

  .accordion-text {
    position: relative;
    z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.icon-circle {
  align-self: flex-end;
}


  .accordion-text h4 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
  }

  .accordion-text p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }

  .icon-circle {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    color: green;
    text-align: center;
    line-height: 32px;
    font-size: 1rem;
    text-decoration: none;
  }

#about-us-article h3 {
    font-size: 28px;
}

#about-us-article-inside h3{
    font-size: 21px;
}

.cta-section h2 {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 3vh;
}

.phone-about-image{
  margin-top: 3rem;
}

.fw-bold-mobile{
  font-weight: 700;
}

.menu-menu-container ul.menu li {
  position: relative;
  text-align: center;
}

.menu-menu-container ul.sub-menu li a{
  color: white !important;
}

.menu-menu-container ul.sub-menu{
  padding: 0;
}

  .hero-about{
    height: 30vh;
  }

  .hero-overlay {
    padding-top: 8vh;
}

.custom-mg-0{
  margin-top: 0 !important;
}

.about-title{
          font-size: 22px !important;
}

.info-area h2{
  font-size: 32px;
}

.contact-promo .contact-info h4{
  font-size: 32px;
}

/* Pagrindinė meniu animacija */
.navbar-collapse {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  transition: left 0.3s ease-in-out;
  z-index: 1000;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between; /* viršus - apačia */
  padding: 2rem;
  color: black;
}

/* Kai aktyvuotas */
.navbar-collapse.show {
  left: 0;
}

/* Meniu nuorodų stilius */
.navbar-collapse ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navbar-collapse ul li {
  margin: 1rem 0;
}

.navbar-collapse ul li a {
  color: black !important;
  font-size: 1.2rem;
  text-decoration: none;
}

.navbar-collapse ul li a:hover {
  color: #007bff !important;
}

/* Contact Us mygtuko apačia */
.menu-footer {
  width: 100%;
  text-align: center;
}

/* Burger ikonos dydis */
.navbar-toggler i {
  font-size: 1.5rem;
}

.menu-menu-container ul.menu li a, #menu-item-20{
  color: black !important;
}

#menu-item-23{
  display: none;
}

.navbar-collapse ul li {
        margin: 0.5rem 0;
    }

    .close-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1100;
}
.close-menu i {
  color: black;
}

.navbar-collapse ul.sub-menu li a {
  color: black !important;
}

.navbar-collapse ul.sub-menu {
  display: block !important;
}

#menu-item-146{
  padding-top: 1rem;
}

/* Didesnis burger */
.navbar-toggler i {
  font-size: 2rem; /* Didesnis dydis */
  color: white !important; /* Balta spalva */
}

/* Arčiau dešinės */
.navbar-toggler {
  margin-left: auto; /* „stumiamas“ į dešinę */
  order: 2; /* jei reikia, kad būtų po logo */
}


#no-more-message{
  display: grid;
}

.menu-item-has-children > a::after {
  font-family: "Font Awesome 5 Free"; /* arba 6, priklausomai nuo tavo versijos */
  font-weight: 900;
  content: "\f063"; /* angle-down ikona */
  display: inline-block;
  margin: 0 8px; /* didesni tarpai */
  font-size: 1.1rem; /* šiek tiek mažesnės */
  animation: gentleBounce 1.0s infinite alternate; /* švelni animacija */
  vertical-align: middle; /* centras */
  color: #000; /* jei reikia */
}

.menu-item-has-children > a::before {
  margin-left: 0;
}

.menu-item-has-children > a::after {
  margin-right: 0;
}

@keyframes gentleBounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(2px); }
}

/* Papildomai – kai atidaryta, rodyklės apsisuka */
.menu-item-has-children.menu-open > a::before,
.menu-item-has-children.menu-open > a::after {
  transform: rotate(180deg);
}


.menu-footer .btn-success {
    background-color: #8BC53F;
    border-color: #8BC53F;
    color: white;
    font-weight: bold;
    transition: background-color 0.3s ease;
    width: 70%;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

}


/* ===== WiseGuys Mobile Menu – visiškai nauji stiliai ===== */
@media (max-width: 992px){

  /* Resetinam tik meniu bloką ir jo turinį (išskyrus <i>) */
  #mainNavbar,
  #mainNavbar *:not(i){
    all: unset !important;
    display: revert !important;
    box-sizing: border-box !important;
  }

  /* Konteineris */
  #mainNavbar{
    position: fixed !important;
    inset: 0 0 0 auto !important;
    width: min(86vw, 380px) !important;
    height: 100dvh !important;
    right: -100% !important;
    top: 0 !important;
    background: #111 !important;
    color: #fff !important;
    padding: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    transition: right .25s ease !important;
    z-index: 9999 !important;
  }
  #mainNavbar.show{ right: 0 !important; }

  /* Overlay fonas */
  #mainNavbar.show::before{
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    background: rgba(0,0,0,0.5) !important;
    z-index: -1 !important;
  }

  /* Close button */
  #mainNavbar .close-menu{
    align-self: flex-end !important;
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 24px !important;
    cursor: pointer !important;
  }

  /* Menu sąrašas */
  #mainNavbar .menu{
    list-style: none !important;
    margin: 20px 0 !important;
    padding: 0 !important;
    flex: 1 !important;
  }
  #mainNavbar .menu > li{
    margin-bottom: 10px !important;
    background: #1a1a1a !important;
    border-radius: 8px !important;
  }
  #mainNavbar .menu > li > a{
    display: block !important;
    padding: 12px 16px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }
  #mainNavbar .menu > li > a:hover{
    background: #8BC53F !important;
  }

  /* Submenu */
  #mainNavbar .menu-item-has-children > a::after{
    content: "\f063"; /* angle-down ikona */
    float: right !important;
    font-size: 1.1rem; /* šiek tiek mažesnės */
    opacity: 0.7 !important;
    font-weight: 900;
      font-family: "Font Awesome 5 Free"; /* arba 6, priklausomai nuo tavo versijos */
  color: white !important; /* jei reikia */
  }
  #mainNavbar .sub-menu{
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #222 !important;
    display: none !important;
  }
  #mainNavbar .menu-item-has-children:hover > .sub-menu,
  #mainNavbar .menu-item-has-children:focus-within > .sub-menu{
    display: block !important;
  }
  #mainNavbar .sub-menu li a{
    display: block !important;
    padding: 10px 16px !important;
    color: #ccc !important;
    font-size: 14px !important;
    text-decoration: none !important;
  }
  #mainNavbar .sub-menu li a:hover{
    background: #8BC53F !important;
    color: #fff !important;
  }

  /* Footer mygtukas */
  #mainNavbar .menu-footer{
    margin-top: auto !important;
  }
  #mainNavbar .menu-footer .btn{
    display: block !important;
    width: 100% !important;
    background: #8BC53F !important;
    color: #fff !important;
    text-align: center !important;
    padding: 12px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    text-decoration: none !important;
  }
  #mainNavbar .menu-footer .btn:hover{
    background: #13923f !important;
  }

  .close-menu i{
    color: white !important;
  }


    

}

