body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(230, 240, 240);
    color: #333333;
}

header {
    position: relative;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 1em 0;
}
/* Add this to your style.css */

#logo {
    position: absolute;
    top: 10px; /* adjust as needed */
    left: 10px; /* adjust as needed */
}

#logo img {
    width: 65px; /* adjust as needed */
    height: auto;
}

nav {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
   
}

nav a {
    margin: 0 10px;
    color: #ecf0f1;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

nav a:hover {
    background-color: #1a252f;
    color: #ffffff;
}
/* Меню бургер */
#burger-menu, #close-menu {
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    #burger-menu {
        display: block;
        position: fixed;
        top: 10px; /* Позиція від верхнього краю */
        right: 10px; /* Позиція від правого краю */
        z-index: 1001; /* Забезпечує, що іконка буде поверх інших елементів */
    }

    #close-menu {
        display: none;
        position: fixed;
        top: 10px; /* Позиція від верхнього краю */
        right: 10px; /* Позиція від правого краю */
        z-index: 1001; /* Забезпечує, що іконка буде поверх інших елементів */
    }

    nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgba(44, 62, 80, 0.8);
        backdrop-filter: blur(10px);
    }

    nav a {
        display: block;
        padding: 15px;
        color: #ecf0f1;
        text-decoration: none;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    nav a:hover {
        background-color: #1a252f;
        color: #ffffff;
    }
}

/* our services */
.service-block {
    display: inline-block;
    width: 30%;
    margin: 1%;
    text-align: center;
}

.service-block img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.service-block {
    text-align: center;
    margin-bottom: 20px;
}
/* text */
.service-block img {
    width: 80px; /* Регулюйте розмір зображення за потребою */
    height: auto;
    margin-bottom: 10px;
}

.service-block h3 {
    font-size: 1.5em;
    color: #2c3e50; /* Колір тексту заголовку */
}

.service-block p {
    font-family: 'IBM Plex Mono', monospace;
    font-family: 'Kdam Thmor Pro', sans-serif;  
    font-size: 1em;
    line-height: 1.4;
    color: #555; /* Колір тексту опису */
}

section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Додано тінь */
    border-radius: 5px;
}

h1, h2 {
    color: #2c3e50;
}
h4{
    font-family: 'IBM Plex Mono', monospace;
    font-family: 'Kdam Thmor Pro', sans-serif; 
    text-align: center;
    color: #2c3e50
}

p {
    line-height: 1.6;
    font-family: 'Fugaz One', sans-serif;

}
.titlename{
    font-size: 40px;
    font-family: 'Fugaz One', sans-serif;
    margin: 0; /* Додайте цей рядок для видалення відступу внизу */

}
form {
    margin-top: 20px;
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 8px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

button {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

button:hover {
    background-color: #1a252f;
}

button.sent {
    background-color: #2ecc71;
    color: #ffffff;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 1em 0;
    background-color: #2c3e50;
    color: #ecf0f1;
}


.office-info {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 1px; /* Додано відступ між office-info і contact-info */
}

.office-info p {
    margin: 1px 0; /* Додано відступ між абзацами в office-info */
}

footer .copyright {
    margin-bottom: 10px; 
}

footer .contact-info {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(104, 151, 228);
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}
#popup input,
#popup textarea,
#popup button {
    margin-bottom: 10px;
}

/* fqa.html */
.faq-item {
margin-bottom: 20px;
}

.faq-item h3 {
color: #2c3e50;
}

.faq-item p {
line-height: 1.6;
}

/* fqa.html */
.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    color: #2c3e50;
}

.faq-item p {
    line-height: 1.6;
}
/* services */
.service-item {
    margin-bottom: 20px;
}

.service-item h3 {
    color: #2c3e50;
}

.service-item p {
    line-height: 1.6;
}