.mcg-gallery-container { padding-top: 80px; padding-bottom: 80px; }
.mcg-title { font-size: 2.2rem; font-weight: 700; color: #21742c; }


.mcg-card { border-radius: 18px; overflow: hidden; cursor: pointer; transition: transform .3s ease; }
.mcg-card:hover { transform: translateY(-6px) scale(1.03); }


.mcg-img {
width: 100%;
aspect-ratio: 16/10;
object-fit: cover;
display: block;
border-radius: 12px;
}


/* Modal */
.mcg-modal-content { background: transparent; border: none; box-shadow: none; }
.mcg-modal-img { width: 60%; border-radius: 14px; }


.mcg-page-link { color: #095f0d; font-weight: 600; }
.pagination .active .mcg-page-link { background: #1a682b; border-color: #185e43; color: #fff; }


.contact-two__btn2{
    padding-left: 29px;
}