body {
    color: #000000;
    background-color: #ffffff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4;
}
html {
    scroll-padding-top: 15%;
    scroll-behavior: smooth;
}
.container {
    max-width: 1380px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a[href^="tel:"] {
  white-space: nowrap;
}
h1, h2, h3, h4 {
    font-family: Montserrat, serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 26px;
    font-weight: 700;
}
h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: #ffffff 0px 0px 5px;
    line-height: 1.2;
}
h2 span {
    color: #50a539;
}
h3 {
    font-size: 22px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
}
* {
    box-sizing: border-box;
}
header {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    background-color: #e9eef1;
    position: relative;
}
.hamburger {
    display: block;
    font-size: 30px;
    padding-right: 10px;
    color: #40444b;
    z-index: 999;
}
.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    top: 0px;
    flex-direction: column;
    height: fit-content;
    padding: 15px 0px;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease 0s;
    background: #fff;
    box-shadow: 0 0 5px 0 #000;
}
nav.scrolled {
    background-color: #ffffff;
    box-shadow: #000000 0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 9999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}
nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    background: #ffffff;
    height: auto;
    max-width: 1380px;
}
.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}
nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    position: absolute;
    top: -1rem;
    left: -105%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
    align-items: center;
}
nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
}
nav .menu.active .booking-btn {
    margin-bottom: 15px
}
nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}
nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: #000000;
}
.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    padding-left: 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.brand span {
    color: #000000;
    font-size: 25px;
    margin-left: 10px;
    font-family: Montserrat, serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
}
.brand img {
    width: 110px;
    height: auto;
    align-self: center;
}


@media (min-width: 992px) {
    .hamburger {
        display: none;
   }
    nav {
        height: fit-content;
   }
    /* nav > div {
        justify-content: center;
   } */
    nav > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .navigation {
        width: auto;
   }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
   }
    nav .menu li {
        margin: 0px 6px;
        padding: 0px;
   }
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
   }
    .brand img {
        width: 120px;
    }
    .slider-section {
        height: calc(-145px + 106vh) !important;
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
}
@media (min-width: 1166px) {
    /* nav {
        height: fit-content;
   }
    nav > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .navigation {
        width: auto;
   }
    nav .menu {
        width: auto;
   } */
    nav .menu li {
        margin: 0px 10px;
    }
    .slider-section {
        height: calc(-189px + 116vh) !important;
   }
}





.hero-modern {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0px 5%;
    display: flex;
    justify-content: center;
}

