.navbar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: top 0.3s ease;
    background-color: rgba(255, 255, 255, 0.85);
}
.navbar .dropdown {
    position: relative;
    z-index: 1050;
}

.nav-img {
    width: 130px;
}
.img-logo {
    width: 100%;
    height: 100%;
}
.nav_text {
    font-size: 1.70rem;
    text-align: center;
    font-weight: bold;
    width: 85%;
    text-transform: uppercase;
    color: #1e0502;
    letter-spacing: 0.4rem;
    margin: 0;
}
.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: -5px 0px 15px rgba(0, 0, 0, 0.1);
    width: 250px;
}
.dropdown-menu {
    z-index: 1051;
}

.nav-link.active {
    border-bottom: 2px solid #007bff;
}
.navbar-nav {
    flex-direction: column;
    margin-top: 20px;
}
.navbar-nav .nav-link {
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    padding: 8px 15px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    background-color: #f1f1f1;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.imageSection {
    background-image: url('../images/backgroundImg/probrok-bg.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height:100vh;
    border-radius: 10px;
}


.contentSection {
    height: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    margin: 30px 0;
    display: flex;
    gap: 20px;
    opacity: 0;
    transform: scale(0.8);
}
.text_and_img_position {
    flex-wrap: wrap;
    overflow: hidden;
}
.lorem-text {
    text-align: center;
    font-size: 1.2rem;
    color: #555;
}

h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
}

.phone-icon {
    width: 15px;
    height: 15px;
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

html, body {
    background-color: #f9f9f9;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 1rem;
}
html {
    scroll-padding-top: 100px;  /* Высота фиксированного меню */
}

a[href^="#"] {
    scroll-margin-top: 100px;
}


.container-fluid .contentSection[id] {
    scroll-margin-top: 170px;
}


.container-fluid .contentSection:last-child {
    scroll-margin-bottom: 120px;
}

.section-image {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.section-text {
    width: 100%;
}

/* Image on the left */
.image-left {
    flex-direction: row;
}

/* Image on the right */
.image-right {
    flex-direction: row-reverse;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 24px; /* Adjust icon size */
    border: none;
    border-radius: 100%;
    display: none; /* Start as hidden */
}
.dropdown-menu.show{
  z-index: 10000;
}

.navbar-toggler {
    border: none !important; /* Removes the border in all states */
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important; /* Removes the focus outline */
    box-shadow: none !important; /* Removes the focus shadow */
    border: none !important; /* Ensures border is removed on click */
}
.mapFrame{
    border-radius: 100px;
}

.card-blue {
    background-color: rgba(255, 255, 255, 0.16);
}

.card-dark {
    background-color: #49505742;
}