

                    .btn-call {
    display: inline-block;
    margin-top: 12px;
    padding: 14px 22px;
    background-color: #ff9a3c; 
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-call:hover,
.btn-call:focus {
    background-color: #ff9a3c;
    transform: translateY(-1px);
}

.btn-call:focus-visible {
    outline: 3px solid #90caf9;
    outline-offset: 3px;
}

div > p {
    font-size: 16px;
}



.uuuu_ppp{
    margin-bottom: 20PX;
}





.main_buttons {
    padding: 16px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff9a3c;
    border-radius: 50px;
    font-size: 20px;
    padding: 20px;
    width: 250px;
    height: 55px;
    font-weight: bold;
}

.susisiekti {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}


.pulse-button {
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    background: #ff9a3c;
    box-shadow: 0 0 0 rgba(255, 154, 60, 0.7);
    animation: pulse 1.8s infinite;
}




                        .place-card, .place-card-large{
                            display: none;
                        }
                        .map-wrapper {
                            position: relative;
                            width: 100%;
                            height: 400px;
                        }

                        .map-wrapper iframe {
                            width: 100%;
                            height: 100%;
                            border: 0;
                        }

                        .map-label {
                           position: absolute;
    top: 7px;
    left: 7px;
    z-index: 10;
    background: #ffffff;
    padding: 20px;
    width: 316px;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    z-index: 10;
                        }
                 .map-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.map-logo {
    width: 100px;
    height: auto;
    flex-shrink: 0;  
}

.map-text {
  line-height: 1.4;
}























.logo_footer{
    height: auto;
    width: 200px;
}

.section {
    padding-top: 170px ;
}

.section_index{
    padding-top: 70px;
}

.logossd{
    bottom: 5px!important;
    left: 5px!important;
border-radius: 4px!important;
}
.wp-block-image {
    margin: 40px 0;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.content{
    margin-bottom: 100px;
}
#imagers {
    border-radius: 5px;
    padding: 7px;
    height: auto;
    object-fit: cover;
    width: 60%;
    max-height: 400px;
    margin-top: 50px;
    /* box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px; */
    border-radius: 8px;
}

     
        
   
        /* Sąrašai */
        .privalumai-list,
        .naudojimas-list {
            list-style-type: none;
            /* padding-left: 0; */
            margin: 25px 0;
        }
        
        .privalumai-list li,
        .naudojimas-list li {
            margin-bottom: 12px;
            padding-left: 35px;
            position: relative;
            font-size: 1.1rem;
        }
        
        .privalumai-list li:before {
            content: '✅';
            position: absolute;
            left: 0;
            font-size: 1.2rem;
        }
        
        .naudojimas-list li:before {
            content: '🏢';
            position: absolute;
            left: 0;
            font-size: 1.2rem;
        }
        
        /* Išskirtiniai blokai */
        .medziaga-block {
            background-color: #f8f9fa;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            border-left: 5px solid #e74c3c;
        }
        
        .privalumai-block {
            background-color: #e8f4fc;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            border-left: 5px solid #3498db;
        }
        
        .panaudojimas-block {
            background-color: #fff8e1;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            border-left: 5px solid #ff9800;
        }
        
        /* Nuotraukų blokas */
        .foto-blokas {
            background-color: #f5f5f5;
            /* padding: 30px; */
            border-radius: 8px;
            margin: 40px 0;
            text-align: center;
            border: 2px dashed #ddd;
        }
        
        .foto-antraste {
            font-size: 1.2rem;
            color: #666;
            font-style: italic;
            margin-bottom: 20px;
        }
        
        .cta-block {
            background-color: #2c3e50;
            color: white;
            padding: 40px;
            border-radius: 8px;
            margin: 40px 0;
            text-align: center;
        }
        
        .cta-block h3 {
            color: white;
            margin-top: 0;
        }
        
        .cta-button {
     display: inline-block;
    background-color: #ff9a3c;
    color: white;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin-top: 20px;
        }
  
.sidebar-footer {
  padding: 1.25rem;
  color: #94a3b8; /* 更柔和的蓝灰色 */
  font-size: 0.8125rem; /* 13px */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  text-align: center;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.sidebar-footer:hover {
  opacity: 1;
}






        .section-dark {
            background-color: var(--primary);
            color: white;
            padding: 70px;
        }



    .messengerfb-button i {
      margin-right: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
    }

    .messengerfb-button i img {
      width: 100%;
      height: 100%;
    }

    
   .messengerfb-button {
      position: fixed;
      width: 50px;
      height: 50px;
      bottom: -60px;
      right: 30px;
      transition: bottom 0.3s;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      z-index: 1;
      cursor: pointer;
    }


            .section_dark {
    background-color: var(--primary);
    color: white;
    padding: 70px;
}
        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            background: #c0392b;
            transform: translateY(-5px);
        }
        
        /* SCROLLBAR STYLING */
        ::-webkit-scrollbar {
             width: 20px;
    cursor: pointer;
        }
        
        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
        
        ::-webkit-scrollbar-thumb {
            background: #b1bcc3;
        }
        
 
.pulse-button {
    transition: transform 0.15s ease;
}

.pulse-button:active {
    transform: scale(0.9);
}


        
@media (max-width: 768px) {
   .messengerfb-button {
   width: 35px;
   right: 35px;
    height: 35px;
        
    }
}
.section_dark{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
}


@media (max-width: 500px) {
    #imagers {
        width: 100%;
        padding: 10px;
    }

        .cta-button {
width: 100%;


    
        }

             .kontaktu-blokas {
    padding: 10px!important;
        }
}