/* Ефектът на матираното стъкло */
.hero-glass-card {
    background: #0000001a;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px;
    border-radius: 40px 10px 40px 10px; /* Твоето ново "Organic" закръгляне */
    max-width: 650px;
    color: white;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.family-badge {
    background: #61c845;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
}

.hero-glass-card h1 {
    font-size: clamp(35px, 5vw, 48px);
    line-height: 1.1;
    margin: 15px 0;
    font-weight: 800;
}

.highlight { color: #61c845; }

.hero-actions {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-actions .button:nth-child(2) {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}

.hero-actions .button:nth-child(2):hover {
    border: none;
    background: #50a539;
    box-shadow: 0 12px 36px #50a53980, 0 6px 16px #50a53966, inset 0 0 15px #ffffff4d;
}

/* Модерни бутони */
.btn-main {
    background: #61c845;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    transition: 0.3s;
    justify-content: center;
}

.btn-main img {
    height: 30px;
}

.button img {
    height: 30px;
}

.btn-secondary {
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
    align-content: center;
}

.btn-secondary:hover { background: white; color: #333; }

/* Пулсираща анимация */
@keyframes pulse-green {
    0% { box-shadow: 0 0 0 0 rgba(97, 200, 69, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(97, 200, 69, 0); }
    100% { box-shadow: 0 0 0 0 rgba(97, 200, 69, 0); }
}
.pulse { animation: pulse-green 2s infinite; }

@media (max-width: 981px) {
    .hero-glass-card {
        padding: 30px;
        text-align: center;
    }
}
@media (min-width: 981px) {
    .hero-overlay {
        justify-content: flex-start;
        padding-left: 15px;
    }
    .hero-actions {
        justify-content: flex-start;
    }
}

.button {
  position: relative;
  display: flex;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
  letter-spacing: 1.2px;
  gap: 10px;
  color: #fff !important;
  text-decoration: none;
  background: #f06927;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    box-shadow 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    background 0.3s ease;
  box-shadow: 0 8px 24px #f0692766, 0 4px 12px #f0692755, inset 0 0 10px #ffffff33;
  animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  align-items: center;
}
.button span {
  position: relative;
  z-index: 2;
  display: flex;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    color 0.3s ease;
  align-items: center;
}
.button:hover {
  transform: perspective(200px) translateY(-6px) scale(1.05) rotateX(5deg);
  background: #50a539;
  box-shadow:
    0 12px 36px #50a53980,
    0 6px 16px #50a53966,
    inset 0 0 15px #ffffff4d;
}
.button:hover span {
  transform: scale(1.03) translateY(-1px);
  color: #fff;
}
@keyframes bounceIn {
  0% { transform: perspective(200px) scale(0.7) rotateX(-20deg); opacity: 0; }
  50% { transform: perspective(200px) scale(1.1) rotateX(5deg); opacity: 1; }
  100% { transform: perspective(200px) scale(1) rotateX(0); opacity: 1; }
}

.booking-btn {
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 5px #000;
  letter-spacing: 1.2px;
  color: #fff;
  text-decoration: none;
  background: #40444b;
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    box-shadow 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    background 0.3s ease;
  box-shadow:
    0 8px 24px #50a53966,
    0 4px 12px #50a53955,
    inset 0 0 10px #ffffff33;
  animation: bounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.booking-btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition:
    transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    color 0.3s ease;
}
.booking-btn:hover {
  transform: perspective(200px) translateY(-6px) scale(1.05) rotateX(5deg);
  background: #50a539;
  box-shadow:
    0 12px 36px #50a53980,
    0 6px 16px #50a53966,
    inset 0 0 15px #ffffff4d;
}
.booking-btn:hover span {
  transform: scale(1.05) translateY(-1px);
  color: #fff;
}
@keyframes bounceIn {
  0% { transform: perspective(200px) scale(0.7) rotateX(-20deg); opacity: 0; }
  50% { transform: perspective(200px) scale(1.1) rotateX(5deg); opacity: 1; }
  100% { transform: perspective(200px) scale(1) rotateX(0); opacity: 1; }
}


nav .button, nav .booking-btn {
    margin: 0px 10px;
}

.headers-buttons .booking-btn {
    margin-top: 16px;
}

.scroll-down {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: 20px;
}
.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
    filter: drop-shadow(#000000 0px 0px 5px);
}
@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
@media (min-width: 600px) {
    .top-decoration-element {
        width: 67%;
   }
    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
   }
    .headers-buttons .booking-btn {
        margin-left: 20px;
        margin-top: 0;
   }
}
@media (min-width: 768px) {
    .top-decoration-element {
        top: 10%;
   }
    .slider-text p {
        margin: 20px 0px 25px;
        font-size: 18px;
   }
}
@media (min-width: 1200px) {
    .top-decoration-element {
        top: 15%;
        max-width: 800px;
   }
}
.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    /* padding: 100px 0 120px; */
}
.about-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    position: relative;
    max-width: 1380px;
}

/* Контейнерът */
.bento-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 180px);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0 50px;
}

