body {
    margin: 0px;
    padding: 0px;
}
a.koli {
    color: #173ebd  !important;
}
.navhead .navhead-new .elementor-icon-list-text{ color:#fff !important}

header.entry-header.has-text-align-center.header-footer-group {
    display: none;
}
.btn_send_message:hover {
    box-shadow: none !important;
    outline: none;
}
.elementor-16 .elementor-element.elementor-element-f5beb63 .elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  background-color: rgb(255, 255, 255) !important;
}
.error404-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
}

.error404-content h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #333;
}

.error404-content p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
}

.error404-content a.button-home {
    display: inline-block;
    padding: 12px 25px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.error404-content a.button-home:hover {
    background-color: #005177;
}

.search-form {
    margin-top: 30px;
}

.search-form input[type="search"] {
    width: 80%;
    max-width: 300px;
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.search-form input[type="submit"] {
    padding: 10px 20px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    margin-left: 10px;
    font-weight: bold;
    cursor: pointer;
}

.search-form input[type="submit"]:hover {
    background-color: #005177;
}

/* Responsive tweaks */
@media screen and (max-width: 600px) {
    .error404-content h1 {
        font-size: 2.2em;
    }
    .search-form input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-form input[type="submit"] {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
  .subheas .elementor-heading-title {
    font-size: 25px !important;
padding: 5px 0 5px 0;
  }
}
