/* CSS Document */

@charset "utf-8";

@media screen and (min-width:800px) {

  .info-block {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow: hidden;
  }
  
  .info-block p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.info-block ul {
  font-size: 17px;
  line-height: 1.6;
  padding-left: 20px;
  max-width: 900px;
  margin: 0 auto;
}
  
  .info-block.active {
    display: block !important;
    opacity: 1;
  }

body {
	font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #111;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
.navbar {
  transition: all 0.4s ease;
    position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-nav > li > a {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav > li > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: #57bbbf;
  transition: 0.4s ease;
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}

.navbar-inverse {
  background-color: #e2e2e2;
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0, 0.7%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-section {
  padding-top: 100px; /* Priderink pagal savo navbar aukštį */
  position: relative;
  z-index: 1;
}


.parallax1 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/jch-zygis1.jpg");

    /* Set a specific height */
	min-height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}	

div.parallax-box {
	margin-top: 10%;
}

.parallax2 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/back2.jpg");

    /* Set a specific height */
	min-height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}	

.parallax3 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/back3.jpg");

    /* Set a specific height */
	min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}

.parallax4 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/back4.jpg");

    /* Set a specific height */
	min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}

h1[id="parall"] {
    font-size:105px;
	letter-spacing:0.2em;
	font-weight: bold;
	padding-bottom: 10%;
}

h1[id="konsul"] {
    letter-spacing:0.06em; font-size:22px; font-weight: bold; color: #000;
}

h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #222;
}

.card {
	background-color: #fff;
      padding-top: 5%;
      padding-bottom: 20%;
	  height: 300px;
	
}

.container-fluid {
      padding-top: 7%;
      padding-bottom: 7%;
	  padding-left: 10%;
      padding-right: 10%;
  }
  
.container-fluid2 {
      padding-top: 7%;
      padding-bottom: 7%;
  }

.bg-1 { 
      background-color: #fff; /* White */
      color: #000;
  }		
  
.bg-2 { 
      background-color: #d1e0eb; /* White */
      color: #0c3c60;
  }	
  
.bg-3 { 
      background-color: #57bbbf; /* White */
      color: #000;
  }	
 
 
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 15px;
}