/* Общ стил за всяка плочка */
.bento-item {
    background: #40444b; /* Твоят тъмен цвят */
    color: white;
    padding: 25px;
    border-radius: 30px; /* Модерно, голямо закръгляне */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Текстът долу */
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

/* Позициониране */
.bento-main {
    grid-column: span 2;
    grid-row: span 2;
    background: #61c845; /* Акцентно зелено */
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bento-sub {
    grid-column: span 1;
    grid-row: span 1;
}

.bento-wide {
    grid-column: span 2;
    grid-row: span 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

/* Икони и Текст */
.bento-icon { font-size: 2.5rem; margin-bottom: 10px; }
.bento-text h3 { margin: 0; font-size: 1.2rem; font-weight: 700; }
.bento-text p { margin: 5px 0 0; font-size: 0.9rem; opacity: 0.8; }

/* Ховър ефект */
.bento-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    border-color: #61c845;
}

/* Мобилна версия - най-важното за AdWords! */
@media (max-width: 768px) {
    .bento-container {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .bento-item { grid-column: span 1 !important; grid-row: span 1 !important; }
}




.banner {
    width: 100%;
    max-width: 600px;
    background: #50a539;
    border-radius: 16px;
    box-shadow: #000000 0px 0px 5px;
    padding: 20px 15px;
}
.banner > p {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0;
}

.about-modern {
    padding: 50px 0;
    background: #ffffff;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
    padding: 0 20px;
}

/* Визуална част със "стек" ефект */
.about-visuals {
    position: relative;
}

.image-stack {
    position: relative;
    padding-bottom: 20px;
    justify-self: center;
}

.main-img {
    width: 100%;
    border-radius: 40px 10px 40px 10px; /* Твоето ново "Organic" закръгляне */
    box-shadow: 20px 20px 60px rgba(0,0,0,0.1);
    max-width: 400px;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #61c845;
    color: white;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(97, 200, 69, 0.3);
}

.experience-badge .years { font-size: 2rem; font-weight: 800; line-height: 1; }
.experience-badge .text { font-size: 0.8rem; text-transform: uppercase; font-weight: 600; }

/* Текстова част */
.badge-outline {
    border: 1px solid #61c845;
    color: #61c845;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.green-text { color: #61c845; }

.city-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.city-chips span {
    background: #f4f7f6;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.9rem;
    color: #40444b;
    font-weight: 500;
    transition: 0.3s;
}

.city-chips span:hover {
    background: #61c845;
    color: #ffffff;
}

.about-cta {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.sub-cta {font-size: 0.9rem;color: #777;font-style: italic;margin: 10px 0;}

/* Мобилна версия */
@media (max-width: 991px) {
    .about-container { grid-template-columns: 1fr; gap: 40px; }
    .about-visuals { order: 2; }
    .about-info { order: 1; text-align: center; }
    .city-chips { justify-content: center; }
    .about-cta { flex-direction: column; }
    .experience-badge {right: 10px;}
}



.features-modern {
    background: #fdfdfd;
    overflow: hidden;
    padding: 50px 0;
}

.features-wrapper {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    align-items: center;
    gap: 50px;
}

.features-text-content {
    flex: 1;
    padding: 0 5%;
    justify-items: center;
}

/* Решетка за предимствата */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.feature-card {
    background: white;
    padding: 25px;
    border-radius: 25px 5px 25px 5px; /* Organic roundness */
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: #61c845;
    box-shadow: 0 15px 35px rgba(97, 200, 69, 0.1);
}

.f-icon {
    font-size: 2rem;
    margin-bottom: 15px;
}

.feature-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #40444b;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Снимката отстрани */
.features-image-side {
    flex: 0.8;
    text-align-last: center;
}

.features-image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px 0 0 50px; /* Заобляне само от едната страна */
    box-shadow: -20px 0 40px rgba(0,0,0,0.05);
    max-width: 600px;
}

/* Адаптивност */
@media (max-width: 1024px) {
    .features-wrapper { flex-direction: column; }
    .features-image-side { order: 2; width: 100%; padding: 0 20px; }
    .features-image-side img { border-radius: 30px; }
    .features-grid { grid-template-columns: 1fr; }
    .features-text-content { order: 1; text-align: center; }
}




.services-modern-grid {
    padding: 50px 0;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
}

.srv-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.services-wrapper {
    position: relative;
    max-height: 700px; /* Височината на първите 2 реда услуги */
    overflow: hidden;
    transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.services-wrapper.expanded {
    max-height: 5000px; /* Достатъчно голямо за 40 услуги */
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 10px;
}

.service-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #e1e8ed;
    transition: all 0.3s ease;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-10px);
    border-color: #61c845;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.service-card.featured {
    background: linear-gradient(145deg, #ffffff, #f0f9ee);
    border-color: #61c845;
}

.card-icon {
    font-size: 2.5rem;
    background: #f1f8ef;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.card-content h3 {
    font-size: 1.3rem;
    color: #2d3436;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 0.95rem;
    color: #636e72;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}

/* Градиентът, който подсказва, че има още */
.services-gradient-overlay {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px; /* По-голям градиент за плавно преливане */
    background: linear-gradient(transparent, #ffffff 90%);
    pointer-events: none;
    z-index: 2;
}

.services-wrapper.expanded .services-gradient-overlay {
    opacity: 0;
}

.load-more-wrapper {
    margin-top: 30px;
    text-align: center;
}

.service-card.hidden-item {
    display: none;
    opacity: 0;
}

/* Стил за бутоните, за да са един до друг или на един ред */
.load-more-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    flex-wrap: wrap;
}






.combined-section {
    padding: 50px 0;
    background: #f8fafc; /* Светъл, модерен фон */
    display: flex;
    justify-content: center;
}

.split-container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    flex-direction: row;
}

/* Колонки */
.testimonials-column { flex: 1.2; min-width: 320px; }
.form-column { flex: 1; min-width: 320px; }

/* Карти за отзиви */
.testimonial-vertical-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

/* Контейнер за редовете във формата */
.form-row {
    position: relative;
    margin-bottom: 25px;
}

/* Стилизиране на текстовите полета (Name & Phone) */
.form-row input, .form-row #message {
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
    color: #2d3436;
    border: none;
    border-bottom: 2px solid #dfe6e9;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
}

/* Ефект при фокус върху полето */
.form-row input:focus, .form-row #message:focus {
    border-bottom-color: #61c845;
}

/* Дизайн на плаващите етикети (Labels) */
.form-row label {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 1rem;
    color: #b2bec3;
    pointer-events: none;
    transition: all 0.3s ease;
}

/* Когато полето е на фокус или има текст, етикетът отива нагоре */
.form-row input:focus + label,
.form-row input:not(:placeholder-shown) + label,
.form-row #message:focus + label,
.form-row #message:not(:placeholder-shown) + label{
    top: -10px;
    font-size: 0.85rem;
    color: #61c845;
    font-weight: 600;
}

/* Стилизиране на секцията за Captcha */
.form-row-captcha {
    margin: 20px 0;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #edf2f7;
}

.checkbox-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 0.95rem;
    color: #636e72;
}

.checkbox-captcha input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #f06927;
}

