
body {
    background-color: #d7e5ee !important;
}
#home {
    min-height: 100vh;
}
.logo {
    display: flex;
    justify-content: center;
  
}
.logoPic {
    width: 700px;
}
.cleaningContainer {
    display: flex;
    justify-content: center;

}
.cleaning {
    display: flex;
    flex-direction: column;
    width: 792px;
    padding: 10px;
    margin-top: 10px;
}
.cleaningH5 {
    align-self: center;
}
.cleaningPar {
    align-self: center;
    font-size: 25px;
    margin: 0;
}

.sosialContainer {
    display: flex;
    justify-content: center;
    
}

.sosialBox {
    display: flex;
    flex-direction: column;
    width: 792px;
    background: #0a3556;
    padding: 7px;
    border-radius: 5px;
    margin: 10px;
}
.par {
    color: white;
    align-self: center;
    font-size: 15px;
    margin: 0;
}
.buttonBox {
    align-self: center;
}

.btn1 {
    background-color: #55cd6c;
    padding: 8px;
    margin: 8px;
    font-size: 20px;
    border-radius: 8px;
    width: 345px;
    border: none;
}
.btn2 {
    background-color: #61a8de;
    padding: 8px;
    margin: 8px;
    font-size: 20px;
    border-radius: 8px;
    width: 345px;
    border: none;
 }


.navbar {
    background-color: #0a3556;
}

.navbar .navbar-nav .nav-link {
    color: white !important; 
}

.navbar .navbar-nav .nav-link:hover {
    color: #d0d3d6 !important; 
     }

     .navbar-brand {
        color: white !important; 
     }
     .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important ;
    }

.starContainer {
    display: flex;
    flex-direction: column; /* Размещение содержимого в столбик */
    justify-content: center; /* Центрирование по вертикали */
    align-items: center; /* Центрирование по горизонтали */
    width: 792px;
    padding: 20px;
    margin: 0 auto; 
}
.starBox {
    display: flex;
    flex-direction: column; /* Размещение содержимого в столбик */
    align-items: center;
  
}
.starList {
    display: flex;
    justify-content: center; /* Центрирование звезд */
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
  
.star {
      width: 25px;
      height: 25px;
      margin-right: 5px;
}
.star:last-child {
    margin-right: 0;
}      
   
p {
    text-align: center; /* Центрирование текста */
    color: #555;
    margin-bottom: 20px;
    font-size: 16px;
}

    #gallery {
        min-height: 100vh;
       background-color: #f2f6f7;
    }
    .galleryContainer {
        display: flex;
        justify-content: center;
    }
    .galleryBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 792px;
        padding: 7px;
        
    }
    .carousel {
        max-width: 50vw;
        margin: 0 auto;
    
    }
    
    #services {
        min-height: 100vh;
        background-color: #d5e8f4;
        padding: 20px;
        
    }
    .serviceContainer {
        width: 80vh;
        display: flex;
        flex-direction: column;
        margin: auto;
    }
    table {
   
        border-collapse: collapse;
        margin: 20px 0;
    }
    th, td {
        text-align: left;
        padding: 10px;
        border: 1px solid #ccc;
    }
    th {
        background-color: #004080;
        color: white;
    }
    td {
        background-color: #f4f9ff;
    }
    h2 {
        text-align: center;
        color: #004080;
    }


/* Основные стили */
.advantagesContainer {

    padding: 20px;
    border-radius: 8px;
    max-width: 800px; /* Ограничение ширины */
    margin: 0 auto; /* Центрирование на странице */
    text-align: center;

}

.advantagesContainer h2 {
    font-size: 24px;
    color: #1e3550; /* Темно-синий */
    margin-bottom: 20px;
}

.advantageItem {
    display: flex;
    align-items: flex-start; /* Выровнять текст по началу иконки */
    gap: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.advantageIcon {
    width: 40px;
    height: 40px;
}

.advantageContent h3 {
    font-size: 18px;
    color: #1e3550;
    margin: 0 0 5px 0;
}

.advantageContent p {
    font-size: 14px;
    color: #4a5d73;
    margin: 0;
}
.accordion {
    max-width: 800px;
    margin: 0 auto; /* Выравнивание по центру */
   
  }
.accordion-body {
    background-color: #f4f5f7;
}
button.accordion-button {
    background-color: #f4f5f7;
}
.accordion-item {
    margin: 5px;
}
.accordion-button {
    color: #000 !important; /* Принудительно устанавливаем цвет текста */
    background-color: #f4f5f7 !important;
    font-weight: 500;
  }
  
  /* Отключаем изменение цвета текста при разных состояниях */
  .accordion-button:focus,
  .accordion-button:hover,
  .accordion-button:not(.collapsed) {
    color: #000 !important; /* Остается неизменным */
    background-color: #f4f5f7 !important;
  }
  .buttonBoxContainer {
    display: flex;
    justify-content: center;
  }

#contact-us {
    display: flex;
    background-color: #01385c; 

}
  .contact-us {
    color: #ffffff;
    padding: 20px;
    margin: auto;

}

