/*
Theme name: Autogyvas/Dubajus
Author: Karolis Paciavicius
Description: Tema kurta specialiai šiam projektui. Visos autorines teises užregistruotos ir saugomos. Atsiradus platinimui prašome susisiekti.
Version: 0.1
License: GNU General Public License version 2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:two-columns,full-width-template,custom-colors,custom-menu,custom-header,custom-logo,featured-images,editor-style,custom-background,threaded-comments,theme-options, translation-ready,custom-theme.

2026.01.01 Pradėta kurti nuo tuščio lapo.
2026.01.05 Pirmą kart pristatyta viešai.
*/

body {
margin:0;
font-family:Segoe UI,Arial;
background:#0b0e13;
color:#e6e6e6
}

a {
color:#1e90ff;
text-decoration:none
}

.container {
max-width:770px;
margin:auto;
padding:0 20px
}

header {
position:sticky;
top:0;
z-index:999;
background:#0b0e13;
border-bottom:1px solid #1a1f27
}

.header-inner {
display:flex;
justify-content:space-between;
align-items:center;
height:70px;
max-width:1100px
}

.logo {
font-size:20px;
font-weight:700
}

.hero {
background:url(https://autogyvas.lt/wp-content/themes/wp%20th/assets/img/hero1.png) center/cover no-repeat;
padding:120px 0;
text-align:center;
position:relative;
overflow:hidden
}

.hero::after {
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
height:160px;
background:linear-gradient(to bottom,#0b0e1400 0%,#0b0e1499 40%,#0b0e14ff 100%);
pointer-events:none
}

.hero-overlay {
background:#0009;
padding:30px 20px
}

.btn {
display:inline-block;
padding:14px 28px;
background:#1e90ff;
color:#fff;
border-radius:4px
}

.section {
padding:40px 0
}

.section h1 {
text-align:center;
margin-bottom:35px
}

.section p {
text-align:center;
margin-bottom:35px
}

.services {
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px
}

.service-box {
background:#141923;
text-align:center;
border-radius:6px;
overflow:hidden
}

.service-box img {
border-radius:8px;
max-width:240px;
max-height:260px;
display:block
}

.service-box div {
padding:20px
}

footer {
background:#07090d;
opacity:.7
}



.footer-copyright {
padding-left:40px
}

.footer-premium {
  position: relative;
  background: #070b16;
  overflow: hidden;
}

/* HERO stiliaus perėjimas */
.footer-gradient {
  position: absolute;
  inset: 0;
  background: url('https://autogyvas.lt/wp-content/themes/wp%20th/assets/img/hero1.png') center / cover no-repeat;
	filter: blur(18px);
  opacity: 0.25;
  transform: scale(1.1);
  pointer-events: none
}

.footer-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  z-index: 2;
  padding: 30px 40px;
}

/* VIENODAS AUKŠTIS */
.footer-box {
  background: #0e1428;
  padding: 35px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

/* ANTRAŠTĖS */
.footer-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #5aa9ff;
}

/* TEKSTAS */
.footer-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #cfd6ff;
  margin: 6px 0;
}

.footer-desc {
  margin-bottom: 20px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #4da3ff; /* Mėlynas fonas ant hover */
  box-shadow: 0 0 15px rgba(77,163,255,0.6); /* Glowing efektas */
  transform: scale(1.1); /* Šiek tiek padidėja */
}

.footer-social{
	display:flex !important;
	flex-direction:row !important;
	gap: 14px;
	justify-content:flex-start;
	align-items:center;
}



/* 📱 MOBILE */
@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-premium {
    padding: 60px 20px;
  }
}