/* Финална корекция на бутоните в група */
.button-group .prev-btn {
    flex: 0 0 80px; /* Прави бутона "Назад" по-малък */
}

.button-group .submit-button {
    flex: 1;
}

.t-card {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.03);
    border: 1px solid #edf2f7;
}

.t-header {
    display: flex;
    align-items: center;
    gap: 15px;
    /* margin-bottom: 4px; */
}

.t-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.t-name {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: #2d3436;
}

.t-google { height: 18px; margin-top: 4px; }

.t-text {
    font-style: italic;
    color: #636e72;
    line-height: 1.6;
    font-size: 0.95rem;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Тук промени цифрата за броя редове */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Карта на формата */
.form-glass-card {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 2px solid #61c845; /* Зелен акцент */
}

.form-glass-card h3 {
    margin-bottom: 25px;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 0;
}

.highlight { color: #61c845; }

/* Скриваме всички стъпки по подразбиране */
.form-step {
    display: none;
}
.form-step.step-active {
    display: block;
    animation: fadeInForm 0.4s ease-out;
    text-align: center;
}

/* Бутони и Quiz карти (корекция на твоите стилове) */
.quiz-options {
    display: grid;
    grid-template-columns: 1fr; /* Една под друга за мобилни */
    gap: 12px;
    margin: 20px 0;
}

@media (min-width: 600px) {
    .quiz-options {
        grid-template-columns: 1fr 1fr; /* Две колони на десктоп */
    }
}

.quiz-card {
    display: block;
    position: relative;
    background: #ffffff;
    border: 2px solid #dfe6e9;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
}

/* Ефект на повдигане при ховър (както искаше) */
.quiz-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #61c845;
}

/* Индикатор за избран елемент */
.quiz-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.quiz-card input { display: none; }


/* Стил, когато радиобутонът е избран */
.quiz-card:has(input:checked) {
    background-color: #f0f9ee;
    border-color: #61c845;
    box-shadow: 0 5px 15px rgba(97, 200, 69, 0.2);
}

/* Ако браузърът е стар и не поддържа :has, това е бекъп */
.quiz-card input:checked + .card-content {
    color: #61c845;
    font-weight: 700;
}



.card-content {
    font-size: 16px;
    font-weight: 500;
    color: #2d3436;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}

/* 3. Бутони Напред/Назад */
.button-group {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.prev-btn {
    flex: 1;
    background: #f1f2f6;
    color: #57606f;
    border: none;
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
}

.next-btn, .submit-button {
    width: 100%;
    padding: 18px;
    background: #61c845;
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(97, 200, 69, 0.2);
}

@keyframes fadeInForm {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 992px) {
    .split-container { flex-direction: column; }
    .testimonials-column { text-align: center; }
}





/*GALLERY SECTION STYLE*/
.gallery-section {
    padding: 50px 0 100px;
    background: #ffffff;
    /* background: #f8f9fa; */
    text-align: center;
    display: flex;
    justify-content: center;
}

.gallery-title span {
    color: #61c845;
}

.gallery-grid {
    column-count: 1;
    column-gap: 20px;
    margin: 10px 0;
    padding: 0 15px;
}

/* Корекция за колоните според екрана */
@media (min-width: 600px) { .gallery-grid { column-count: 2; } }
@media (min-width: 1100px) { .gallery-grid { column-count: 3; } }

.gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: #161616a1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-overlay span {
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 0.9rem;
}

/* Hover ефекти */
.gallery-item:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.hidden-item {
    display: none; /* Скрива елементите първоначално */
}

.load-more-container {
    text-align: center;
    margin-top: 40px;
}

/* CTA Section Style */
.cta-section {
    position: relative;
    padding: 100px 20px;
    text-align: center;
    color: white;
    overflow: hidden;
}

.cta-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta-content {
    
display: flex;
    
flex-direction: column;
    
align-items: center;
}

.cta-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4); /* Затъмнява снимката, за да се чете текста */
}

