/*
****************************************************************************
*  __  __ _    _ _______ _      _    _   _____ _____     _ _____ _______   *
* |  \/  | |  | |__   __| |    | |  | | |  __ \_   _|   | |_   _|__   __|  *
* | \  / | |  | |  | |  | |    | |  | | | |  | || |     | | | |    | |     *
* | |\/| | |  | |  | |  | |    | |  | | | |  | || | _   | | | |    | |     *
* | |  | | |__| |  | |  | |____| |__| | | |__| || || |__| |_| |_   | |     *
* |_|  |_|\____/   |_|  |______|\____/  |_____/_____\____/|_____|  |_|     *
*                                                                          *
* Samet Mutlu | +90 542 241 99 32 | mutludijital.com.tr                    *
****************************************************************************
*/
.pattern-bg {
    background-image: radial-gradient(#1F2937 1px, transparent 1px);
    background-size: 20px 20px;
    background-color: #f8fafc;
}
.hover-glow {
    transition: all 0.3s ease;
}
.hover-glow:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4);
    border-color: #D4AF37;
}
.page-header-bg {
    background: linear-gradient(rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.9)), url('images/gebze (8).webp') center/cover;
}
@keyframes pulse-ring {
    0% { transform: scale(0.8); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(0.8); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
.whatsapp-btn { animation: pulse-ring 2s infinite; }

/* Swiper custom styles */
.swiper-button-next, .swiper-button-prev {
    color: #D4AF37 !important;
}
.swiper-pagination-bullet-active {
    background: #D4AF37 !important;
}
