body {
  font-family: 'Arial', sans-serif;
  background: #f2f3f6;
  padding-top: 76px;
  background-image: url('./assets/images/floorplan-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
}

#hero {
  background: url('./assets/images/hero.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px;
}

#about-us, #services, #contact {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 0;
}

#about-us {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.06);
  margin: 32px auto;
  max-width: 1140px;
  padding: 0;
  width: calc(100% - 32px);
}

#about-title {
  font-size: 2.2rem;
  color: #040405;
  margin: 0;
  padding: 24px 48px;
}

.about-text {
  padding: 24px 48px 32px;
  max-width: 900px;
  margin: 0 auto;
}

.about-text p {
  margin-bottom: 1.2rem;
  line-height: 1.6;
  color: #2c3e50;
}

.about-text ul {
  padding-left: 20px;
  margin: 1.5rem 0;
  list-style-type: none;
}

.about-text li {
  margin-bottom: 1rem;
  line-height: 1.5;
  color: #2c3e50;
  position: relative;
  padding-left: 24px;
}

.about-text li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007bff;
}

#services {
  padding: 50px 0;
}

#contact {
  padding: 50px 0;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.navbar {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  align-items: center;
  flex-wrap: nowrap;
  min-height: 56px;
  padding-left: 8px;
  padding-right: 8px;
}

.navbar .navbar-brand {
  flex: 1 1 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0;
  margin-right: 0;
  z-index: 2;
  overflow: hidden;
}

.navbar .navbar-brand img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
  margin-right: 10px;
  display: block;
  flex-shrink: 0;
}

.navbar .navbar-brand span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: clamp(0.7rem, 2.5vw, 1.04rem);
  max-width: 100%;
}

.navbar .navbar-toggler {
  flex: 0 0 auto;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.35rem;
  margin-left: 8px;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 48px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar .navbar-brand {
    height: 48px;
    min-height: 48px;
    margin-right: 0;
    margin-left: 0;
  }
  .navbar .navbar-brand img,
  .navbar .navbar-toggler {
    height: 36px;
    width: 36px;
    min-width: 36px;
    min-height: 36px;
  }
  .navbar .navbar-brand span {
    font-size: clamp(0.65rem, 4vw, 0.89rem);
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .navbar .navbar-brand span {
    font-size: clamp(0.6rem, 6vw, 0.82rem);
    max-width: 100%;
  }
}

@media (max-width: 440px) {
  .navbar .navbar-brand span {
    font-size: clamp(0.55rem, 8vw, 0.74rem);
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .navbar {
    padding-left: 2px;
    padding-right: 2px;
  }
  .navbar .navbar-brand {
    font-size: 0.91rem;
  }
  .navbar .navbar-brand span {
    font-size: clamp(0.6rem, 5vw, 0.91rem);
  }
}

/* Reduce gap between image and text in hero section on desktop */
@media (min-width: 992px) {
  .hero-nav-section .row.align-items-center {
    gap: 0;
  }
  .hero-nav-section .col-lg-6.d-flex {
    margin-right: 0;
    padding-right: 10px;
  }
  .hero-nav-section .col-lg-6.text-lg-left {
    padding-left: 10px;
  }
  .hero-nav-section .col-lg-6.d-flex img {
    margin-right: 0;
    margin-left: 2%; /* reduce from 5% to 2% */
  }
  .navbar-toggler {
    display: none !important;
  }
}

/* Add spacing around service cards in Our Services section */
#services .card {
  margin: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  border-radius: 12px;
}
/* --- Center last row of service cards if less than 3 --- */
#services .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#services .col-md-4 {
  display: flex;
}
#services .card.h-100 {
  width: 100%;
}
/* Центрируем последнюю строку если карточек 1 или 2 */
#services .row:after {
  content: "";
  flex: auto;
}
#services .col-md-4:nth-last-child(2):nth-child(odd),
#services .col-md-4:last-child:nth-child(even) {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #services .card {
    margin: 12px 0;
  }
  #services .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-toggler {
    display: flex !important;
  }
}

/* Hero section background slideshow */
.hero-slideshow {
  position: relative;
  overflow: hidden;
  background: #111;
  height: 100vh;
  max-height: 800px;
}

