.side-scroll {
    height: 900px;
    overflow-y: scroll;
    padding-left: 0px;
    padding-right: 0px;
}

.service-page-sidebar {
    margin-right: 0px;
}

.side-scroll::-webkit-scrollbar {
    display: none;
}

.project {
    padding-top: 30px;
}

.page-content {
    padding-bottom: 20px;
}

.service-image {
    height: 500px;
    /* overflow: hidden; */
}

.service-image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.portfolio-image {
    height: 450px;
}

.portfolio-image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.navbar-logo {
  height: 100px;       /* Adjust as needed */
  width: auto;        /* Maintain aspect ratio */
  display: block;     /* Removes extra line-height from inline images */
  padding: 0;         /* Make sure image has no internal padding */
  margin: 0;          /* Remove any default spacing */
}
.navbar,
.navbar-brand,
.container {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}