
.contact-info {
    display: flex;
    z-index: 3;
}



.otgs-development-site-front-end , .header-menu-sidebar-inner  , .hamburger hamburger--squeeze is-active ,.hamburger hamburger--squeeze is-active{
    
    display: none!important;
}
 .menu-toggle img,
    .close-menu img {
      width: 24px;
      height: 24px;
      display: block;
    }

    /* ======= Bendri stiliai ======= */
    .menu-toggle, .close-menu {
      background: none;
      border-radius: 10px!important;
      padding: 10px 10px!important;
      cursor: pointer;
      background: #ffffff8f!important;
      
    }
    .main-nav ul {
      display: flex;
      list-style: none;
      gap: 1rem;
      margin: 0;
      padding: 0;
    }

    /* ======= Mobiliojo meniu mygtuko eilutė ======= */
    .mobile-menu-row {
      display: none;
      padding: 0.5rem 1rem;
      text-align: right;
    }

    /* ======= Mobiliojo meniu overlay ======= */
    .mobile-menu-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.97);
      transform: translateX(-100%);
      transition: transform 0.3s ease-in-out;
      z-index: 9999!important;
    }
    .mobile-menu-overlay.open {
      transform: translateX(0);
    }
    .mobile-menu-overlay .close-menu {
      position: absolute;
      top: 1rem;
      right: 1rem;
    }
    .mobile-menu-overlay ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      gap: 2rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
}


.header-hero {
  background-image: url('/wp-content/themes/customify/assets/images/bgrd2.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -120px;
  height: auto;
}

/* --------------- LAYOUT UTILS --------------- */
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* --------------- HEADER --------------- */
.site-header {
  width: 100%;
}

/* —— Top bar —— */
.header-top {

  color: #fff;
  font-size: 0.9rem;
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.contact-info a {
  margin-right: 1.5rem;
  display: inline-flex;
  align-items: center;
  color: #fff;
  transition: opacity 0.2s;
}

.contact-info a:last-child {
  margin-right: 0;
}

.contact-info a:hover {
  opacity: 0.8;
}

.contact-info i {
  margin-right: 0.4rem;
  font-size: 1rem;
  color:red;
}

article, aside, footer, header, nav, section {
    display: block;
    z-index: 1!important;
}
/* —— Main navigation —— */
.main-nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin-top: 23px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 500;
}

.main-nav a {
  color: #fff;
  padding: 0.4rem 0.8rem;
  transition: background-color 0.2s, color 0.2s;
  font-family: 'Poppins', sans-serif;
}

.main-nav a:hover {
  background-color: rgba(255,255,255,0.1);
  border-radius: 4px;
}

/* --------------- HERO SECTION --------------- */


.hero-content {
  display: flex;
  align-items: center;

}

.logo img {
    max-height: 150px;
    margin-left: 10px;
    margin-top: 120px;
    width: auto!important;
}

.hero-text {
  flex: 1;
}

.hero-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 58px;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.hero-text p {
  font-size: 28px;
  margin-bottom: 1.2rem;
  color: #ffffff;
}


.hero12-text {
  flex: 1;
}

.hero12-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 58px;
    color: #FFFFFF;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.hero12-text p {
  font-size: 38px;
  margin-bottom: 1.2rem;
  color: #ffffff;
}

/* —— CTA Button —— */
.btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 1.6rem;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  max-height: 44px;
}

.btn-primary {
  background-color: #DB2427; /* raudona */
  color: #fff;
}

.btn-primary:hover {
    color: #fff;
  opacity: 0.9;
}

/* —— Hero image —— */
.hero-image {
  flex: 1;
  text-align: right;
}

.hero-image img {
  max-width: 1000px;
  height: auto;
  display: inline-block;
}



.cards-container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(rgb(1 41 105 / 66%), rgb(0 147 255 / 82%)), url(wp-content/themes/customify/assets/images/sky-with-clouds%208.png) bottom / cover no-repeat;
    padding-bottom: 200px;
}