.hero-slideshow-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 0.32;
  z-index: 1;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transform: scale(1.1);
}

.hero-slideshow-bg.active {
  opacity: 0.32;
  transform: scale(1);
}

.hero-slideshow-bg.next {
  opacity: 0;
  transform: scale(1.1);
}

.hero-parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-parallax-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-out;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  transform: scale(1.1);
}

.hero-parallax-slide.active {
  opacity: 0.45;
  transform: scale(1);
  transition: transform 6s ease-out, opacity 1s ease-out;
}

@media (max-width: 768px) {
  .hero-slideshow {
    height: 80vh;
  }
}

/* Стили для текстового контента поверх карусели */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  padding: 20px;
}

.hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: clamp(1rem, 3vw, 1.5rem);
  margin-bottom: 0;
}

/* Медиа-запросы для мобильной версии */
@media (max-width: 768px) {
  .hero-slideshow {
    height: 80vh;
  }
  
  .hero-logo-block {
    display: none !important; /* Принудительно скрываем логотип на мобильных */
  }
  
  .hero-content {
    text-align: center;
    padding: 15px;
  }
  
  .hero-content h1 {
    font-size: clamp(2.275rem, 5.2vw, 3.25rem); /* Увеличено на 30% от предыдущего значения */
  }
  
  .hero-content p {
    font-size: clamp(1.14rem, 3.25vw, 1.625rem); /* Увеличено на 30% от предыдущего значения */
    line-height: 1.4;
  }

  .text-shadow-dark {
    text-shadow: 
        3px 3px 6px rgba(0,0,0,0.8),
        0 0 12px rgba(0,0,0,0.6);
  }
}

.carousel-inner .carousel-item img {
  height: 300px; /* фиксированная высота для всех картинок */
  object-fit: cover; /* сохраняет пропорции, обрезая лишнее */
  width: 100%;
}

.card {
  height: 100%;
}

/* Стили для заголовка Contact Us */
#contact-title {
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 2px solid #dce1e6;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to right, #ffffff, #f8f9fa);
  color: #040405;
}

#contact-title:hover {
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%) translateY(-2px);
  transition: all 0.3s ease;
}

/* Оптимизация высоты секций */
.hero-nav-section {
  min-height: 60vh !important;
}

/* Уменьшаем отступы между секциями */
.container.my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .hero-nav-section {
    min-height: 50vh !important;
  }
  
  #about, #services, #contact {
    min-height: 50vh;
  }
}

/* Добавляем стили для футера и социальных иконок */
.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer a {
  transition: all 0.3s ease;
}

.footer a:hover {
  opacity: 0.8;
}

.social-link {
  display: inline-block;
  transition: transform 0.3s ease;
}

.social-link:hover {
  transform: translateY(-2px);
}

.social-icon {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Добавляем стили для списка в секции About */
.about-text ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.about-text ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.about-text ul li:before {
  content: "✓";
  color: #007bff;
  position: absolute;
  left: 0;
}



.floor-service-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0.5rem;
}

.floor-service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.floor-service-header h4 {
    margin: 0;
    font-size: 1rem;
    color: #333;
}

.floor-service-header .toggle-icon {
    transition: transform 0.3s ease;
}