.contact-us h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #ffffff;
}

.contact-item {

    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item i {
    font-size: 30px;
    margin-right: 15px;
}

.contact-item h3 {
    font-size: 18px;
    margin: 0;
}

.contact-item p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #ffffff;
}

.contact-item a {
    color: #ffffff; /* Светлый синий цвет ссылок */
    text-decoration: none;
    font-size: 18px;
}
.contact-item a:hover {
    color: #a6f8f4; 
}


/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
}
#wrapper {
	display: flex;
	padding: 20px 35px;
	align-items: center;
	justify-content: center;
	background-color: #f2f6f7;

}
.wrapper {
	max-width: 1100px;
	width: 100%;
	position: relative;
}
.wrapper i {
	top: 50%;
	height: 50px;
	width: 50px;
	cursor: pointer;
	font-size: 1.25rem;
	position: absolute;
	text-align: center;
	line-height: 50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
	transform: translateY(-50%);
	transition: transform 0.1s linear;
    z-index: 10;
}
.wrapper i:active {
	transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child {
	left: -22px;
}
.wrapper i:last-child {
	right: -22px;
}
.wrapper .carouselUl {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 3) - 12px);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	gap: 16px;
	border-radius: 8px;
	scroll-behavior: smooth;
	scrollbar-width: none;
}
.carouselUl::-webkit-scrollbar {
	display: none;
}
.carouselUl.no-transition {
	scroll-behavior: auto;
}
.carouselUl.dragging {
	scroll-snap-type: none;
	scroll-behavior: auto;
}
.carouselUl.dragging .card {
	cursor: grab;
	user-select: none;
}
.carouselUl :where(.card, .img) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.carouselUl .card {
	scroll-snap-align: start;
	height: auto;
	list-style: none;
	background: #fff;
	cursor: pointer;
	padding: 15px;
	flex-direction: column;
	border-radius: 8px;
}
.carouselUl .card .img {
	background: #8b53ff;
	height: 148px;
	width: 148px;
	border-radius: 50%;
}
.card .img img {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
}
.carouselUl .card h2 {
	font-weight: 500;
	font-size: 1.56rem;
	margin: 30px 0 5px;
}
.carouselUl .card span {
	color: #6a6d78;
	font-size: 1.31rem;
}
.parCarousel {
	color: #8196a7;
	padding: 3px;
	margin: 3px;
}
.heading {
	font-size: 24px;
	color:  #0a3556de;
	align-self: center;
}
.headingPrice {
	font-size: 30px;
	color:  #0a3556de;
}
.btnCarousel {
	width: 220px;
	padding: 15px;
	margin: 10px;
	border-radius: 5px;
	border: none;
	background-color: #0a3556de;
	color: white;
	font-size: 16px;
}
.btnCarousel a {
    text-decoration: none; 
    color: white;
}
.card {
	flex-grow: 1; /* Заполняет всё доступное пространство карточки */
  }
  
  .card button {
	margin-top: auto; /* Сдвигает кнопку вниз */
  }

  #map {
	height: 400px;
  }
.locationContainer {
    display: flex;
    justify-content: center;
}
  .locationButtonBox {
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    padding: 10px;
  }
  .locationButtonBox button {
    margin: 14px 0 0;
    padding: 15px;
    width: 760px;
    background-color: #0a3556;
    border: none;
    color: white;
    font-size: 16px;
font-weight: 600;
border-radius: 10px;
  }


  @media screen and (max-width: 900px) {
	.wrapper .carouselUl {
		grid-auto-columns: calc((100% / 2) - 9px);
	}
}

