/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

body#layout01 .navbar.header {position: fixed !important;} 

.body-setmenu {
    display:none !important;
}

#svg8 {
  display: none !important;
}

body {
    font-family: Arial, sans-serif;
}

.contact-details {
    margin: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-details h2, .contact-details h3 {
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.contact-details p {
    color: #555;
    margin-bottom: 20px;
}

.contact-details ul {
    list-style-type: none;
    padding: 0;
}

.contact-details ul li {
    margin-bottom: 10px;
    color: #555;
}

.contact-details ul li a {
    color: #0066cc;
    text-decoration: none;
}

.contact-details iframe {
    width: 100%;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-horizontal {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-horizontal .form-group {
    margin-bottom: 15px;
}

.form-horizontal .form-group label {
    text-align: right;
    margin-bottom: 10px;
}

.form-horizontal .form-group .form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
}

.form-horizontal .form-group .btn {
    background: #0066cc;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.form-horizontal .form-group .btn:hover {
    background: #0055aa;
}