.top-4 {
    top: 4.5rem !important;
}

.rounded-circle-custom {
    line-height: 18px;
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (min-width: 992px) {
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
}

.mfp-bottom-bar {
    background: var(--dark-200);
    padding: 10px;
}

img.mfp-img {
    padding: 40px 0 36px !important;
}

.mfp-close, .mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-bottom-bar {
    position: relative !important;
}

.mfp-project-title {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.2rem;    
}

img.mfp-img {
    overflow: visible;
    width: 1024px;
    height: auto;
}

.mfp-bottom-bar {
    max-width: 1024px;
}

.owl-carousel .owl-nav {
    top: 11.3rem;
}

.skill-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.skill-card img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.skill-card span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.skill-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

/* Portfolio Items */
#portfolioLoadMoreWrapper {
    margin: 0 -8px;
}

.isotope-item {
    padding: 8px;
    width: 25%;
    box-sizing: border-box;
}

.image-gallery-item {
    height: 100%;
}

.thumb-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.thumb-info-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .isotope-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .isotope-item {
        width: 100%;
    }
}

.banner-img {
    top: 6px;
    width: 548px;
}

.social-icons li:hover.social-icons-x a {
    background: #000 !important;
}

.banner-h1-text {
    font-size: 7.5em !important;
}

@media (max-width:1440px) {
    .banner-h1-text {
        font-size: 6em !important;
    }
}

@media (max-width:1200px) {
    .banner-h1-text {
        font-size: 4.7em !important;
    }

    .banner-img {
        top: 0;
        width: 470px;
    }

    .banner-img-container {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

}

@media (max-width:992px) {
    .banner-h1-text {
        font-size: 3em !important;
    }

    .banner-img {
        width: 430px;
        top: 1.5rem !important;
    }

    .banner-img-container div{  
        margin-bottom: 0 !important;
    }
}

@media (max-width:768px) {
    .banner-img {
        width: 460px;
        top: 58% !important;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
    }

    .banner-container {
        margin-bottom: 23rem !important;
    }
}

.banner-text-container {
    padding-left: 12px;
}

@media (max-width: 375px) {
    .banner-img {
        width: 270px;
        top: 58% !important;
        left: 70%;
    }

    .banner-container {
        margin-bottom: 13rem !important;
    }
}

.small-text {
    font-size: 1.3em
}

#footer {
    background: #e8e8e8 !important;
}

#footer .footer-copyright p {
    color: #000 !important;
}

.scroll-to-top {
    bottom: 7px !important;
    right: 9px !important;
}

.about-us-shape-divider {
    height: 25px;
}

@media (max-width: 1024px) {
    .about-us-shape-divider {
        height: 15px;
    }
}

@media (max-width: 768px) {
    .about-us-shape-divider {
        height: 5px;
    }
}

#footer a {
    color: #000 !important;
    transition: all 300ms ease-in-out;
}

#footer a {
    position: relative;
    color: #000 !important;
    text-decoration: none;
    transition: color 300ms ease-in-out;
}

#footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 300ms ease-in-out;
}

#footer a:hover {
    color: #000 !important;
}

#footer a:hover::after {
    width: 100%;
}