@media screen and (max-width: 600px) {
	.wrapper .carouselUl {
		grid-auto-columns: 100%;
	}
}








    @media (max-width: 920px) {
        .logoPic {
            width: 600px;
        }
        .cleaning {
            width: 80vw;
        }
        .sosialBox {
            width: 80vw;
        }
        .starContainer {
            width: 80vw;
        }
        .cleaningPar {
            font-size: 19px;
        }
        .par {
            font-size: 14px;
        }
        .btn1,.btn2 {
             width: 35vw;
        }
        .galleryBox {
            width: 80vw;
        }
        .carousel {
            max-width: 80vw;
        }
        .starContainer {
            width: 90%; /* Уменьшаем ширину */
            padding: 15px; /* Уменьшаем отступы */
        }
    
        h3 {
            font-size: 20px; /* Уменьшаем размер заголовка */
        }
    
        p {
            font-size: 15px; /* Уменьшаем размер текста */
        }
        .accordion {
            max-width: 100%;
            margin: 0 5px; /* Немного отступов с боков */
          }
     
    }

    @media (max-width: 768px) {
        .starContainer {
            width: 100%; /* Контейнер занимает всю ширину */
            padding: 10px; /* Уменьшаем отступы */
            border-radius: 0; /* Убираем скругленные углы для экономии места */
            box-shadow: none; /* Убираем тень */
        }
    
        .starBox {
            align-items: center; /* Оставляем элементы центрированными */
        }
    
        h3 {
            font-size: 18px; /* Еще меньше размер заголовка */
            margin-bottom: 15px;
        }
    
        .star {
            width: 20px; /* Уменьшаем размер звезд */
            height: 20px;
        }
    
        p {
            font-size: 14px; /* Уменьшаем размер текста */
            margin-bottom: 15px;
        }
      
    
        .advantageIcon {
            width: 35px; /* Уменьшаем размер иконок */
            height: 35px;
            margin-bottom: 10px; /* Отступ под иконкой */
        }
    
        .advantageContent h3 {
            font-size: 16px; /* Уменьшаем шрифт заголовков */
        }
    
        .advantageContent p {
            font-size: 13px; /* Уменьшаем шрифт текста */
        }
        #services {
            padding: 5px;
        
        }
        .serviceContainer {
            width: 95%; /* Увеличиваем ширину для мобильных */
            padding: 10px;
        }
    
        table {
            font-size: 14px; /* Уменьшаем шрифт в таблице */
        }
    
        th, td {
            padding: 8px; /* Уменьшаем отступы */
        }
    
        h2 {
            font-size: 18px; /* Уменьшаем размер заголовка */
        }
        .contact-us {
            padding: 10px;
        }
        .contact-us h2 {
            margin-bottom: 10px;
            font-size: 18px;

        }
        
        .contact-item {

            margin-bottom: 10px;
            padding: 7px;

        }
        .contact-item h3 {
            font-size: 15px;
        }
        .contact-item p {
            font-size: 12px;
        }
        .contact-item a {

            font-size: 15px;
        }
        .contact-item img {
            width: 26px;
        }
        .locationButtonBox button {
            width: 90vw;
            font-size: 14px;
        }
    }





/* Social Media Section */
.social-media-section {
    background: linear-gradient(135deg, #0a3556 0%, #1a5a8a 100%);
    padding: 50px 20px;
    text-align: center;
    color: white;
}

.social-container {
    max-width: 800px;
    margin: 0 auto;
}

.social-container h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: white;
}

.social-container p {
    font-size: 18px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.9);
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 28px;
    transition: all 0.3s ease;
    text-decoration: none;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.social-link.tiktok:hover {
    background: linear-gradient(135deg, #000000, #ee1d52);
    border-color: #ee1d52;
}

.social-link.instagram:hover {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    border-color: #e6683c;
}

.social-link.facebook:hover {
    background: #1877f2;
    border-color: #1877f2;
}

.social-link.linkedin:hover {
    background: #0077b5;
    border-color: #0077b5;
}

.social-link.reddit:hover {
    background: #ff4500;
    border-color: #ff4500;
}

.social-link.whatsapp:hover {
    background: #25d366;
    border-color: #25d366;
}

.social-link.telegram:hover {
    background: #0088cc;
    border-color: #0088cc;
}

/* Footer */
.footer {
    background-color: #01385c;
    color: white;
    text-align: center;
    padding: 20px;
}

.footer p {
    margin: 5px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}


    @media (max-width: 530px) {
        .logoPic {
            width: 90vw;
        }
        .sosialBox {
            width: 90vw;
        }
        .starContainer {
            width: 90vw;
        }
    
        .btn1,.btn2 {
             width: 35vw;
        }
        .carousel {
            max-width: 95vw;
        }
        .advantagesContainer {
            padding: 15px; /* Уменьшаем внутренние отступы */
        }
    
        .advantageIcon {
            width: 30px; /* Еще меньше иконки */
            height: 30px;
        }
    
        .advantageContent h3 {
            font-size: 14px;
        }
    
        .advantageContent p {
            font-size: 12px;
        }
        .serviceContainer {
            width: 100%;
            padding: 5px;
        }
    
        table {
            font-size: 12px; /* Еще больше уменьшаем шрифт */
        }
    
        th, td {
            padding: 5px; /* Минимизируем отступы */
        }
    
        h2 {
            font-size: 16px;
        }
        .contact-us {
            padding: 5px;
        }
        .contact-item {

            margin-bottom: 5px;
            padding: 5px;

        }
        .social-container h3 {
            font-size: 24px;
        }
        .social-container p {
            font-size: 14px;
        }
        .social-link {
            width: 50px;
            height: 50px;
            font-size: 22px;
        }
        .social-icons {
            gap: 12px;
        }
    }

    @media (max-width: 768px) {
        .social-media-section {
            padding: 35px 15px;
        }
        .social-container h3 {
            font-size: 26px;
        }
        .social-container p {
            font-size: 16px;
            margin-bottom: 25px;
        }
        .social-link {
            width: 55px;
            height: 55px;
            font-size: 24px;
        }
    }


    