.column2 {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.column3 {
  float: left;
  width: 69.9%;
  padding: 0 15px;
}

.column4 {
  float: left;
  width: 29.9%;
  padding: 0 15px;
}

.vl {
    border-top: 3px solid black;
    width: 50px;
}

.vl2 {
    border-top: 3px solid black;
    width: 50px;
	margin-left: 39%;
}
	
.vl3 {
    border-top: 3px solid white;
    width: 50px;
}

span[id="line"] {
    border-left: 1px solid black;
    height: 10px;
}

p.title {
	color: #000;
	letter-spacing:0.2em;
}

.button {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button2 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: #fff;
  background-color: #57bbbf;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  width: 25%;
}

.button2:hover {
  background-color: #4ea8ac;
  transition: .5s ease;
}

.apie_box {
	margin-left: 150px;
    margin-right: 150px;
}

/* map image start */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 120px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* map image end */

footer{
     background-color: #0c3c60;
     padding:20px 0px;
}	       

footer ul li{
    padding:5px 0px;
}

.adress span , .contact span , .social span{
   color: #000; 
   font-weight: 800; 
   padding-bottom: 10px; 
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 20px;
   letter-spacing: 3px;
}
 
.adress li p , .contact li a , .social li a{
    color:#000;
    letter-spacing: 15px;
    text-decoration:none;
    font-size:15px;
}

.social li{
    float:left;
}

.adress , .contact , .social {
    list-style: none;
}


.padall {
    padding:10px;
}

.icon {
    font-size:23px;
    color:#197BB5;
}

.container2 {
	margin-left: 15%;
	margin-right: 15%;
}

 .btn-primary:hover,
    .btn-primary:focus
    {
        background-color: #108d6f;
        border-color: #108d6f;
        box-shadow: none;
        outline: none;
    }

    .btn-primary
    {
        color: #fff;
        background-color: #305891;
        border-color: #305893;
    }

    section
    {
        padding: 60px 0;
    }

        section .section-title
        {
            text-align: center;
            color: #305893;
            margin-bottom: 50px;
            text-transform: uppercase;
        }

    #team .card
    {
        border: none;
        background: #ffffff;
    }

    .image-flip:hover .backside,
    .image-flip.hover .backside
    {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        border-radius: .25rem;
    }

    .image-flip:hover .frontside,
    .image-flip.hover .frontside
    {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mainflip
    {
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
        position: relative;
    }

    .frontside
    {
        position: relative;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        z-index: 2;
        margin-bottom: 30px;
    }

    .backside
    {
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }

    .frontside,
    .backside
    {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 1s;
        -moz-transform-style: preserve-3d;
        -o-transition: 1s;
        -o-transform-style: preserve-3d;
        -ms-transition: 1s;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
    }

        .frontside .card,
        .backside .card
        {
            min-height: 312px;
        }

            .backside .card a
            {
                font-size: 18px;
                color: #305893 !important;
            }

            .frontside .card .card-title,
            .backside .card .card-title
            {
                color: #305893 !important;
            }

            .frontside .card .card-body img
            {
                width: 120px;
                height: 120px;
                border-radius: 50%;
            }

.collapsible {
    background-color: #0c3c60;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #d1e0eb;
    color: #0c3c60;
	transition: .5s ease;
}

.content {
    padding: 15px 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    color: #0c3c60;
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.pb-video-container {
        padding-top: 20px;
        background: #bdc3c7;
        font-family: 'Poppins', sans-serif;
    }

    .pb-video {
        border: 1px solid #e6e6e6;
        padding: 5px;
    }

        .pb-video:hover {
            background: #57bbbf;
        }

    .pb-video-frame {
        transition: width 2s, height 2s;
    }

        .pb-video-frame:hover {
            height: 300px;
        }

    .pb-row {
        margin-bottom: 10px;
    }
	
		.panel {
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	background-color: #fff;
	margin-bottom: 30px;
	transition: transform 0.3s ease;
	}

	.panel:hover {
	transform: translateY(-5px);
	}
	
	.glyphicon-ok {
  color: #2ecc71; /* šviesiai žalia vietoj neoninės */
}

.glyphicon-remove {
  color: #e74c3c; /* švelni raudona */
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.button-group button {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background-color: #2d6b8d;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.button-group button:hover {
  background-color: #c89321;
  transform: translateY(-2px);
}

.button-group button:focus,
.button-group button.active {
  outline: none;
  background-color: #c89321;
}

.toggle-btn {
  padding: 14px 28px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.toggle-btn:hover,
.toggle-btn.active {
  background-color: #f5f5f5;
  color: #000;
  border-color: #999;
}

.toggle-main.active {
  background-color: #c89321 !important;
  color: white !important;
}

#sub-buttons {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#sub-buttons.expanded {
  max-height: 500px; /* pakankamai didelis, kad tilptų mygtukai */
  opacity: 1;
  margin-top: 15px;
}

}

















@media screen and (max-width:800px) {

 .toggle-btn {
      width: 100%;
      text-align: left;
      border-radius: 0;
    }
	
  .info-block {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow: hidden;
  }
  
  .info-block p {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.info-block ul {
  font-size: 17px;
  line-height: 1.6;
  padding-left: 20px;
  max-width: 900px;
  margin: 0 auto;
}
  
  .info-block.active {
    display: block !important;
    opacity: 1;
  }

body {
	font-family: 'Poppins', sans-serif;
  background-color: #fff;
  color: #111;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}

.navbar {
  transition: all 0.4s ease;
	position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.navbar-nav > li > a {
  position: relative;
  transition: color 0.3s ease;
}

.navbar-nav > li > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background-color: #57bbbf;
  transition: 0.4s ease;
}

.navbar-nav > li > a:hover::after {
  width: 100%;
}

.navbar-inverse {
  background-color: #e2e2e2;
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280,0,0, 0.7%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-section {
  padding-top: 100px; /* Priderink pagal savo navbar aukštį */
  position: relative;
  z-index: 1;
}


.parallax1 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/jch-zygis1.jpg");

    /* Set a specific height */
	min-height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}	

div.parallax-box {
	margin-top: 30%;
}

.parallax2 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/back2.jpg");

    /* Set a specific height */
	min-height: 800px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}	

.parallax3 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/back3.jpg");

    /* Set a specific height */
	min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}

.parallax4 {
    /* The image used */
	padding-top: 5%;
    background-image: url("imgs/back4.jpg");

    /* Set a specific height */
	min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000;
}

h1[id="parall"] {
    font-size:60px;
	letter-spacing:0.2em;
	font-weight: bold;
}

h1[id="konsul"] {
    letter-spacing:0.02em; font-size:22px; font-weight: bold; color: #000;
}

h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #222;
}

.card {
	background-color: #fff;
      padding-top: 5%;
      padding-bottom: 20%;
	  height: 300px;
}

.container-fluid {
      padding-top: 10%;
      padding-bottom: 7%;
  }
  
.container-fluid2 {
      padding-top: 7%;
      padding-bottom: 7%;
  }

.bg-1 { 
      background-color: #fff; /* White */
      color: #000;
  }		
  
.bg-2 { 
      background-color: #d1e0eb; /* White */
      color: #0c3c60;
  }	
  
.bg-3 { 
      background-color: #57bbbf; /* White */
      color: #000;
  }	
 
 
.column {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 15px;
}

.column2 {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.column3 {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.column4 {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.vl {
    border-top: 3px solid black;
    width: 50px;
}

.vl2 {
    border-top: 3px solid black;
    width: 50px;
	margin-left: 29%
}

span[id="line"] {
    border-left: 1px solid black;
    height: 10px;
}

p.title {
	color: #000;
	letter-spacing:0.2em;
}

.button {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
  padding: 10px 25px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 6px;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button2 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: #fff;
  background-color: #57bbbf;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  width: 50%;
}

.button2:hover {
  background-color: #4ea8ac;
  transition: .5s ease;
}

.apie_box {
	margin-left: 150px;
    margin-right: 150px;
}

/* map image start */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 120px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* map image end */

footer{
     background-color: #0c3c60;
     padding:20px 0px;
}	       

footer ul li{
    padding:5px 0px;
}

.adress span , .contact span , .social span{
   color: #000; 
   font-weight: 800; 
   padding-bottom: 10px; 
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 20px;
   letter-spacing: 3px;
}
 
.adress li p , .contact li a , .social li a{
    color:#000;
    letter-spacing: 15px;
    text-decoration:none;
    font-size:15px;
}

.social li{
    float:left;
}

.adress , .contact , .social {
    list-style: none;
}


.padall {
    padding:10px;
}

.icon {
    font-size:23px;
    color:#197BB5;
}
	
.container2 {
	margin-left: 15%;
	margin-right: 15%;
}

 .btn-primary:hover,
    .btn-primary:focus
    {
        background-color: #108d6f;
        border-color: #108d6f;
        box-shadow: none;
        outline: none;
    }

    .btn-primary
    {
        color: #fff;
        background-color: #305891;
        border-color: #305893;
    }

    section
    {
        padding: 60px 0;
    }

        section .section-title
        {
            text-align: center;
            color: #305893;
            margin-bottom: 50px;
            text-transform: uppercase;
        }

    #team .card
    {
        border: none;
        background: #ffffff;
    }

    .image-flip:hover .backside,
    .image-flip.hover .backside
    {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
        border-radius: .25rem;
    }

    .image-flip:hover .frontside,
    .image-flip.hover .frontside
    {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .mainflip
    {
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
        position: relative;
    }

    .frontside
    {
        position: relative;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        z-index: 2;
        margin-bottom: 30px;
    }

    .backside
    {
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }

    .frontside,
    .backside
    {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 1s;
        -moz-transform-style: preserve-3d;
        -o-transition: 1s;
        -o-transform-style: preserve-3d;
        -ms-transition: 1s;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
    }

        .frontside .card,
        .backside .card
        {
            min-height: 312px;
        }

            .backside .card a
            {
                font-size: 18px;
                color: #305893 !important;
            }

            .frontside .card .card-title,
            .backside .card .card-title
            {
                color: #305893 !important;
            }

            .frontside .card .card-body img
            {
                width: 120px;
                height: 120px;
                border-radius: 50%;
            }

.collapsible {
    background-color: #0c3c60;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active, .collapsible:hover {
    background-color: #d1e0eb;
    color: #0c3c60;
	transition: .5s ease;
}

.content {
    padding: 15px 18px;
    display: none;
    overflow: hidden;
    background-color: #fff;
    color: #0c3c60;
}

.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
}
  
.pb-video-container {
        padding-top: 20px;
        background: #bdc3c7;
        font-family: 'Poppins', sans-serif;
    }

    .pb-video {
        border: 1px solid #e6e6e6;
        padding: 5px;
    }

        .pb-video:hover {
            background: #2c3e50;
        }

    .pb-video-frame {
        transition: width 2s, height 2s;
    }

        .pb-video-frame:hover {
            height: 300px;
        }

    .pb-row {
        margin-bottom: 10px;
    }  
	
	.panel {
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	background-color: #fff;
	margin-bottom: 30px;
	transition: transform 0.3s ease;
	}

	.panel:hover {
	transform: translateY(-5px);
	}
	
	.glyphicon-ok {
  color: #2ecc71; /* šviesiai žalia vietoj neoninės */
}

.glyphicon-remove {
  color: #e74c3c; /* švelni raudona */
}
	
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.button-group button {
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background-color: #2d6b8d;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.button-group button:hover {
  background-color: #c89321;
  transform: translateY(-2px);
}

.button-group button:focus,
.button-group button.active {
  outline: none;
  background-color: #c89321;
}

.toggle-btn {
  padding: 14px 28px;
  font-size: 16px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 220px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.toggle-btn:hover,
.toggle-btn.active {
  background-color: #f5f5f5;
  color: #000;
  border-color: #999;
}

.toggle-main.active {
  background-color: #c89321 !important;
  color: white !important;
}

#sub-buttons {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

#sub-buttons.expanded {
  max-height: 500px; /* pakankamai didelis, kad tilptų mygtukai */
  opacity: 1;
  margin-top: 15px;
}
  
}