.cards-container {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}


.cards-container11 {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(rgb(1 41 105 / 66%), rgb(0 147 255 / 82%)), url(wp-content/themes/customify/assets/images/sky-with-clouds%208.png) bottom / cover no-repeat;
    padding-bottom: 300px;
}

.cards-container11 {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.card-wrapper {
    position: relative;
    margin-top: -76px;
}
.card-wrapper2 {
    position: relative;
    margin-top: 170px;
    margin-left: 50px;
}
.card-svg {
    position: absolute;
    left: -31px;
    top: 3.5%;
    width: 40px;
    height: 70px;
    z-index: 2;
    pointer-events: none;
}

.card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 350px;
    position: relative;
}
.card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: #fff;
    height: 76px;
    padding: 0 20px;
}

.card-header h3 {
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-size: 1.40rem;
    color: white;
    max-width: 200px;
}

.card-header.antras h3 {
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-size: 1.50rem;
    color: white;
    max-width: 300px;
}

.card-body {
    background: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 120px;
}

.card-body2 {
    background: #ffffff;
    padding: 20px;
    display: flex;
    justify-content: center;
    height: 70px;
}

.card-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.card-stats li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 8px;
    width: 115px;
    font-family: 'Poppins', sans-serif;
    color: #0A3474;
}
.card-stats .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}


.card-stats3 {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.card-stats3 li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 8px;
    width: 115px;
    font-family: 'Poppins', sans-serif;
    color: #0A3474;
}
.card-stats3 .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.card-desc {
    font-size: 0.85rem;
    color: #555;
    margin: 0;
    margin-left: 20px;
}

.card-stats img {
    margin-right: 10px !important;
    height: 25px;
    width: 25px;
}
.container2 {
    width: 1300px;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    height: 60px;
    margin-top: -120px;
}

.container5 {
    width: 1300px;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    height: 60px;
    margin-top: -230px;
}

.container11 {
    width: 1300px;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    height: 60px;
    margin-top: -250px;
}

.container6 {
    width: 1300px;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    height: 60px;
    margin-top: -80px;
}

.left-block {
    display: flex;
    align-items: center;
    background-color: #0A3474;
    width: 250px;
    color: white;
    justify-content: center;
    height: 60px;
    border-radius: 8px 8px 0 0;
    border: 1px solid #ffffff;
    font-size: 25px;
    font-weight: 300!important;
}



.left-text {
  font-size: 1.1em;
  font-weight: bold;
}

.right-block {
    flex: 1;
    text-align: right;
    font-size: 0.95em;
    line-height: 1.4;
    text-align: left;
    margin-left: 80px;
    color: white;
    font-size: 18px;
}
.container3 {
    position: relative;  /* arba absolute/fixed/sticky, pagal poreikį */
    width: 1300px;
    margin: 0 auto 60px auto;
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    z-index: 5;
}
.container12 {
    width: 1300px;
    margin: 0 auto 60px auto;
    display: flex;
    gap: 40px;
    box-sizing: border-box;
    margin-top: -40px;
}
.container8 {
    width: 1300px;
    margin: 0 auto 40px auto;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
}

.form-container {
    background: #fff;
    padding: 60px 30px 30px 30px;
    border-radius: 0 8px 8px 8px;
    box-shadow: -1px 3px 5px 6px rgba(0, 0, 0, 0.1);
}

.form-container2 {
    background: #fff;
    border-radius:  8px;
    box-shadow: -1px 3px 5px 6px rgba(0, 0, 0, 0.1);
    width: 700px;
    height: 450px;
    margin-top: 20px;
}

.form-container.kont {
    border-radius: 8px!important;
    padding: 30px!important;
}

    .form-container h2 {
        margin-top: 0;
        font-size: 24px;
        color: #004e92;
    }

    /* Forma – grid išdėstymas */
    .form-container form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
    width: 640px;
}