.floor-service-header[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.floor-service-content {
    padding: 15px 0;
    font-size: 0.9rem;
    color: #666;
}

.floor-service-item {
    margin-bottom: 10px;
}

/* Collapse Animation */
.collapse {
    transition: height 0.3s ease;
}

/* Toggle Icon */
.toggle-icon {
    color: #343a40;  /* Тёмно-серый цвет */
    font-size: 0.8rem;
}

.floor-service-header:hover .toggle-icon {
    color: #212529;  /* Чуть темнее при наведении */
}

.card .carousel {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    overflow: hidden;
}

.card .carousel .carousel-item img {
    transition: transform 0.3s ease;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card .carousel-control-prev,
.card .carousel-control-next {
    width: 10%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card .carousel:hover .carousel-control-prev,
.card .carousel:hover .carousel-control-next {
    opacity: 0.8;
}

.card .carousel-control-prev-icon,
.card .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 10px;
}

.card .carousel:hover .carousel-item img {
    transform: scale(1.05);
}

/* Styles for show more button */
.show-more-btn {
    color: #343a40;
    transition: all 0.3s ease;
    padding: 10px;
    border-top: none;
    margin-top: 15px;
}

.show-more-btn:hover {
    color: #1a1e21;
    text-decoration: none;
}

.show-more-btn[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}

.show-more-btn .fa-chevron-down {
    transition: transform 0.3s ease;
}

/* Общие стили для секций */
.container {
    padding-left: 24px;
    padding-right: 24px;
}

#about, #services, #contact {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
}

/* Медиа-запросы для мобильной версии */
@media (max-width: 768px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    #about, #services, #contact {
        padding: 2rem 16px;
    }

    /* Корректировка отступов для карточек услуг */
    #services .card {
        margin: 8px 0;
    }

    /* Корректировка отступов для формы */
    #contact form {
        padding: 20px 16px;
    }

    /* Корректировка отступов для аккордеона */
    .floor-service-header {
        padding: 12px 16px;
    }

    .floor-service-content {
        padding: 12px 16px;
    }
}

/* Дополнительные стили для очень маленьких экранов */
@media (max-width: 375px) {
    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }

    #about, #services, #contact {
        padding: 1.5rem 12px;
    }
}

.section-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (max-width: 768px) {
    .section-container {
        padding: 0 16px;
    }
    
    /* Корректировка отступов для всех секций */
    section {
        padding: 0;
    }
    
    /* Отступы для карточек */
    .card {
        margin: 8px 0;
        border-radius: 8px;
    }
    
    /* Отступы внутри карточек */
    .card-body {
        padding: 16px;
    }
    
    /* Отступы для аккордеона */
    .floor-service-header,
    .floor-service-content {
        padding: 12px 16px;
    }
    
    /* Форма контактов */
    #contact form {
        padding: 20px 16px;
    }
    
    /* Отступы для контейнеров */
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 375px) {
    .section-container {
        padding: 0 12px;
    }
    
    .container,
    .container-fluid {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    section {
        padding: 1.5rem 0;
    }
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 768px) {
    .navbar-collapse {
        text-align: center;
    }

    .navbar-nav {
        margin: 1rem auto;
    }

    .navbar-nav .nav-item {
        text-align: center;
        margin: 0.5rem 0;
    }
    
    .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 1rem;
        display: inline-block;
    }

    .lang-switcher {
        justify-content: center;
        margin: 1rem 0;
    }

    /* Стили для секции About */
    #about {
        margin: 24px 16px;
        width: calc(100% - 32px);
        border-radius: 12px;
    }

    #about-title {
        font-size: 1.8rem;
        padding: 20px 24px;
    }

    .about-text {
        padding: 20px 24px 24px;
    }

    .about-text ul {
        padding-left: 16px;
    }

    .about-text li {
        padding-left: 20px;
    }
}

@media (max-width: 375px) {
    #about {
        margin: 16px 12px;
        width: calc(100% - 24px);
    }

    #about-title {
        font-size: 1.6rem;
        padding: 16px 20px;
    }

    .about-text {
        padding: 16px 20px 20px;
    }

    .about-text ul {
        padding-left: 12px;
    }

    .about-text li {
        padding-left: 16px;
    }
}

@media (max-width: 768px) {
    .about-text {
        padding: 0 24px 24px;
    }

    .about-text p {
        padding: 0 16px;
        font-size: 1rem;
    }

    .about-text ul {
        padding: 0 32px;
    }

    .about-text li {
        padding-left: 20px;
    }
}

@media (max-width: 375px) {
    .about-text {
        padding: 0 16px 20px;
    }

    .about-text p {
        padding: 0 12px;
    }

    .about-text ul {
        padding: 0 24px;
    }

    .about-text li {
        padding-left: 16px;
    }
}

.contact-section {
  position: relative;
  padding: 60px 0;
}

.contact-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
}

.contact-section h2 {
  margin-bottom: 30px;
  text-align: center;
}

.contact-section .form-group {
  margin-bottom: 20px;
}

.contact-section .form-control {
  background-color: rgba(255, 255, 255, 0.9);
}

