/* Custom styles for A Plus Teknik */
.custom-card-style-1-image-wrapper {
		width: 110px !important;
		height: 110px !important;
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
}

.custom-card-style-1-image-wrapper img {
		max-width: 90% !important;
		height: auto !important;
}

/* Magnific Popup Lightbox - Premium Styling */
.mfp-bg {
    background: rgba(0, 0, 0, 0.92) !important;
}

.mfp-figure {
    box-shadow: 0 30px 60px rgba(0,0,0,0.5) !important;
}

.mfp-bottom-bar {
    background: #ffffff !important;
    padding: 25px 30px !important;
    margin: 0 auto !important;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    max-width: 800px !important; /* Limit width */
}

.mfp-content {
    max-width: 800px !important; /* Limit width */
}

.mfp-img {
    padding: 0 !important;
    border-radius: 8px 8px 0 0;
    border: 5px solid #fff;
    background: #fff;
}

.mfp-title {
    color: #333 !important;
    line-height: 1.5 !important;
    padding-right: 0 !important;
    text-align: left !important;
}

.mfp-custom-caption {
    display: flex;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}

.mfp-custom-title {
    color: #de0202 !important; /* A Plus Teknik Red */
    font-weight: 700 !important;
    font-size: 22px !important;
    margin-bottom: 8px !important;
    text-transform: none !important;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 8px;
    display: inline-block;
}

.mfp-custom-desc {
    color: #555 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.6;
}

/* Close button - Modern Look */
.mfp-close {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    background: #de0202 !important;
    color: #fff !important;
    border-radius: 50% !important;
    top: -50px !important;
    right: 0 !important;
    opacity: 1 !important;
    transition: all 0.3s ease;
    font-size: 28px !important;
}

.mfp-close:hover {
    transform: scale(1.1);
    background: #ad2300 !important;
}

/* Mobile Adjustments */
@media (max-width: 767px) {
    .mfp-bottom-bar {
        padding: 15px 20px !important;
    }
    .mfp-custom-title {
        font-size: 18px !important;
    }
    .mfp-custom-desc {
        font-size: 14px !important;
    }
    .mfp-close {
        top: -45px !important;
    }
}