.form-container input, .form-container select {
    width: 100%;
    padding: 0; 
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    height: 55px;
    background-color: #C3DAFF;
    color: black;
    font-size: 18px!important;
    border-radius: 7px!important;

}

.form-container.kont input {
    width: 100%;
    padding: 0 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    height: 55px;
    background-color: #E9E9E9;
    color: black;
    font-size: 18px !important;
    border-radius: 7px !important;
}


.form-container.kont textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    height: 55px;
    background-color: #E9E9E9;
    color: black;
    font-size: 18px !important;
    border-radius: 7px !important;
}

/* Visoms naršyklėms */
.form-container input::placeholder {
  color: #000;
  opacity: 1; /* užtikrina, kad spalva nebūtų pritemdyta */
}

/* Senesnėms WebKit naršyklėms */
.form-container input::-webkit-input-placeholder {
  color: #000;
}

/* Senesnėms Mozilla naršyklėms */
.form-container input::-moz-placeholder {
  color: #000;
}

/* Internet Explorer 10+ */
.form-container input:-ms-input-placeholder {
  color: #000;
}

/* Microsoft Edge */
.form-container input::-ms-input-placeholder {
  color: #000;
}


    .form-container form .full {
        grid-column: 1 / -1;
    }

    .form-container label {
        display: block;
        font-weight: 500;
        font-size: 18px;
    font-weight: 500;
    }
    
    .form-container button.full {
    height: 60px;
    background-color: #DB2427!important;
    line-height: 1;               /* užtikrina, kad tekstas centre sėstų */
    display: flex;                /* lengvesnis vertikalus centravimas */
    align-items: center;          /* centras vertikaliai */
    justify-content: center; 
    border-radius: 7px!important;
}
    .form-container input,
    .form-container select {
        width: 100%;
        padding: 10px 12px;
        margin-top: 6px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 14px;
        box-sizing: border-box;
    }
    .form-container button {
        padding: 14px;
        background: #d11717;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        margin-top: 10px;
    }
    .form-container button:hover {
        background: #b31212;
    }
    .success {
        color: green;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .error {
        color: red;
        font-weight: bold;
        margin-bottom: 20px;
    }

    /* Nuotraukos blokas */
    .image-container {
        flex: 1;
        overflow: hidden;
    }
    .image-container img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .image-container2 {
    flex: 1;

    z-index: 2;
}
    .image-container2 img {
        display: block;
        width: 80%;
        height: auto;
        object-fit: cover;
    }
.containerapz {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0 120px 0;
}

.containerapz.foto {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    padding: 30px 0 60px 0;
}

.split-left {
    display: block;
    flex: 1;
    gap: 0.5rem;
    text-align: center;
    max-width: 270px;
    margin-right: 100px;
}
.split-icon {
  width: 80px;
  height: auto;
}

.split-title {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    color: #0A3474;
    margin-top: 10px;
}

.split-right {
    flex: 2;
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
    line-height: 32px;
    margin-top: 20px;
}

.photo-container {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
}

.photo-container img {
  display: block;
  width: calc((100% - 2 * 20px) / 3);
  height: auto;
}

.photo-container2 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding-bottom: 40px;
}

.photo-container2 img {
  display: block;
  width: calc((100% - 2 * 20px) / 3);
  height: auto;
}

.photo2-container {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-top: -230px;
}

.photo2-container img {
  display: block;
  width: calc((100% - 2 * 20px) / 3);
  height: auto;
}


.photo3-container {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-top: -100px;
}

.photo3-container img {
  display: block;
  width: calc((100% - 2 * 20px) / 2);
  height: auto;
}
.bg-container {
  height: 600px;               
  background-image: url("/wp-content/themes/customify/assets/images/pretty.png");
  background-size: cover;      
  background-position: top center; /* rodo visada viršų */
  background-repeat: no-repeat;
}


