#header.header-effect-shrink .header-container {
    min-height: 80px !important;
}

.skill-card img {
    width: 53px;
    height: 53px;
}

.why-us-section {
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

.tracking-wider {
    letter-spacing: 2px;
}

.process-card {
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    border: 0.5px solid #f9f9f9;
}

.process-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 75, 105, 0.15);
}

.icon-box {
    width: 80px;
    height: 80px;
    background: rgba(0, 75, 105, 0.05);
    color: #004b69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border-radius: 12px;
    margin: 0 auto;
    transition: 0.3s;
}

.process-card:hover .icon-box {
    background: #004b69;
    color: #fff;
}

.process-card:hover .icon-box {
    background: #004b69;
    color: #fff;
    transform: scale(1.1) rotate(6deg);
    box-shadow: 0 10px 20px rgba(0, 75, 105, 0.2);
}

.step-number {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(0,0,0,0.04);
    transition: 0.3s;
}

.process-card:hover .step-number {
    color: rgb(0 75 105 / 20%);
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .display-5 {
        font-size: 2rem;
    }
}

.why-us-wrapper {
    margin-bottom: 7.6rem;
}

#header.header-transparent .header-body:not(.header-border-bottom) {
    border-bottom: none !important;
}

.spacer-110 {
    height: 110px;
}

@media (max-width: 1440px) {
    .spacer-110 {
        height: 60px;
    }
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    margin: 5px;
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
    font-size: 26px;
    top: 7px;
    color: #fff;

}

.mfp-counter {
	top: 8px;
	right: 8px;
}

.mfp-bottom-bar {
    background: var(--dark-200);
    padding: 10px;
}
