/*
Theme Name:     Finest Home
Theme URI:      https://finesthome.com.ua/
Description:    Finest Home' Theme
Author:         FH
Author URI:     https://finesthome.com.ua/
Template:       neve
Version:        0.1.0
*/

@import url("../neve/style.css");

p {
    margin-bottom: 10px!important;
}

summary {
    font-size: var(--h3fontsize);
    font-weight: var(--h3fontweight);
    line-height: var(--h3lineheight);
    letter-spacing: var(--h3letterspacing);
    text-transform: var(--h3texttransform);
}

.excerpt-wrap ol, .excerpt-wrap ul, .nv-content-wrap ol, .nv-content-wrap ul {
    margin: 0!important;
}

:where(.wp-block-cover:not(.has-text-color)) {
    color: #080808!important;
}

.main-button {
  display: inline-flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fefefe;
  border-radius: 4px;
  box-shadow: 12px 12px 24px rgba(8,8,8,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  }

.main-button::before {
content: '';
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out 0s;
}

.main-button:hover, 
.main-button:focus {
  color: #f9f9f9;
  transform: translateY(-6px);
}

.main-button:hover::before, 
.main-button:focus::before {
  opacity: 0.5;
}

.main-button::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 8px solid #0D9900;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.75s infinite!important;
  z-index: 501;
}

.main-button:hover::after, 
.main-button:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

.t-block { 
	padding: 28px!important;
}

.t-small {
	font-size: 14px;
	margin-top: 4px!important;;
}

.scale {
    transition: 1s; 
   }
.scale:hover {
    transform: scale(1.2); 
	box-shadow: 12px 12px 24px rgba(8,8,8,.24);
    z-index: 1000;
   }
}

.price {
	font-weight: 700!important;
}

.privacy-row {
	font-size: 12px;
}
form input:read-write {
    border: 1px solid #dddddd!important;
}

a[href="https://themeisle.com/themes/neve/"],
a[href="https://wordpress.org"] {
    display: none;
}

p:contains('Neve | Створено на WordPress') {
    display: none;
}

.has-small-font-size {
		line-height: 1.5!important;
}

.site-logo img {
    content: url('/finest-home-black.svg'); 
}

.shadow-text {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
	}
.bg-block {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(12px);
	border-radius: 20px;
	padding: 40px;
	}
@media (max-width: 768px) {
  .bg-block {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
  }
}

.component-wrap {
    display: none!important;
	}

/* Стили для поп-ап окна */
#success-popup {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999; 
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#success-popup.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.contact-form-wrap {
	margin-bottom: 50px;
	margin-top: 20px;
		box-shadow: 12px 12px 24px rgba(8,8,8,.24);
}