.bg2-container {
    height: 600px;
    background-image: url("/wp-content/themes/customify/assets/images/saldain.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: -120px;
    margin-bottom: 10px;
}


.bg3-container {
    height: 600px;
    background-image: url("/wp-content/themes/customify/assets/images/IMG_7567.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.container4 {
    width: 1300px;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    height: 60px;
    margin-top: -350px;
}

.form-container.foto {
    background: #ffffffd9;
    padding: 60px 30px 30px 30px;
    border-radius: 0 8px 8px 8px;
    box-shadow: -1px 3px 5px 6px rgba(0, 0, 0, 0.1);
}

.card-stats2 li {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 8px;
    width: 200px;
    font-family: 'Poppins', sans-serif;
    color: #0A3474;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    gap: 20px;
}

ol, ul {
    margin: 0!important;
    padding: 0;
}

.card.foto {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 350px;
    position: relative;
    border: 1px solid #ffffff;
}

.dovanu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: linear-gradient(rgb(0 63 163 / 83%), rgb(43 165 255 / 48%)), url(wp-content/themes/customify/assets/images/sky-with-clouds%208.png) bottom / cover no-repeat;
}

.hero5 {
  width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.hero__text {
  max-width: 50%;
}

.hero__text h3 {
  font-size: 48px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 0;
}

.hero__text h2 {
  font-size: 39px;
  font-weight: 300;
  color: #ffffff;
}

.hero__text p {
  font-size: 18px;
  line-height: 23px;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
}

.hero__image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hero7 {
  background: linear-gradient(rgb(1 41 105 / 66%), rgb(0 147 255 / 82%)), url(/wp-content/themes/customify/assets/images/sky-with-clouds%208.png) bottom / cover no-repeat;
  padding: 80px 20px;
  text-align: center;
}

.hero8 {
    background: linear-gradient(rgb(1 41 105 / 66%), rgb(0 147 255 / 82%)), url(/wp-content/themes/customify/assets/images/sky-with-clouds%208.png) bottom / cover no-repeat;
    padding: 80px 20px 250px 0;
    text-align: center;
}

.hero9 {
    background: linear-gradient(rgb(1 41 105 / 66%), rgb(0 147 255 / 82%)), url(/wp-content/themes/customify/assets/images/sky-with-clouds%208.png) bottom / cover no-repeat;
    padding: 80px 20px 250px 0;
    text-align: center;
    height: 1250px;
}

.hero9 .container9 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}


.hero10 {
    padding: 40px 20px 30px 0;
    text-align: center;
}

.hero10 .container10 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.hero8 .container8 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.hero7 .container7 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
}

.hero7__title {
    font-size: 48px;
    margin-bottom: 20px;
    min-width: 280px;
    color: white;
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
}

.hero7__subtitle {
  font-size: 17px;
  margin-bottom: 30px;
  color: white;
  text-align: left;
  line-height: 32px;
}  

.hero8__title {
    font-size: 48px;
    margin-bottom: 20px;
    min-width: 530px;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-left: 10px;
}

.hero9__title {
    font-size: 48px;
    margin-bottom: 20px;
    min-width: 250px;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-left: 10px;
}

.hero8__subtitle {
  font-size: 17px;
  margin-bottom: 30px;
  color: white;
  text-align: left;
  line-height: 32px;
}  




.hero10__subtitle {
  font-size: 17px;
  margin-bottom: 30px;
  color: black;
  text-align: left;
  line-height: 32px;
}  

.hero10__title {
    font-size: 48px;
    margin-bottom: 20px;
    min-width: 500px;
    color: #0A3474;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    margin-left: 10px;
}

.carousel-wrapper {
    position: relative;
    overflow: visible;
    max-width: 1300px;
    margin: 20px auto 120px auto;
}

.carousel {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;      
    background: #fff;
}
.carousel-track {
  display: flex;
  gap: 10px;                    
  transition: transform 0.5s ease;
}


