.hyderabad-photo-gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* ✅ Pagination Styling */
.hyderabad-photo-gallery-section .swiper-pagination {
    position: absolute;
    left: -45%;  /* Adjust the left value as needed */
    bottom: 0%;
    transform: translateY(-50%);
    z-index: 10;
}

.hyderabad-photo-gallery-section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d6d6d6;
    opacity: 1;
}

.hyderabad-photo-gallery-section .swiper-pagination-bullet-active {
    background: #F38221 !important;
}