/*
Theme Name: Ahmetoğlu Nakliyat
Theme URI: https://ahmetoglunakliyat.com.tr
Author: Senin Adın
Description: Ahmetoğlu Nakliyat için Tailwind CSS tabanlı özel WordPress teması.
Version: 1.1
Text Domain: ahmetoglu
*/

/* Parallax Nokta Deseni (Light & Dark Mode) */
.bg-dots {
    background-image: radial-gradient(rgba(29, 53, 87, 0.1) 1px, transparent 1px);
    background-size: 20px 20px;
    background-attachment: fixed;
}
.dark .bg-dots {
    background-image: radial-gradient(rgba(241, 250, 238, 0.05) 1px, transparent 1px);
}

.dropdown:hover .dropdown-menu { display: block; }

.hero-slide { opacity: 0; transition: opacity 0.8s ease-in-out; position: absolute; inset: 0; }
.hero-slide.active { opacity: 1; z-index: 10; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in { animation: fadeIn 0.8s ease-out forwards; }

@keyframes slideInUp {
    from { transform: translateY(100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.widget-animate { animation: slideInUp 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

/* Modal Backdrop Blur */
.modal-backdrop { backdrop-filter: blur(5px); }

/* Google Translate Temizleme Ayarları */
body { top: 0 !important; }
.skiptranslate { display: none !important; }
.goog-te-banner-frame { display: none !important; }
.goog-tooltip { display: none !important; }
.goog-tooltip:hover { display: none !important; }
.goog-text-highlight { background-color: transparent !important; border: none !important; box-shadow: none !important; }