.carousel-item {
  flex: 0 0 calc((100% - 20px) / 3);
}

.carousel-item img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 4px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.8)!important;
  border: none!important;
  font-size: 2rem!important;
  line-height: 1;
  padding: 0 15px!important;
  cursor: pointer;
  z-index: 10;
  border-radius: 25px!important;
  transition: background-color 0.2s ease;
  border: 0.5px solid #0A3474 !important;
  height: 40px!important;
  line-height: 35px!important;
  min-height: 42px!important;
  color: #0A3474!important;
  font-weight: 300!important;
  font-size: 20px!important;
}

/* mygtukai šonuose, šiek tiek už ribų */
.carousel-btn.prev { left: -10px; }
.carousel-btn.next { right: -10px; }

.carousel-btn:hover {
  background: rgba(255,255,255,1);
}

.hero11__subtitle {
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
    text-align: left;
    line-height: 32px;
    width: 500px;
    margin-top: 250px;
}

.form-container.kont p {
    font-size: 20px;
    font-weight: 700;
    max-width: 500px;
    color: black;
}

.hero121__subtitle p {
  font-size: 17px;
  margin-bottom: 30px;
  color: black;
  text-align: left;
  line-height: 32px;
} 

.image-container2 h1  {
  font-size: 23px;
  margin-bottom: 30px;
  color: black;
  text-align: left;
  line-height: 32px;
  font-weight: 700;
  margin-top: 70px;
} 

.image-container2 p {
  font-size: 20px;
  margin-bottom: 30px;
  color: black;
  text-align: left;
  line-height: 32px;
  font-weight: 400;
  max-width: 500px;
} 

.map-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

.container16 {
    width: 1300px;
    display: block;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 20px 0;
}

.container16 p {
   font-size: 18px;
  color: black;
  text-align: left;
  line-height: 32px;
  font-weight: 400;
}

.container16 h1 {
   font-size: 22px;
  color: black;
  text-align: left;
  line-height: 32px;
  font-weight: 700;
  margin: 30px 0;
}

.container17 {
    width: 1300px;
    display: block;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 20px 0;
}

 .gallery {
      display: flex;
      flex-wrap: wrap;
      margin: -5px;            /* kad panaršius margin būtų simetriškas */
    }
    .gallery .item {
      width: calc(33.333% - 10px);  /* 3 stulpeliai, atimant tarpus */
      margin: 5px;
      box-sizing: border-box;
    }
    .gallery .item img {
      display: block;
      width: 100%;
      height: auto;
    }


.container18 {
    width: 1300px;
    display: block;
    align-items: center;
    margin: 0 auto 0 auto;
    padding: 20px 0;
}

.events-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 1300px;
  margin: 40px auto;
}
.event-card {
  display: flex;
  gap: 40px;
}
.poster {
  flex: 0.6;
  overflow: hidden;
}
.poster-img {
  display: block;
  width: 100%;
  height: auto;
}
.details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.date-box {
  background: #479bff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  box-shadow: -1px 3px 7px 4px rgba(0, 0, 0, 0.1);
}
.month {
    font-size: 32px !important;
    color: white;
    text-align: left;
    line-height: 40px;
    font-weight: 700;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}
