.banner__one-image {
    background-color: #000000 !important;
}


.row {
    display: flex;
    flex-wrap: wrap;
}

.service__one-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service__one-item-content {
    flex: 1;
}


.banner__one-content {
    text-align: left;
}

.banner__one-content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .banner__one-content img {
        width: 80%; /* Reduces image size on smaller screens */
    }
}

@media (max-width: 576px) {
    .banner__one-content img {
        width: 90%; /* Further adjusts image size for mobile devices */
    }
}


.banner__one-content {
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__one-content img {
    max-width: 100%;
    height: auto;
}

.contact__two-map iframe {
    filter: none !important;
    -webkit-filter: none !important;
}

.contact__two-map {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.contact__two-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.main-topbar {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensures it is above other content */
    background-color: #1a1a1a;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for better visibility */
}

.brand__area {
    width: auto;
    overflow: hidden;
}

.brand__area-item {
    width: 200px !important;
    max-width: 200px;
}

.brand__area .swiper-wrapper {
    display: flex;
    align-items: center;
}

h1 {
    font-size: 40px;
    line-height: 1.25;
}

.section-padding-small {
    padding: 30px 0px;
}

h1 {
    outline: none;
    border: none;
}
h1:focus {
    outline: none;
    border: none;
}