.welcom-sign-pic img {
    width: 170px;
}

/* Ensure the carousel height calculation works correctly */
.services-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

/* Each .item takes the same vertical space */
.services-slider .item {
    display: flex !important; /* override owl default display:block */
    align-items: stretch; /* stretch to same height */
    height: 100%; /* inherit the parent height */
}

/* Ensure the inner boxes expand to fill the available space */
.service-box-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
}

/* Optional: control uniform min height if content still differs */
.services-slider .item .service-box-1 {
    min-height: 400px; /* adjust based on your design (350–450px looks balanced) */
}

/* Optional styling improvement */
.service-box-content {
    flex-grow: 1;
}


.whatWedo-info-section .wt-icon-card {
    margin-right: 0;
}

/* Ensure the image completely fills its container */
.whatWedo-media-section,
.whatWedo-media-section .wt-media,
.whatWedo-media-section img {
    height: 100%;
    width: 100%;
}

/* Ensure parent div uses full height of its column */
.whatWedo-media-section {
    position: relative;
    height: 100%;
    min-height: 100%;
}

/* Image behavior: cover and centered */
.whatWedo-media-section .wt-media img {
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Maintain overlay positioning on top of the image */
.whatWedo-media-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 23, 60, 0.4);
}

.whatWedo-media-content:before {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 15px;
    left: 15px;
    content: '';
    background-color: #f1f1f1;
    z-index: -1;
}


.whatWedo-media-section {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 110px;
}

.whatWedo-media-content:after {
    display: none;
}

.what-we-do-section {
    position: relative;
    top: -125px;
    padding-top: 160px;
}

@media only screen and (max-width: 400px) {
    .whatWedo-media-content {
        position: relative;
        right: auto;
        left: auto;
        bottom: 184px;
        align-items: stretch !important;
    }
}

@media only screen and (max-width: 400px) {
    .wt-card-header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


.sticky-header.is-fixed .main-bar .container {
    padding-bottom: 10px;
    padding-top: 10px;

}

.sticky-header.is-fixed .main-bar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.wt-post-media.wt-img-effect img {
    height: 280px !important;
    object-fit: cover !important;
}