.day {
    font-size: 2.5rem;
    font-weight: bold;
    background-color: white;
    color: #0A3474;
    font-family: 'Poppins', sans-serif;
}
.location { font-size: 1rem; color: #555; }
.text-container {
  max-height: 6em;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: black;
}
.text-container.expanded { max-height: 100em; color:black;}
.btn {
  background: #e11212;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  margin-bottom: 50px;
}
.btn:hover { opacity: 0.9; }
.details .header {
  display: flex;
  align-items: center;   
  margin-bottom: 1rem;
  gap: 20px;
  margin-top: 50px;
}
.details .date-box {
  margin-right: 1rem;   
}
.details .detailstext h2 {
  margin: 0;
  font-size: 1.25rem;
}
.detailstext h2 {
    font-size: 32px !important;
    color: #0A3474;
    text-align: left;
    line-height: 40px;
    font-weight: 900;
    max-width: 300px;
    width: 250px;
    text-transform: uppercase;
}
.btn.read-more {
    margin-top: 20px;
    background-color: #DB2427!important;
    border-radius: 10px!important;
}
.linereg {
  border-bottom: 1px solid #0A3474;
}

  .center-container {
      display: flex;
      justify-content: center; /* horizontalus center */
      align-items: center;     /* vertikalus center */
      height: 100%;
    }

.btn2 {
    display: inline-block;
    background-color: #d32f2f !important;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 15px 24px !important;
    border-radius: 7px !important;
    width: 560px !important;
    text-transform: none !important;
    font-size: 18px !important;
    margin: 40px !important;
    border: none;
    cursor: pointer; /* pridėta */
    transition: background-color 0.3s ease;
}

.btn2:hover {
    background-color: #c62828 !important;
    /* jeigu norėtum čia, bet nebūtina:
    cursor: pointer !important;
    */
}


.form-container button.full:hover  {
    background-color: #c62828 !important;
}


@media only screen and (min-width: 768px) {
    
    .photo-container2 , .headertext.mobil  {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-top  {
    display: none !important;
  }
  
  .card-desc  {
    display: none !important;
  }
  
  
  .photo-container   {
    display: none !important;
  }
.logo {
        margin-left: 20px;
        margin-top: -10px;
}
.logo img {
    max-height: 70px;
    
}
    .hero-text h1 {
        font-size: 25px;
        max-width: 100px;
        margin-top: 10px;
    }

              .hero-image img {
        max-width: 470px;
        margin-top: -25px;
        margin-left: 150px;
    }
    
    .hero-image {
    position: absolute;
}

.header-main .light-mode {
    box-shadow: none!important;
}

    .hero-text p {
        font-size: 18px;
        max-width: 250px;
    }
.hero-content {
    margin-top: 60px;
}
 
.hero-text {
    margin-bottom: 20px;
}

.btn {
    border-radius: 10px;
}
.hamburger {
    background-color: #ffffffa8!important;
    padding: 0 10px!important;
    border-radius: 5px!important;
    color: #000000!important;
}
.hero12-text h1 {
    font-size: 24px;
    max-width: 200px;
    margin-top: 20px;
    margin-left: 10px;
}
.hero12-text p {
    font-size: 24px;
    margin-left: 10px;
}
.split-title {
    font-size: 20px;
    text-align: center;
    width: 150px;
}
.split-icon {
    width: 40px;
}

.split-right {
        flex: 2;
        font-size: 12px;
        line-height: 1.5;
        color: #000000;
        line-height: 17px;
        margin-top: 20px;
        margin-right: 20px;
    }

    .split-left {
        display: block;
        text-align: center;
        max-width: 100%;
        margin-right: 20px;
        margin-left: 15px;
        margin-top: 50px;
    }
      .containerapz {
        padding: 10px 0 60px 0;
    }

   .cards-container {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100% !important;
        padding-bottom: 150px;
    }

.card-header h3 {
        font-size: 11px;
        line-height: 15px;
        padding: 0 10px;
    }
    .card-body {
        height: 60px;
        padding: 5px;
        width: 90%;
        justify-content: space-around;
        align-items: center;
        z-index: 3;
    }
.card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    position: relative;
}
    .card-wrapper {
        position: relative;
        margin-top: -40px;
        width: 27%;
    }

.card-stats li {
    font-size: 10px;
    justify-content: center;
}
    .card-stats img {
    margin-right: 10px !important;
    height: 15px;
    width: 15px;
}
.card-header {
    height: 40px;
    padding: 0;
}

.card-header.foto {
    height: auto;
    padding: 0;
}

.card-header.dangaus {
    height: auto;
    padding: 0;
}

.card-svg {
        position: absolute;
        left: -24.65px;
        top: 8%;
        width: 40px;
        height: 32px;
        z-index: 2;
        pointer-events: none;
    }
    
    .container3 {
    width: 90%;
    flex-direction: column;
    margin: 0 auto 20px auto;
}
.container2 {
    width: 90%;
    display: flex;
    align-items: center;
    margin: 0 auto 0 auto;
    height: 40px;
    margin-top: -120px;
}

    .left-block {
        display: flex;
        font-size: 15px;
        width: 140px;
        height: 40px;
    }
    .right-block {
        margin-left: 20px;
        font-size: 12px;
        margin-top: -20px;
    }
    .form-container form {
    width: 100%;
}
.form-container {
    padding: 30px;
}

.form-container label {
    font-size: 13px;
}

.form-container input, .form-container select {
    height: 32px!important;
    font-size: 11px !important;
}
.form-container form {
    gap: 15px 10px;
}
.form-container button.full {
    height: 35px;
    font-size: 13px;
}

form {
    margin-bottom: 0!important;
}

.photo-container2 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;     /* leidžiame eilučių lūžius */
  gap: 10px;
  padding-bottom: 20px;
}

.photo-container2 img {
  flex: 0 0 calc((100% - 10px) / 2);  /* 2 elementai per eilutę, atimame vieną gap */
  height: auto;
}

.containerapz.foto {
    padding: 0 0 10px 0;
}

.bg-container {
    height: 300px;
}
.container4 {
    width: 90%;
    height: 40px;
    margin-top: -150px;
}
.form-container.foto {
    padding: 30px;
}
img[alt="Lėktuvo sparnas virš debesų"] {
  display: none !important;
}
img[alt="bilietai"] {
  display: none !important;
}


.card-wrapper2 {
    margin-top: 0;
    margin-left: 0;
}

    .card.foto {
        width: 100%;
        display: flex;
    }
    
    .image-container {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

           .hero__image img {
        display: block;
        max-width: 500px;
        height: auto;
        position: absolute;
        margin-left: -130px;
        margin-top: -80px;
    }

.hero__text h3 {
    font-size: 24px;
    margin-top: 25px;
}
.hero__text h2 {
    font-size: 15px;
    margin-top: 10px;
}
.hero5 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

    .hero__text p {
        font-size: 11px;
        line-height: 15px;
        margin: 0;
        color: #ffffff;
        font-weight: 400;
        max-width: 140px;
        margin-bottom: 80px;
    }

    .hero__text {
        max-width: 70%;
        margin-left: 20px;
    }

.container5 {
        width: 90%;
        height: 40px;
        margin-top: -50px;
    }
    
       .hero7 .container7 {
        width: 90%;
        display: block;
        padding: 20px 0;
        text-align: left;
    }

.hero7__title {
    font-size: 24px;
    margin-left: 0;
}

.hero7 {
padding: 20px 0 70px 0;
}

.hero7__subtitle {
    font-size: 11px;
    margin-bottom: 30px;
    color: white;
    text-align: left;
    line-height: 20px;
}

.container6 {
    width: 90%;
    height: 40px;
}

    .bg2-container {
        height: 200px;
        margin-top: -330px;
        margin-bottom: 150px;
    }

.image-container.dangaus {
    margin-top: 150px;
}



.hero8 .container8 {
        width: 90%;
        display: block;
        padding: 20px 0;
        text-align: left;
    }
    
    .hero8__title {
    font-size: 24px;
    margin-left: 0;
     min-width: 0;
}

.hero8 {
padding: 20px 0 70px 0;
}

.photo2-container {
    width: 90%;
    margin-top: -90px;
}

img[alt="Nuotrauka 6"] {
  display: none !important;
}

.photo2-container img {
    display: block;
    width: calc((100% - 1 * 20px) / 2);
    height: auto;
}

.btn2 {
    padding: 0 24px !important;
    width: 90%!important;
}


.hero9 .container9 {
        width: 90%;
        display: block;
        padding: 20px 0;
        text-align: left;
    }
    
    .hero9__title {
    font-size: 24px;
    margin-left: 0;
}

.hero9 {
padding: 20px 0 50px 0;
    height: auto;
}


.photo3-container {
    width: 90%;
    margin-top: -50px;
}

.hero8__subtitle {
    font-size: 11px;
    margin-bottom: 30px;
    color: white;
    text-align: left;
    line-height: 20px;
}

.hero9__subtitle {
    font-size: 11px;
    margin-bottom: 30px;
    color: white;
    text-align: left;
    line-height: 20px;
}

.hero10 .container10 {
    width: 90%;
    display: block;
}

.hero10__title {
     font-size: 24px;
    margin-left: 0;
    min-width: 0;

}

.photo3-container img {
  width: calc((100% - 1 * 20px) / 2);
}

.hero10__subtitle {
    font-size: 11px;
    margin-bottom: 5px;
    text-align: left;
    line-height: 20px;
}

.bg3-container {
    height: 300px;
}

.carousel-wrapper {
    max-width: 90%;
}

.carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.carousel {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    background: #fff;
}

.carousel-btn {
    font-size: 15px !important;
    min-height: 24px !important;
    padding: 0 10px !important;
    line-height: 3px !important;
    height: 28px !important;
}

.cards-container11 {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.card-header.antras h3 {
    font-size: 11px;
}

    .card-stats3 li {
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 8px;
        width: 115px;
        font-family: 'Poppins', sans-serif;
        color: #0A3474;
        align-items: center;
        justify-content: space-evenly;
    }
    
    .container11 {
    width: 90%;
    height: 40px;
}


.image-container2 p {
    margin-top: 0;
    font-size: 15px;
    line-height: 20px;
    width: 100%;
}

.image-container2.maps p {
    
    max-width: 150px;
}
html, body {
  overflow-x: hidden;
}
.site-footer {
    padding: 0!important;
}
.container17 {
    width: 90%;
}
.gallery .item {
    width: calc(50% - 10px);
    margin: 5px;
    box-sizing: border-box;
}
.container16 {
    width: 87%;
}

.container12 {
    width: 90%;
    gap: 0;
    margin-top: 50px;
    flex-direction: column;
        margin: 30px auto 20px auto
}

.container12.maps
{
    margin-top: 10px!important;
    flex-direction: column;
}
.form-container.kont p {
    font-size: 14px;
    font-weight: 700;
    max-width: 250px;
    color: black;
}

.image-container2 h1 {
    margin-top: 40px;
}

.form-container2 {
    width: auto;
}

.details .header {
    display: flex;
    align-items: center;
    margin-top: 5px;
    flex-direction: column;
            width: 100%;
}
.events-list {
    display: flex;
    width: 90%;
}

.event-card {
    gap: 20px;
}

.detailstext h2 {
    font-size: 20px !important;
    color: #0A3474;
    text-align: center;
    width: 140px;
    line-height: 28px;
}

.location  {
    display: none;
}

.headertext.desk {
    display: none!important;
}

.month {
    font-size: 20px !important;
    padding: 5px 20px;
}

.day {
    font-size: 36px;
    
}

.details {
    flex: 0;
    width: 40%;
}

.poster {
    flex: none;
    width: 50%;
}

.details .date-box {
    margin-right: 0; 
}

   /* ======= SVG ikonai meniu mygtukuose ======= */
   

    /* ======= Responsive ======= */
  
      .mobile-menu-row {
  display: block;
  position: relative; /* arba absolute/fixed */
  z-index:2;
}

      .header-top .main-nav {
        display: none;
      }
      .mobile-menu-overlay {
        display: block;
      }


.header-hero {
  margin-top: -210px;

}

}

