/*
 Theme Name:   Poket Child
 Theme URI:    https://www.h2skan.com/
 Description:  Child theme for Poket
 Author:       TLON
 Template:     poket
 Version:      1.0.0
*/

.em-service-desc  a {
	color:#4f9540;
}


.prices-button {
    background: rgb(38, 174, 133);
    color: #ffffff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
	max-width:300px!important;
	margin:0 auto;
}

.prices-button:hover {
    background: rgb(30, 150, 115);
}

.prices-button:active {
    background: rgb(24, 130, 100);
    transform: scale(0.98);
}


.poket_menu > ul > li::after 
 {
    content: "";
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 30px;
    height: 2px;
    background: #2ecc71;
}



.wpcf7 input, .wpcf7 select, .wpcf7 textarea { 
  padding-left: 5px!important;
}


/* Для всіх текстових полів, телефонів і textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea {
    border: 2px solid #96eafd; /* колір рамки за замовчуванням */
    outline: none; /* прибираємо браузерний синій контур */
    transition: border-color 0.3s;
    border-radius: 4px; /* за бажанням */
    padding: 8px;
}

/* При фокусі залишаємо рамку видимою та змінюємо колір, якщо потрібно */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border: 2px solid #27ae60; /* колір рамки при фокусі */
    box-shadow: 0 0 5px rgba(39, 174, 96, 0.5); /* легкий glow */
}


.donate-btn-header {
	display:none;
}
 

.notation {
	font-weight: bold;
  color: #76abd9;
}

  .btn-online-booking { 
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 9999;

  /* Вигляд кнопки */
  width: 110px;
  height: 110px;
  background: #1b91cb;  
  color: #ffffff;
  border-radius: 50%;
  border:1px solid #d9baba;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  
  /* Текст */
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  
  /* Тінь та початкові ефекти */ 
  transition: all 0.3s ease-in-out;
  
  /* Запуск анімації кожні 3 секунди */
  animation: attention 4s infinite ease-in-out;
}

/* Ефект при наведенні курсору */
.btn-online-booking:hover {
  transform: scale(1.1); 
  animation-play-state: paused; /* Зупиняє анімацію при наведенні */
}

/* Анімація для привернення уваги */
@keyframes attention {
  0%, 15%, 100% { transform: scale(1) rotate(0); }
  5% { transform: scale(1.1) rotate(-5deg); }
  10% { transform: scale(1.1) rotate(5deg); }
}

/* Пульсуюче коло навколо кнопки */
.btn-online-booking::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 50%;
  background: inherit;
  z-index: -1;
  animation: pulse-ring 4s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes pulse-ring {
  0% { transform: scale(.95); opacity: 0.8; }
  20%, 100% { transform: scale(1.6); opacity: 0; }
}

/* Адаптація під мобільні */
@media (max-width: 480px) {
  .btn-online-booking {
    width: 90px;
    height: 90px;
    font-size: 15px;
    bottom: 150px;
    right: 20px;
  }
}


a.dtbtn {
  background: linear-gradient(
    45deg, /* кут градієнта 45 градусів */
    #2ecc71,
    #00c6ff
  );
  background-size: 200% 200%;
  animation: diagonalGradient 4s linear infinite; /* 4 секунди, плавно */
  box-shadow: 0 0 0 rgba(46, 204, 113, 0.6);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

@keyframes diagonalGradient {
  0% {
    background-position: 0% 0%; /* старт у верхньому лівому куті */
    box-shadow: 0 0 0 rgba(46, 204, 113, 0);
  }
  50% {
    background-position: 100% 100%; /* рух до нижнього правого куту */
    box-shadow: 0 0 20px rgba(46, 204, 113, 0.4);
  }
  100% {
    background-position: 0% 0%; /* повернення */
    box-shadow: 0 0 0 rgba(46, 204, 113, 0);
  }
}



 
strong {
  font-weight: bold;  
}

.custom-footer {
	background: #479bd8;
	color: #fff;
}

.footer-main {
	padding: 70px 0 40px;
}

.footer-main {
	box-shadow: inset 0 15px 30px rgba(0,0,0,0.2);
}

.footer-main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(
		to right,
		transparent,
		#2ecc71,
		transparent
	);
}



.footer-brand {
	text-align: center;
}

.footer-main i {
	color:#fff;
}


.footer-badges img {
	max-width: 80px;
	display: block;
	margin-bottom: 15px;
}

.footer-address p {
	font-size: 12px;
	line-height: 1.6;
}

.footer-title {
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 800;
	position: relative;
	padding-bottom: 8px;
}

.footer-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #2ecc71;
}

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

.footer-links li {
	margin-bottom: 10px;
}

.footer-links a {
	color: #fff;
	font-size: 14px;
	text-decoration: none; 
	opacity: 0.85;
	font-weight: 800;
	
	position: relative;
	padding-left: 0;
	transition: all .25s ease;
	
}

.footer-links a::before {
	content: "›";
	position: absolute;
	left: -12px;
	opacity: 0;
	color: #2ecc71;
	transition: .25s;
}

.footer-links a:hover {
	padding-left: 12px;
}

.footer-links a:hover::before {
	opacity: 1;
}

.footer-socials {
	margin-bottom: 15px;
}

.footer-socials .social {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #1aff00;
	border-radius: 50%;
	color: #1aff00;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

.fb-inst{ 
	color: #fff; 
	font-weight: bold;
	font-size:150%;
}

.footer-email {
	color: #fff;
	font-size: 14px; 
}

.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

.footer-bottom {
	background: #2a8bc5;
	border-top: 1px solid rgba(255,255,255,0.2);
}

@media (max-width: 768px) {
	.footer-main {
		text-align: center;
	}

	.footer-socials {
		justify-content: center;
	}
	
		.footer-title::after {
		left: 50%;
		transform: translateX(-50%);
	}
	
		.footer-title  {
		margin-top:15px;
	} 
	
.footer-brand img{
	max-width: 100px; 
	}
}






@media (min-width: 10px) and (max-width: 991px) {
  .text_m_center {
   float: left!important;
  }
  
  
  .mobile_menu_logo img{
    height: 60px !important;
    max-height: 60px !important;
    width: auto !important;
}

    .mobile_menu_o i{
        color:#fff !important;
        font-size:28px;
    }
  
  
  .mobile_menu_content .mobile_menu_logo img{
    max-height:45px !important;
    width:auto !important;
}
  
   .top-address{
        width:100%;
        text-align:center;
    }

    .top-social-menu{
        width:100%;
        display:flex;
        justify-content:center;
        margin-top:10px;
    }

    .top-social-menu ul{
        display:flex;
        justify-content:center;
        gap:15px;
    }

  
  
  .mobile_logo_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

/* Щоб контент не заїжджав під шапку */
body{
    padding-top: 100px;
}
  
  
}