.cta-content h3 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 0;
}

.cta-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.load-more-wrapper {
    gap: 15px;
    display: flex;
}

.cta-phone-btn {
    align-items: center;
    background: #f1f2f6;
    color: #2d3436;
    font-size: 1rem;
    padding: 12px 30px;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

#collapseServicesBtn {
    color: white;
    background: #888;
}

#collapseServicesBtn:hover {
    background: #f06927 !important;
}

.cta-phone-btn:hover {
    background: #52a93a;
    transform: translateY(-3px);
    background: #61c845;
    color: white;
    border: 2px solid #2d34362e;
}

#viewLessBtn {
    color: white;
    background: #888;
}

#viewLessBtn:hover {
    background: #f06927 !important;
}

@media screen and (min-width: 600px) {
    .load-more-wrapper {
        margin-top: 20px;
    }
}

@media screen and (min-width: 981px) {
    .load-more-wrapper {
        margin-top: 30px;
    }
}



/* Modern Footer Style */
.modern-footer {
    background: #2d3436; /* Тъмно сиво/черно */
    padding: 40px 0;
    text-align: center;
}

.footer-bottom p {
    color: #b2bec3;
    font-size: 0.9rem;
    margin: 0;
}

/* Скриване/Показване на мобилния бутон */
.mobile-only-call {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff7f50; /* Контрастен оранжев цвят за Call Now */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 999;
}

.mobile-only-call a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    .cta-content h3 { font-size: 1.8rem; }
    .mobile-only-call { display: block; }
}




#callnowbutton {
    display: none;
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #81d742;
        color: #ffffff;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 5px;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
   }
    #callnowbutton a img {
        height: 2em;
   }
}


