/*
Theme Name: Погребална Агенция
Description: Custom WordPress theme for funeral and cremation services in Sofia, Bulgaria
Version: 1.0
Author: Custom Theme Developer
Text Domain: funeral-agency
*/

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hide WordPress admin bar for non-logged-in users */
#wpadminbar,
#wpadminbar.nojq,
#wp-toolbar {
    display: none !important;
    visibility: hidden !important;
}

/* Permanent Background Image - Always Visible */
body {
    margin: 0;
    padding: 0;
    background-image: url('assets/images/Херо секшан.png');
    background-size: 100% 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

/* Improve background on small screens: avoid cropping important parts */
/* Phone: use cover to preserve aspect ratio */
@media (max-width: 600px) {
  html, body {
    background: url('assets/images/Херо секшан телефон.png?v=1') center top / cover no-repeat !important;
    background-image: url('/wp-content/themes/Custom%20theme/assets/images/%D0%A5%D0%B5%D1%80%D0%BE%20%D1%81%D0%B5%D0%BA%D1%88%D0%B0%D0%BD%20%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD.png?v=3') !important;
    background-attachment: scroll !important; /* better perf and avoids fixed jitter on mobile */
  }
}

/* Small tablet: explicit background image width 810px */
@media (min-width: 601px) and (max-width: 1024px) {
  body {
    background-attachment: scroll;
    background-position: center top;
    background-size: 100% 100vh;
  }
}

/* Smooth scroll for browsers that support CSS scrolling */
html {
    scroll-behavior: smooth;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Upper Navigation Stack */
.upper-nav-stack {
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #E5E2DA;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.upper-nav-container {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Left Element - Logo */
.nav-logo {
    width: fit-content;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.logo-container .custom-logo-link {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.logo-container .site-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #333;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.logo-container img {
    max-width: 150px; /* 40% larger */
    max-height: 161px; /* 40% larger */
    width: auto;
    height: auto;
    object-fit: contain;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Middle Element - Phone Number */
.nav-phone {
    width: fit-content;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.phone-label {
    color: #3C5B49;
    margin-right: 8px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.phone-link {
    color: #A68C5B;
    text-decoration: underline;
    text-decoration-color: #A68C5B;
    transition: color 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.phone-link:hover {
    color: #8B7353;
}

/* Right Element - Custom Text */
.nav-custom-text {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.upper-text {
    color: #3C5B49;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.lower-text {
    color: #A68C5B;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Bottom Header Section */
.header-bottom {
    background-color: #7A8F7A;
    height: auto;
    padding: 8px 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nav-bottom-container {
    width: 1117px;
    max-width: 1440px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nav-bottom-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Mobile Logo (hidden on desktop) */
.mobile-logo {
    display: none;
}

.mobile-logo .custom-logo-link {
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.mobile-logo .site-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    color: #fff;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.mobile-logo img {
    max-height: 84px; /* 40% larger */
    width: auto;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Use span lines and animate to X */
.mobile-menu-toggle .hamburger {
    width: 28px;
    height: 24px;
    position: relative;
}

.mobile-menu-toggle .hamburger .hamburger-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff !important;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
    transform-origin: center;
}

.mobile-menu-toggle .hamburger .hamburger-line:nth-child(1) { top: 0; }
.mobile-menu-toggle .hamburger .hamburger-line:nth-child(2) { top: 50%; transform: translateY(-50%); }
.mobile-menu-toggle .hamburger .hamburger-line:nth-child(3) { bottom: 0; }

/* Active state → X */
.mobile-menu-toggle.is-active .hamburger .hamburger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}
.mobile-menu-toggle.is-active .hamburger .hamburger-line:nth-child(2) {
    opacity: 0;
}
.mobile-menu-toggle.is-active .hamburger .hamburger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Force hamburger lines to be white in all states */
.mobile-menu-toggle .hamburger-line,
.mobile-menu-toggle[aria-expanded="true"] .hamburger-line {
    background-color: #ffffff !important;
}

/* Extra specificity to override any upstream rules */
body .site-header .header-bottom .nav-bottom-content .mobile-menu-toggle .hamburger .hamburger-line {
    background-color: #ffffff !important;
}

/* Navigation Menu */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nav-menu li {
    position: relative;
    display: flex;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.nav-menu a:hover {
    color: #3C5B49;
}

/* Call Button */
.nav-call-button {
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.call-btn {
    background-color: #A68C5B;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 41px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.call-btn:hover {
    background-color: #8E735B;
    color: #fff;
}

/* Main Content Styles */
.main-content {
    position: relative;
    z-index: 2;
    min-height: 60vh;
    padding: 50px 0;
}

.content-sections {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
}

.main-article {
    margin-bottom: 30px;
}

.entry-content {
    color: #333;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #3C5B49;
    margin-bottom: 15px;
}

.entry-content p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Navigation Text Editor Styles */
.nav-text-editor {
    display: none !important;
}

.nav-text-content {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
}

.upper-nav-text,
.lower-nav-text {
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;
    border-left: 4px solid #3C5B49;
}

.upper-nav-text {
    color: #3C5B49;
    font-weight: bold;
}

.lower-nav-text {
    color: #A68C5B;
    font-weight: bold;
}

/* Navigation Text Update Display */
.nav-text-update-display {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #3C5B49;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-text-update-display h3 {
    color: #3C5B49;
    margin-bottom: 15px;
    font-size: 1.8rem;
    text-align: center;
}

.nav-text-update-display p {
    color: #666;
    margin-bottom: 25px;
    text-align: center;
    font-size: 1.1rem;
}

.nav-text-live-preview {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.preview-header {
    text-align: center;
    margin-bottom: 25px;
}

.preview-header h4 {
    color: #3C5B49;
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.preview-header p {
    color: #666;
    margin: 0;
    font-size: 1rem;
}

.nav-preview-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.nav-preview-upper,
.nav-preview-lower {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 6px;
    background: #f8f9fa;
    border-left: 4px solid #3C5B49;
}

.nav-preview-upper {
    border-left-color: #3C5B49;
}

.nav-preview-lower {
    border-left-color: #A68C5B;
}

.preview-label {
    font-weight: 600;
    color: #333;
    margin-right: 15px;
    min-width: 100px;
    font-size: 1rem;
}

.preview-value {
    font-weight: 500;
    font-size: 1.1rem;
    font-family: 'Inter', sans-serif;
}

.upper-preview {
    color: #3C5B49;
}

.lower-preview {
    color: #A68C5B;
}

.nav-text-instructions {
    background: #e9ecef;
    border-radius: 6px;
    padding: 20px;
    margin-top: 20px;
}

.nav-text-instructions h5 {
    color: #3C5B49;
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.nav-text-instructions ol {
    color: #555;
    line-height: 1.8;
    padding-left: 20px;
}

.nav-text-instructions li {
    margin-bottom: 8px;
    font-size: 1rem;
}

/* Default Navigation Text Display */
.default-nav-text {
    background: #f8f9fa;
    border: 2px solid #E5E2DA;
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
}

.default-nav-text h3 {
    color: #3C5B49;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.default-nav-text p {
    color: #666;
    margin-bottom: 20px;
}

.nav-text-preview {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-top: 15px;
}

.preview-upper,
.preview-lower {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 4px;
}

.preview-upper {
    background: rgba(60, 91, 73, 0.1);
    color: #3C5B49;
    font-weight: 500;
}

.preview-lower {
    background: rgba(166, 140, 91, 0.1);
    color: #A68C5B;
    font-weight: 500;
}

.preview-upper strong,
.preview-lower strong {
    margin-right: 10px;
}

/* Make all sections transparent so background shows through */
#page,
.site-content,
.site-footer,
.hero-section,
section,
article,
div[class*="section"],
div[class*="container"] {
    background: transparent !important;
}

/* Ensure content is readable over the background */
.site-content,
.site-footer {
    position: relative;
    z-index: 2;
}

/* Homepage Blog Filter Section */
.blog-filter-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}

.blog-filter-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-filter-heading {
    text-align: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

.blog-filter-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-filter-buttons .filter-btn,
.blog-filter-buttons .all-link {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 6px;
    padding: 8px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.blog-filter-buttons .filter-btn.active,
.blog-filter-buttons .all-link.active {
    background: transparent;
    color: #fff;
    border-color: #7A8F7A;
}

.blog-filter-buttons .filter-btn:hover,
.blog-filter-buttons .all-link:hover { border-color: #ffffff; background: transparent; }

/* Mobile: 2x2 grid for four filter buttons */
@media (max-width: 600px) {
  /* Make mobile carousels use ~full page width */
  .posts-carousel,
  .validation-slider { width: 99% !important; margin-left: auto; margin-right: auto; }
  .posts-carousel-viewport,
  .vslider-viewport { width: 100% !important; }
  .blog-filter-buttons {
    display: flex !important;
    flex-direction: column;
    gap: 20px !important;
    padding: 0 8px;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
  }
  /* Set 15px gaps: heading↔buttons and buttons↔posts */
  .blog-filter-container { gap: 0 !important; }
  .blog-filter-heading { margin-bottom: 15px !important; }
  .blog-filter-buttons { margin-top: 0 !important; margin-bottom: 15px !important; }
  .blog-filter-buttons .filter-btn,
  .blog-filter-buttons .all-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #1d1d1d;
    color: #ffffff;
    border: 1px solid #ffffff !important;
    border-radius: 12px;
    padding: 16px 22px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
    box-sizing: border-box;
  }
  /* Make the "Всички" (all-link) button transparent by default */
  .blog-filter-buttons .all-link { background: transparent !important; }
  .blog-filter-buttons .filter-btn.active,
  .blog-filter-buttons .all-link.active {
    background: #ffffff;
    color: #3C5B49;
    border-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(60,91,73,0.25) inset;
    text-decoration: none !important;
  }
}

.posts-carousel {
    position: relative;
    width: 100%;
}

.posts-carousel-viewport {
    overflow: hidden;
    width: 100%;
}

.posts-carousel-track {
    display: flex;
    gap: 16px;
    transition: transform .3s ease;
    will-change: transform;
}

.post-card {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background: rgba(0,0,0,0.45);
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 auto;
}

.post-card-thumb { width: 100%; height: 200px; overflow: hidden; background: rgba(255,255,255,0.06); display:flex; align-items:center; justify-content:center; }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; display:block; }
.post-card-thumb--placeholder { font-size: 42px; opacity: .8; }

.post-card-title { padding: 12px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px; line-height: 1.4; color:#fff; }

.posts-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.7);
    color: #fff;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
}

.posts-prev { left: -10px; }
.posts-next { right: -10px; }

/* Ensure track aligns to step size nicely (3 cards per click on desktop) */
@media (min-width: 1025px) {
  .posts-carousel-viewport { padding: 0 20px; }
}

@media (max-width: 768px) {
  .post-card { width: 280px; }
  .post-card-thumb { height: 160px; }
}

/* Force vertical list behavior up to tablets */
@media (max-width: 768px) {
  .posts-nav { display: none !important; }
  .posts-carousel-viewport { overflow: visible !important; scroll-snap-type: none !important; }
  .posts-carousel-track { display: flex !important; flex-direction: column !important; gap: 10px !important; align-items: center !important; transform: none !important; }
  .post-card { width: 341px !important; min-width: 341px !important; }
}

/* Mobile layout: stack instead of shrinking */
@media (max-width: 600px) {
  /* Layout the posts container as a vertical stack and center the button */
  .posts-carousel { display: flex; flex-direction: column; align-items: center; gap: 12px; }
  /* Header nav simplification */
  .upper-nav-stack { display: none; }
  .header-bottom { height: auto; }
  .nav-bottom-content { flex-direction: row; justify-content: space-between; align-items: center; gap: 12px; }
  .mobile-logo { display: block; margin-left: 20px; }
  .mobile-menu-toggle { display: flex; margin-left: auto; margin-right: 20px; }

  /* Blog posts: no carousel on mobile; column list centered */
  .posts-nav { display: none !important; }
  .posts-carousel-viewport { overflow: visible; scroll-snap-type: none; padding: 0; }
  .posts-carousel-track { display: flex; flex-direction: column; gap: 10px; transform: none !important; align-items: center; }
  .post-card { width: 341px; min-width: 341px; height: auto; margin: 0; border-radius: 10px; overflow: hidden; background: rgba(0,0,0,0.25); }
  .post-card-thumb { height: auto; aspect-ratio: 16 / 9; }
  .post-card-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .post-card-title { font-size: clamp(12px, 3.6vw, 16px); line-height: 1.35; padding: 10px; word-break: break-word; }
  .posts-load-more { position: static !important; float: none !important; display: inline-flex; align-self: center; margin: 12px auto 0; padding: 10px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.35); background: transparent; color: #fff; font-size: 14px; cursor: pointer; }

  /* Validation slider: one per view, scroll-snap */
  .vslider-viewport { width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 12px; padding-inline: 12px; }
  .vslider-track { display:flex; gap: 0; transform: none !important; align-items: stretch; }
  .vslide { flex-direction: row; width: auto; gap: 0; }
  .vitem { width: min(340px, calc(100vw - 48px)); min-width: min(340px, calc(100vw - 48px)); height: 165px; scroll-snap-align: center; scroll-snap-stop: always; margin: 0; border-radius: 10px; overflow: hidden; background: rgba(0,0,0,0.25); flex: 0 0 auto; }
  .vitem-media { width: 100%; height: 165px; display:flex; align-items:center; justify-content:center; padding: 0 !important; }
  .vitem-image { width: auto; max-width: 100%; height: 100%; object-fit: contain; object-position: center; display: block; }
  .vslider-nav { display: flex; width: clamp(28px, 9vw, 36px); height: clamp(28px, 9vw, 36px); z-index: 3; }
  .vslider-prev { left: 8px; top: 50%; transform: translateY(-50%); }
  .vslider-next { right: 8px; top: 50%; transform: translateY(-50%); }
  /* Two-column sections become single column */
  .funerals-elements-stack,
  .novo-elements-stack,
  .about-us-content-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }
  .funerals-image-container,
  .novo-image-container,
  .about-us-image-container,
  .funerals-content-container,
  .novo-content-container,
  .about-us-text-container {
    width: 100% !important;
    padding: 0 !important;
  }
  /* Ensure validation hero image not cut */
  .validation-image-container { width: 100% !important; height: auto !important; }
  .validation-image { width: 100% !important; height: auto !important; object-fit: contain !important; }
  .funerals-button-container,
  .novo-button-container { justify-content: center; }

  /* FAQ becomes full width */
  .faq-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .faq-item { height: auto !important; }

  /* Contact stacks form and info */
  .contact-content-container { flex-direction: column !important; gap: 30px !important; height: auto !important; }
  .contact-info-container { order: 1 !important; width: 100% !important; }
  .contact-form-container { order: 2 !important; width: 100% !important; }
}

/* Hide Load More outside mobile */
@media (min-width: 601px) {
  .posts-load-more { display: none !important; }
}

/* Hero Section */
.hero-section {
    width: 100%;
    height: 638px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.hero-container {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 20px 15px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 1200px;
}

/* Text Container */
.hero-text-container {
    width: 716px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 20px;
    border-radius: 8px;
}

.hero-title {
    width: 100%;
    height: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    width: 87%;
    height: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Phone Icon Button */
.hero-phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.phone-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.phone-icon-btn:hover {
    transform: scale(1.05);
}

.phone-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.phone-icon-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.phone-icon-text {
    font-size: 30px;
    color: #fff;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

/* Погребения Section */
.funerals-section {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 10;
    margin-bottom: 50px; /* gap to next section */
}

.funerals-container {
    width: 1288px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

/* Text Container */
.funerals-text-container {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.funerals-text {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    text-align: center;
}

/* Elements Stack */
.funerals-elements-stack {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

/* Image Container */
.funerals-image-container {
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 38px;
    padding-left: 30px;
}

.funerals-image {
    width: 423px;
    height: 423px;
    object-fit: cover;
    border-radius: 8px;
}

.funerals-image-placeholder {
    width: 423px;
    height: 423px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

/* Text and Button Container */
.funerals-content-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 38px;
}

.funerals-content-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Button Container */
.funerals-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

/* Call Button */
.funerals-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 207px;
    height: 39px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.funerals-call-btn:hover {
    background: #3C5B49;
    border-color: #3C5B49;
    color: #fff;
}

.call-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

/* Learn Button */
.funerals-learn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 207px;
    height: 39px;
    background: #7A8F7A;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.funerals-learn-btn:hover {
    background: #3C5B49;
    color: #fff;
}

/* Ново Section Styles */
.novo-section {
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 10;
    margin-bottom: 50px; /* gap to next section */
}

.novo-container {
    width: 1288px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
}

/* Text Container */
.novo-text-container {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.novo-text {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    text-align: center;
}

/* Elements Stack */
.novo-elements-stack {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    gap: 0;
}

/* Text and Button Container */
.novo-content-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 38px;
}

.novo-content-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.7;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Button Container */
.novo-button-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

/* Call Button */
.novo-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 207px;
    height: 39px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.novo-call-btn:hover {
    background: #3C5B49;
    border-color: #3C5B49;
    color: #fff;
}

/* Learn Button */
.novo-learn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 207px;
    height: 39px;
    background: #7A8F7A;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.novo-learn-btn:hover {
    background: #3C5B49;
    color: #fff;
}

/* Image Container */
.novo-image-container { /* mirror funerals layout */
    width: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 38px;
    padding-left: 30px;
}

.novo-image { width: 423px; height: 423px; object-fit: cover; border-radius: 8px; }
.novo-image-placeholder { width: 423px; height: 423px; background: rgba(255,255,255,0.1); border: 2px dashed rgba(255,255,255,0.3); border-radius: 8px; display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Inter', sans-serif; font-size:18px; }

.novo-image {
    width: 423px;
    height: 423px;
    object-fit: cover;
    border-radius: 8px;
}

.novo-image-placeholder {
    width: 423px;
    height: 423px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

/* About Us Section Styles */
.about-us-section {
    width: 1fr;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 10;
}

.about-us-container {
    width: 100%;
    height: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    padding: 40px 20px;
}

/* Title Container */
.about-us-title-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.about-us-title {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    text-align: center;
}

/* Content Container */
.about-us-content-container {
    width: 100% !important;
    height: 710px !important;
    padding: 0 20px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 20px !important;
}

/* Text Container */
.about-us-text-container {
    width: 100% !important;
    height: 390px !important;
    background: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 30px !important;
    overflow-y: auto !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Force black background with higher specificity */
#about-us .about-us-text-container {
    background: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.about-us-content-container .about-us-text-container {
    background: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

/* Additional specificity for background */
body .about-us-text-container {
    background: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

html body .about-us-text-container {
    background: rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
}

/* Validation Section Styles */
.validation-section {
    width: 1fr;
    height: 64vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 10;
}

.validation-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Main Stack Container */
.validation-stack {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* Top Container with Counters and Image */
.validation-top-container {
    width: 1100px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* First Container with Counters */
.validation-counters-container {
    width: 563px;
    height: 164px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Counter Item */
.validation-counter-item {
    width: 100%;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

/* Counter Number */
.validation-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.counter-plus {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.counter-number {
    font-family: 'Inter', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Counter Text */
.validation-counter-text {
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Second Container with Image */
.validation-image-container {
    width: 295px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
}

.validation-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.validation-image-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

/* Bottom Container with Google Reviews */
.validation-reviews-container {
    width: 100%;
    max-width: 1400px; /* match blog filter container width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    margin: 0 auto; /* center like blog carousel */
}

.validation-reviews-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
}

/* Hide validation reviews only on mobile; visible on desktop/tablet */
@media (max-width: 600px) {
	.validation-reviews-container { display: none !important; }
}

/* Validation Slider (desktop/tablet) */
.validation-slider { position: relative; display: flex; align-items: center; gap: 20px; width: 100%; max-width: 1400px; }
.vslider-viewport { overflow: hidden; width: 100%; }
.vslider-track { display: flex; gap: 16px; transition: transform .3s ease; will-change: transform; }
.vslide { display: flex; gap: 16px; width: fit-content; }
.vitem { width: 380px; background: transparent !important; border-radius: 10px; overflow: hidden; flex: 0 0 auto; display: flex; flex-direction: column; box-shadow: none; }
.vitem-media { width: 100%; height: auto; background: transparent !important; display:flex; align-items:center; justify-content:center; overflow:hidden; padding: 8px; border-bottom: none; aspect-ratio: 4 / 3; }
.vitem-image { width: 100%; height: 100%; object-fit: contain; display:block; image-rendering: auto; filter: none; }
.vitem-placeholder { font-size: 42px; opacity: .8; color: #fff; }
.vslider-nav { background: rgba(0,0,0,.7); color:#fff; border:0; border-radius: 50%; width: 36px; height: 36px; display:flex; align-items:center; justify-content:center; cursor:pointer; }
.vslider-prev { position: absolute; left: -50px; top: 50%; transform: translateY(-50%); }
.vslider-next { position: absolute; right: -50px; top: 50%; transform: translateY(-50%); }

/* Default: use slider on desktop, hide grid */
.validation-reviews-grid { display: none; }

@media (max-width: 1024px) {
  .vitem { width: 320px; }
  .upper-nav-container { max-width: 1200px; }
}

/* Mobile: show slider (1 per scroll), hide grid */
@media (max-width: 600px) {
  .validation-slider { display: flex !important; }
  .validation-reviews-grid { display: none !important; }
}

/* FAQ Section Styles */
.faq-section {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 10;
    padding: 40px 40px 0 40px;
}

.faq-container {
    width: 100%;
    max-width: 1400px;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.faq-stack {
    width: fill;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.faq-title-container {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-title {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin: 0;
}

.faq-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 62px;
    align-items: start;
}

.faq-item {
    width: fill;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 120px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.faq-item.active {
    height: auto;
    min-height: 120px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
}

.faq-question-text {
    flex: 1;
}

.faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 15px;
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle::before,
.faq-toggle::after {
    content: '';
    position: absolute;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-toggle::before {
    width: 2px;
    height: 16px;
    top: 4px;
    left: 11px;
}

.faq-toggle::after {
    width: 16px;
    height: 2px;
    top: 11px;
    left: 4px;
}

.faq-item.active .faq-toggle::before {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-answer {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    margin-top: 15px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(-10px);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}

.faq-item.active .faq-answer {
    max-height: 200px;
    margin-top: 15px;
    opacity: 1;
    transform: translateY(0);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.about-us-text-container p {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    line-height: 1.7 !important;
    text-shadow: none !important;
    margin: 0 !important;
}

.about-us-text-container {
    color: #ffffff !important;
}

.about-us-text-container * {
    color: #ffffff !important;
}

/* Image Container */
.about-us-image-container {
    width: 100%;
    height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.about-us-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-us-image-placeholder {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .upper-nav-container {
        width: 100%;
        max-width: 1200px;
    }
    
    .nav-bottom-container {
        width: 100%;
        max-width: 1117px;
    }
    
    .funerals-container {
        width: 90%;
        max-width: 1288px;
    }
}

@media (max-width: 1200px) {
    .upper-nav-container {
        padding: 0 15px;
    }
    
    .nav-phone {
        font-size: 20px;
    }
    
    .upper-text,
    .lower-text {
        font-size: 20px;
    }
    
    .nav-bottom-container {
        padding: 0 15px;
    }
    
    .nav-menu a {
        font-size: 20px;
        padding: 8px 12px;
    }
    
    .call-btn {
        width: 160px;
        font-size: 14px;
    }
    
    /* Hero Section Responsive */
    .hero-text-container {
        width: 716px;
        max-width: 90%;
    }
    
    .hero-title {
        font-size: 36px;
        line-height: 38px;
    }
    
    .hero-subtitle {
        font-size: 18px;
        line-height: 32px;
    }
    
    /* Funerals Section Responsive */
    .funerals-section {
        height: auto !important;
    }
    
    .funerals-container {
        width: 95%;
        flex-direction: column;
        gap: 30px;
    }
    
    .funerals-elements-stack {
        width: 100%;
        flex-direction: column;
        gap: 30px;
    }
    
    .funerals-image-container {
        width: 100%;
        justify-content: center;
        padding: 0;
    }
    
    .funerals-image {
        width: 350px;
        height: 350px;
    }
    
    .funerals-image-placeholder {
        width: 350px;
        height: 350px;
    }
    
    .funerals-content-container {
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 0;
    }
    
    .funerals-button-container {
        justify-content: center;
    }

    /* Novo Section Responsive (mirror funerals) */
    .novo-section { height: auto !important; }
    .novo-container { width: 95%; flex-direction: column; gap: 30px; }
    .novo-elements-stack { width: 100%; flex-direction: column; gap: 30px; }
    .novo-image-container { width: 100%; justify-content: center; padding: 0; order: 1; }
    .novo-image { width: 350px; height: 350px; }
    .novo-image-placeholder { width: 350px; height: 350px; }
    .novo-content-container { width: 100%; align-items: flex-start; text-align: left; padding: 0; order: 2; }
    .novo-button-container { justify-content: center; }
}

@media (max-width: 768px) {
    body {
        background-attachment: scroll; /* Better performance on mobile */
    }
    
    /* Hide upper nav stack on mobile */
    .upper-nav-stack {
        display: none;
    }
    
    /* Show mobile logo */
    .mobile-logo { display: block; margin-left: 20px; }
    /* Ensure hamburger is visible and aligned to the right */
    .mobile-menu-toggle { display: flex; margin-left: auto; margin-right: 20px; }
    
    /* Show mobile menu toggle */
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* Hide desktop navigation */
    .main-navigation {
        display: none;
    }
    
    /* Hide call button on mobile */
    .nav-call-button {
        display: none;
    }
    
    /* Mobile menu styles (will be shown when active) */
    .main-navigation.mobile-active {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%; /* full width */
        background-color: #7A8F7A;
        padding: 0; /* remove extra padding so height fits content */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }
    
    .main-navigation.mobile-active .nav-menu {
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
        width: 100%;
    }
    
    .main-navigation.mobile-active .nav-menu a {
        display: block;
        padding: 14px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 19px;
        width: 100%;
    }
    
    .content-sections {
        margin: 10px;
        padding: 20px;
    }
    
    .default-nav-text {
        padding: 20px;
        margin: 20px 0;
    }
    
    /* Adjust mobile layout */
    .nav-bottom-content { justify-content: space-between; align-items: center; position: relative; z-index: 1001; }
    .nav-bottom-container { width: 100%; max-width: none; padding: 0 10px; }
    
    /* Hero Section Mobile */
    .hero-section {
        height: 500px;
    }
    
    .hero-container {
        padding: 10px 10px 15px 10px;
    }
    
    .hero-text-container {
        width: 90%;
        max-width: 716px;
    }
    
    .hero-title {
        font-size: 28px;
        line-height: 30px;
    }
    
    .hero-subtitle {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
    }
    
    .phone-icon-btn {
        width: 60px;
        height: 60px;
    }
    
    .phone-icon {
        width: 40px;
        height: 40px;
    }
    
    .phone-icon-placeholder {
        width: 40px;
        height: 40px;
    }
    
    .phone-icon-text {
        font-size: 24px;
    }
    
    /* Funerals Section Mobile */
    .funerals-section {
        height: auto !important;
    }
    
    .funerals-container {
        width: 95%;
        gap: 20px;
    }
    
    .funerals-text {
        font-size: 24px;
        text-align: center;
    }
    
    .funerals-elements-stack {
        gap: 20px;
    }
    
    .funerals-image {
        width: 250px;
        height: 250px;
    }
    
    .funerals-image-placeholder {
        width: 250px;
        height: 250px;
    }
    
    .funerals-content-text {
        font-size: 14px;
        text-align: left;
    }
    
    .funerals-button-container {
        flex-direction: column;
        gap: 15px;
    }
    
    .funerals-call-btn,
    .funerals-learn-btn {
        width: 100%;
        max-width: 250px;
    }

    /* Novo Section Mobile (mirror funerals) */
    .novo-section { height: auto !important; }
    .novo-container { width: 95%; gap: 20px; }
    .novo-text { font-size: 24px; text-align: left; }
    .novo-elements-stack { gap: 20px; }
    .novo-image { width: 250px; height: 250px; }
    .novo-image-placeholder { width: 250px; height: 250px; }
    .novo-content-text { font-size: 14px; text-align: left; }
    .novo-button-container { flex-direction: column; gap: 15px; }
    .novo-call-btn,
    .novo-learn-btn { width: 100%; max-width: 250px; }
    
    /* About Us Section Mobile */
    .about-us-section {
        height: auto !important;
        min-height: 100vh !important;
    }
    
    .about-us-container {
        padding: 20px 10px !important;
        gap: 20px !important;
    }
    
    .about-us-title {
        font-size: 24px !important;
        margin-top: 20px !important;
    }
    
    .about-us-content-container {
        flex-direction: column !important;
        height: auto !important;
        gap: 15px !important;
    }
    
    .about-us-text-container {
        width: 100% !important;
        height: auto !important;
        min-height: 200px !important;
        padding: 20px !important;
    }
    
    .about-us-image-container {
        width: 100% !important;
        height: 250px !important;
    }
    
    /* Validation Section Mobile */
    .validation-section {
        height: auto !important;
        min-height: 64vh !important;
        padding: 20px 10px !important;
    }
    
    .validation-container {
        gap: 5px !important;
    }
    
    .validation-stack {
        gap: 15px !important;
    }
    
    .validation-top-container {
        width: 100% !important;
        max-width: 1100px !important;
        height: auto !important;
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .validation-counters-container {
        width: 100% !important;
        max-width: 563px !important;
        height: auto !important;
        gap: 15px !important;
    }
    
    .validation-counter-item {
        height: auto !important;
        min-height: 77px !important;
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }
    
    .counter-plus,
    .counter-number {
        font-size: 36px !important;
    }
    
    .validation-counter-text {
        font-size: 18px !important;
    }
    
    .validation-image-container {
        width: 100% !important;
        max-width: 295px !important;
        height: 150px !important;
    }
    
    .validation-reviews-container {
        padding: 15px !important;
    }
    
    .validation-reviews-title {
        font-size: 20px !important;
    }
    
    .validation-carousel {
        max-width: 100% !important;
        height: fit-content !important;
    }
    
    .carousel-slide {
        width: 100% !important;
        padding: 10px !important;
        flex-shrink: 0 !important;
    }
    
    .carousel-image {
        width: fit-content !important;
        height: fit-content !important;
        max-width: 100% !important;
        max-height: 350px !important;
    }
    
    .carousel-btn {
        width: 30px !important;
        height: 30px !important;
        font-size: 14px !important;
    }
    
    .carousel-dot {
        width: 8px !important;
        height: 8px !important;
    }
    
    /* FAQ Section Mobile Responsive */
    .faq-section {
        padding: 20px 15px 0 15px !important;
    }
    
    .faq-container {
        gap: 30px !important;
    }
    
    .faq-stack {
        gap: 30px !important;
    }
    
    .faq-title {
        font-size: 28px !important;
    }
    
    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .faq-item {
        padding: 12px !important;
        height: 80px !important;
    }
    
    .faq-item.active {
        min-height: 80px !important;
    }
    
    .faq-question {
        font-size: 15px !important;
    }
    
    .faq-toggle {
        width: 18px !important;
        height: 18px !important;
    }
    
    .faq-toggle::before {
        width: 2px !important;
        height: 12px !important;
        top: 3px !important;
        left: 8px !important;
    }
    
    .faq-toggle::after {
        width: 12px !important;
        height: 2px !important;
        top: 8px !important;
        left: 3px !important;
    }
    
    .faq-answer {
        font-size: 13px !important;
    }
    
    /* FAQ Section Responsive */
    .faq-section {
        padding: 30px 20px 0 20px !important;
    }
    
    .faq-container {
        gap: 40px !important;
    }
    
    .faq-stack {
        gap: 40px !important;
    }
    
    .faq-title {
        font-size: 32px !important;
    }
    
    .faq-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .faq-item {
        padding: 15px !important;
        height: 100px !important;
    }
    
    .faq-item.active {
        min-height: 100px !important;
    }
    
    .faq-question {
        font-size: 16px !important;
    }
    
    .faq-toggle {
        width: 20px !important;
        height: 20px !important;
    }
    
    .faq-toggle::before {
        width: 2px !important;
        height: 14px !important;
        top: 3px !important;
        left: 9px !important;
    }
    
    .faq-toggle::after {
        width: 14px !important;
        height: 2px !important;
        top: 9px !important;
        left: 3px !important;
    }
    
    .faq-answer {
        font-size: 14px !important;
    }
    
    /* Contact Us Section Tablet */
    .contact-section {
        height: auto !important;
        min-height: 80vh !important;
        padding: 40px 20px !important;
    }
    
    .contact-container {
        padding: 0 30px 30px 30px !important;
        gap: 35px !important;
    }
    
    .contact-title-container {
        width: 100% !important;
        height: auto !important;
        padding: 15px 0 !important;
    }
    
    .contact-title-text,
    .contact-subtitle-text {
        font-size: 24px !important;
    }
    
    .contact-content-container {
        flex-direction: column !important;
        height: auto !important;
        gap: 40px !important;
        padding: 30px 15px !important;
    }
    
    .contact-form-container {
        width: 100% !important;
        height: auto !important;
        padding: 20px !important;
    }
    
    .contact-form {
        gap: 18px !important;
    }
    
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        height: 38px !important;
        font-size: 15px !important;
    }
    
    .contact-form textarea {
        min-height: 90px !important;
        font-size: 15px !important;
    }
    
    .contact-submit-btn {
        height: 38px !important;
        font-size: 15px !important;
    }
    
    .contact-info-container {
        width: 100% !important;
        height: auto !important;
        padding: 20px !important;
        gap: 18px !important;
    }
    
    .contact-info-item {
        gap: 12px !important;
    }
    
    .contact-icon {
        width: 40px !important;
        height: 40px !important;
    }
    
    .contact-icon img {
        width: 40px !important;
        height: 40px !important;
    }
    
    .contact-icon-placeholder {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px !important;
    }
    
    .contact-text {
        font-size: 22px !important;
    }
}

/* Tablet Responsive Styles */
@media (max-width: 768px) {
    .validation-section {
        height: auto !important;
        min-height: 64vh !important;
        padding: 30px 15px !important;
    }
    
    .validation-top-container {
        width: 100% !important;
        max-width: 1100px !important;
        height: auto !important;
        flex-direction: column !important;
        gap: 25px !important;
    }
    
    .validation-counters-container {
        width: 100% !important;
        max-width: 563px !important;
        height: auto !important;
        gap: 20px !important;
    }
    
    .validation-counter-item {
        height: auto !important;
        min-height: 77px !important;
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
    }
    
    .counter-plus,
    .counter-number {
        font-size: 48px !important;
    }
    
    .validation-counter-text {
        font-size: 20px !important;
    }
    
    .validation-image-container {
        width: 100% !important;
        max-width: 295px !important;
        height: 120px !important;
    }
    
    .validation-reviews-container {
        padding: 20px !important;
    }
    
    .validation-reviews-title {
        font-size: 22px !important;
    }
    
    .validation-carousel {
        max-width: 100% !important;
        height: fit-content !important;
    }
    
    .carousel-slide {
        width: 100% !important;
        padding: 15px !important;
        flex-shrink: 0 !important;
    }
    
    .carousel-image {
        width: fit-content !important;
        height: fit-content !important;
        max-width: 100% !important;
        max-height: 250px !important;
    }
    
    .carousel-btn {
        width: 35px !important;
        height: 35px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    html, body {
        background: url('assets/images/Херо секшан телефон.png?v=1') center top / cover no-repeat !important;
        background-image: url('/wp-content/themes/Custom%20theme/assets/images/%D0%A5%D0%B5%D1%80%D0%BE%20%D1%81%D0%B5%D0%BA%D1%88%D0%B0%D0%BD%20%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD.png?v=3') !important;
        background-attachment: scroll !important;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .header-bottom {
        padding: 10px 0;
        height: auto;
    }
    
    .mobile-logo .site-title {
        font-size: 1rem;
    }
    
    .content-sections {
        padding: 15px;
        margin: 5px;
    }
    
    .default-nav-text {
        padding: 15px;
    }
    
    .nav-bottom-container {
        padding: 0 10px;
    }
    
    /* Hero Section Small Mobile */
    .hero-section {
        height: 400px;
    }
    
    .hero-text-container {
        width: 95%;
    }
    
    .hero-title {
        font-size: 24px;
        line-height: 26px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        line-height: 24px;
    }
    
    .phone-icon-btn {
        width: 50px;
        height: 50px;
    }
    
    .phone-icon {
        width: 35px;
        height: 35px;
    }
    
    .phone-icon-placeholder {
        width: 35px;
        height: 35px;
    }
    
    .phone-icon-text {
        font-size: 20px;
    }
    
    /* Funerals Section Small Mobile */
    .funerals-section {
        height: 400px;
    }
    
    .funerals-text {
        font-size: 20px;
    }
    
    .funerals-image {
        width: 200px;
        height: 200px;
    }
    
    .funerals-image-placeholder {
        width: 200px;
        height: 200px;
    }
    
    .funerals-content-text {
        font-size: 14px;
    }
    
    .funerals-call-btn,
    .funerals-learn-btn {
        height: 35px;
        font-size: 14px;
    }
    
    /* Contact Us Section Small Mobile */
    .contact-section {
        height: auto !important;
        min-height: 80vh !important;
        padding: 30px 15px !important;
    }
    
    .contact-container {
        padding: 0 20px 20px 20px !important;
        gap: 30px !important;
    }
    
    .contact-title-container {
        width: 100% !important;
        height: auto !important;
        padding: 10px 0 !important;
    }
    
    .contact-title-text,
    .contact-subtitle-text {
        font-size: 20px !important;
    }
    
    .contact-content-container { flex-direction: column !important; height: auto !important; gap: 20px !important; padding: 20px 10px !important; }
    .contact-info-container { order: 1 !important; }
    .contact-form-container { order: 2 !important; }
    
    .contact-form-container {
        width: 100% !important;
        height: auto !important;
        padding: 15px !important;
    }
    
    .contact-form {
        gap: 15px !important;
    }
    
    .contact-form input[type="text"],
    .contact-form input[type="email"] {
        height: 35px !important;
        font-size: 14px !important;
    }
    
    .contact-form textarea {
        min-height: 80px !important;
        font-size: 14px !important;
    }
    
    .contact-submit-btn {
        height: 35px !important;
        font-size: 14px !important;
    }
    
    .contact-info-container {
        width: 100% !important;
        height: auto !important;
        padding: 15px !important;
        gap: 15px !important;
    }
    
    .contact-info-item {
        gap: 8px !important;
    }
    
    .contact-icon {
        width: 35px !important;
        height: 35px !important;
    }
    
    .contact-icon img {
        width: 35px !important;
        height: 35px !important;
    }
    
    .contact-icon-placeholder {
        width: 35px !important;
        height: 35px !important;
        font-size: 18px !important;
    }
    
    .contact-text {
        font-size: 18px !important;
    }
}

@media (max-width: 400px) {
	html, body {
		background: url('assets/images/Херо секшан телефон.png?v=2') center top / cover no-repeat !important;
		background-attachment: scroll !important;
	}
}

/* Contact Us Section Styles */
.contact-section {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    position: relative;
    z-index: 10;
    gap: 10px;
}

.contact-container {
    width: 100%;
    height: fit-content;
    max-width: 1700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 42px;
    padding: 0 50px 30px 50px;
}

.contact-inner {
    width: 100%;
    height: fit-content;
}

/* Contact Title Container */
.contact-title-container {
    width: 1020px;
    height: 93px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0;
}

.contact-title-text {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    display: block;
}

.contact-subtitle-text {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    display: block;
}

/* Contact Content Container */
.contact-content-container {
    width: 100%;
    max-width: 1200px;
    height: 501px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 150px;
    padding: 43px 20px;
}

/* Contact Form */
.contact-form-container {
    width: 50%;
    height: 415px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
}

.contact-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-field {
    width: 100%;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    backdrop-filter: blur(10px);
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form textarea {
    width: 100%;
    min-height: 100px;
    height: fit-content;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    resize: vertical;
    backdrop-filter: blur(10px);
}

.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-submit-btn {
    width: 100%;
    height: 40px;
    background: #3C5B49;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-submit-btn:hover {
    background: #7A8F7A;
}

/* Contact Information */
.contact-info-container {
    width: 50%;
    height: 415px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 20px;
    background-color: #000000 !important;
    background: #000000 !important;
    opacity: 0.75 !important;
    border-radius: 10px;
}

.contact-info-item {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.contact-icon {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon img {
    width: 47px;
    height: 47px;
    object-fit: contain;
}

.contact-icon-placeholder {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.contact-text {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.contact-link {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-link:hover {
    opacity: 0.8;
}

/* Contact Form Success Popup */
.contact-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.contact-popup.show {
    opacity: 1;
    visibility: visible;
}

.contact-popup.success {
    background: rgba(76, 175, 80, 0.9);
}

.contact-popup.error {
    background: rgba(244, 67, 54, 0.9);
} 

/* Footer Styles */
.site-footer {
    width: 100%;
    height: 420px;
    background: transparent;
}

.footer-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 50px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Container 1: Logo and Copyright */
.footer-container-1 {
    width: fit-content;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
}

.footer-logo {
    width: 225px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo img {
    width: 225px;
    height: 225px;
    object-fit: contain;
}

.footer-logo-placeholder {
    width: 225px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.footer-copyright {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    text-align: left;
    line-height: 1.4;
}

/* Container 2: Contact Info */
.footer-container-2 {
    width: fit-content;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-contact {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 1.3;
}

.footer-phone {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
    display: block;
    margin-top: 10px;
}

.footer-phone:hover {
    opacity: 0.8;
}

.footer-social {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.footer-social-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.footer-social-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-social-link:hover {
    opacity: 0.8;
}

/* Container 3: Services and Articles */
.footer-container-3 {
    width: 171px;
    height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-services,
.footer-articles {
    width: 100%;
    height: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.footer-services-links,
.footer-articles-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.footer-service-link,
.footer-article-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-service-link:hover,
.footer-article-link:hover {
    opacity: 0.8;
}

/* Container 4: Working Hours and Quick Links */
.footer-container-4 {
    width: 278px;
    height: 371px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-hours,
.footer-quick-links {
    width: 100%;
    height: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.footer-hours-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    line-height: 1.4;
}

.footer-quick-links-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}

.footer-quick-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-quick-link:hover {
    opacity: 0.8;
}

/* Responsive Footer */
@media (max-width: 1200px) {
    .footer-container {
        padding: 0 30px;
        gap: 20px;
    }
    
    .footer-container-1 {
        width: 200px;
    }
    
    .footer-logo,
    .footer-logo img,
    .footer-logo-placeholder {
        width: 180px;
        height: 180px;
    }
    
    .footer-container-4 {
        width: 250px;
    }
}

@media (max-width: 768px) {
    .site-footer {
        height: auto;
        min-height: 420px;
    }
    
    .footer-container {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }
    
    .footer-container-1,
    .footer-container-2,
    .footer-container-3,
    .footer-container-4 {
        width: 100%;
        height: auto;
        padding: 0;
    }
    
    .footer-logo,
    .footer-logo img,
    .footer-logo-placeholder {
        width: 150px;
        height: 150px;
    }
    
    .footer-contact,
    .footer-social,
    .footer-services,
    .footer-articles,
    .footer-hours,
    .footer-quick-links {
        font-size: 24px;
    }
    
    .footer-phone {
        font-size: 18px;
    }
    
    .footer-social-link,
    .footer-service-link,
    .footer-article-link,
    .footer-quick-link {
        font-size: 14px;
    }
    
    .footer-hours-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 20px 15px;
        gap: 25px;
    }
    
    .footer-logo,
    .footer-logo img,
    .footer-logo-placeholder {
        width: 120px;
        height: 120px;
    }
    
    .footer-contact,
    .footer-social,
    .footer-services,
    .footer-articles,
    .footer-hours,
    .footer-quick-links {
        font-size: 20px;
    }
    
    .footer-phone {
        font-size: 16px;
    }
    
    .footer-social-link,
    .footer-service-link,
    .footer-article-link,
    .footer-quick-link {
        font-size: 12px;
    }
    
    .footer-hours-text {
        font-size: 12px;
    }
    
    .footer-copyright {
        font-size: 11px;
    }
} 

 