/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 10:31:47 */
.elementor img {
    border-radius: 20px;
    animation: fadeInDown 1s ease-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.elementor img:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Nincs shadow a .noimg osztályú képeknek */
.elementor .noimg img,
.elementor img.noimg {
    box-shadow: none !important;
}

.elementor .noimg img:hover,
.elementor img.noimg:hover {
    box-shadow: none !important;
}

#h1 {
    background: linear-gradient(to right, #423a2e, #d8c083);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.elementor-element-6b1838d table {
  border: none !important;
  border-collapse: collapse !important;
  width: 100%;
}

.elementor-element-6b1838d table tr {
  border: none !important;
  border-bottom: 1px solid #cab070 !important;
}

.elementor-element-6b1838d table td {
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  padding: 10px 0;
}

.elementor-element-6b1838d table td:first-child {
  width: 70%;
}

.elementor-element-6b1838d table td:last-child {
  width: 30%;
  text-align: right;
}

.elementor-element-6b1838d table tbody {
  border: none !important;
}

section[itemtype*="FAQPage"] h2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 20px;
	color: #997d3e;
}

section[itemtype*="FAQPage"] h2::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #cab070;
}


.pricing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.pricing-card {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border: 2px solid #cab070;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  flex: 0 1 300px;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-card.featured {
  transform: scale(1.1);
  border: 3px solid #cab070;
  box-shadow: 0 10px 40px rgba(202, 176, 112, 0.3);
}

.pricing-card h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.pricing-card .package-name {
  color: #cab070;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing-card .old-price {
  color: #cab070;
  font-size: 18px;
  text-decoration: line-through;
  margin-bottom: 10px;
}

.pricing-card .new-price {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pricing-card .sitz {font-size: 16px; color: #fff;}
img.alignleft {
    float: left;
    margin-right: 20px;
    vertical-align: middle;
	margin-bottom: 15px;
}



/* Kontakt címkék (Telefon, E-Mail, Adresse) */
.contact-label {
    font-size: 0.85em;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    margin-top: 20px;
}

/* Kontakt értékek (telefonszám, email, cím) */
.contact-value {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 0 0;
    line-height: 1.4;
    color: #b59b59;
}

/* Leírás szöveg */
.contact-info {
    font-size: 0.9em;
    line-height: 1.6;
    margin: 20px 0;
}

/* WPForms mezők */
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form textarea {
    padding: 12px 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 1em !important;
}

div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus {
    border-color: #b59b59 !important;
    outline: none !important;
}

/* WPForms submit gomb */
div.wpforms-container-full input[type="submit"],
div.wpforms-container-full button[type="submit"],
div.wpforms-container-full .wpforms-page-button,
.wp-core-ui div.wpforms-container-full input[type="submit"],
.wp-core-ui div.wpforms-container-full button[type="submit"],
.wp-core-ui div.wpforms-container-full .wpforms-page-button {
    background-color: #b59b59 !important;
    border: 1px solid #a08949 !important;
    color: #fff !important;
    font-size: 1em !important;
    padding: 12px 30px !important;
    border-radius: 4px !important;
}

div.wpforms-container-full input[type="submit"]:hover,
div.wpforms-container-full button[type="submit"]:hover,
div.wpforms-container-full .wpforms-page-button:hover {
    background-color: #a08949 !important;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-icons a {
    transition: opacity 0.3s;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons svg {
    display: block;
	color: white;
}



/* FAQ – brand aligned, subtle design using #8c703a */

.faq-schema {
  margin: 2rem 0;
}

.faq-schema > h2 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #8c703a;
}

.faq-schema [itemscope][itemtype*="Question"] {
  border: 1px solid rgba(140, 112, 58, 0.25);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  margin: 0 0 .9rem;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-schema [itemscope][itemtype*="Question"] > h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #2a2a2a;
}

.faq-schema [itemtype*="Answer"] {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid rgba(140, 112, 58, 0.2);
}

.faq-schema [itemtype*="Answer"] p {
  margin: 0;
  line-height: 1.6;
  color: #555;
}

/* subtle hover, brand tone */

.faq-schema [itemscope][itemtype*="Question"]:hover {
  border-color: #8c703a;
  box-shadow: 0 6px 18px rgba(140, 112, 58, 0.08);
}

/* accessibility focus */

.faq-schema [itemscope][itemtype*="Question"] > h3:focus {
  outline: 2px solid rgba(140, 112, 58, 0.6);
  outline-offset: 4px;
  border-radius: 8px;
}