.service-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.service-image-container {
    position: relative;
    height: 450px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease, transform 0.5s ease;
    cursor: pointer;
}

.service-image:hover {
    transform: scale(1.02);
}

.service-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,0.4) 100%);
}

.service-card:hover .service-navigation {
    opacity: 1;
}

.service-navigation button {
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
}

.service-navigation button:hover {
    background: white;
    transform: scale(1.1);
}

.service-navigation i {
    color: #333;
    font-size: 1rem;
}

.service-buttons {
    display: flex;
    gap: 10px;
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.service-button {
    flex: 1;
    padding: 8px 15px;
    border: none;
    border-radius: 8px;
    background: white;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.service-button:hover {
    background: #007bff;
    color: white;
}

.service-button.active {
    background: #007bff;
    color: white;
    box-shadow: 0 4px 12px rgba(0,123,255,0.3);
}

.service-contents {
    padding: 20px;
}

.service-content {
    display: none;
    animation: fadeIn 0.5s ease;
    opacity: 0;
    transform: translateY(20px);
}

.service-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.service-button {
    transition: all 0.3s ease;
    transform: translateY(0);
}

.service-button.active {
    transform: translateY(-2px);
}

.service-content h4 {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.service-content p {
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
}

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

@media (min-width: 1200px) {
    .service-image-container {
        height: 500px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service-image-container {
        height: 450px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-image-container {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .service-image-container {
        height: 250px;
    }

    .service-buttons {
        flex-wrap: wrap;
    }

    .service-button {
        font-size: 0.85rem;
        padding: 6px 12px;
    }

    .service-content h4 {
        font-size: 1.2rem;
    }

    .service-content p {
        font-size: 0.95rem;
    }
}

@media (max-width: 576px) {
    .service-image-container {
        height: 200px;
    }

    .service-buttons {
        padding: 10px;
    }

    .service-contents {
        padding: 15px;
    }
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
    margin: auto;
}

.modal-image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

#modalImage {
    width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    color: white;
    cursor: pointer;
    z-index: 10001;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 10001;
}

.modal-prev {
    left: 10px;
}

.modal-next {
    right: 10px;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 5px;
}

.lang-btn {
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.lang-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.lang-btn[data-lang="uk"] {
    border-color: #0057b7;
    color: #0057b7;
}

.lang-btn[data-lang="uk"]:hover {
    background-color: #ffd700;
    color: #0057b7;
}

.lang-btn[data-lang="en"] {
    border-color: #012169;
    color: #012169;
}

.lang-btn[data-lang="en"]:hover {
    background-color: #012169;
    color: white;
}

.lang-btn[data-lang="fr"] {
    border-color: #002395;
    color: #002395;
}

.lang-btn[data-lang="fr"]:hover {
    background-color: #002395;
    color: white;
}

@media (max-width: 768px) {
    .lang-switcher {
        margin-top: 10px;
        justify-content: center;
    }
}

.service-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
}

.service-contents {
    margin-top: 15px;
}

.service-content {
    display: none;
}

.service-content.active {
    display: block;
}

/* Обновление стилей карточек для полноэкранного отображения на мобильных устройствах */
@media (max-width: 768px) {
    .service-card {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .service-image-container {
        height: 100vh;
        border-radius: 0;
    }

    .service-image {
        height: 100vh;
    }

    .service-buttons {
        position: relative;
        background: white;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        border-bottom: 1px solid #eee;
    }

    .service-button {
        flex: 1;
        min-width: 120px;
        padding: 12px 15px;
        font-size: 0.95rem;
        background: #f8f9fa;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }

    .service-button.active {
        background: #007bff;
        color: white;
    }

    .service-content {
        background: white;
        padding: 20px;
        position: relative;
        box-shadow: 0 -5px 20px rgba(0,0,0,0.1);
    }
}

@media (max-width: 576px) {
    .service-image-container {
        height: 100vh;
    }

    .service-buttons {
        padding: 12px;
        gap: 8px;
    }

    .service-button {
        min-width: 100px;
        padding: 10px;
        font-size: 0.9rem;
    }

    .service-content {
        padding: 15px;
    }
}
