/*
Theme Name: Question Bank of Haryana
Theme URI: https://questionbankharyana.com/
Author: Kuldeep Mehra
Author URI: https://questionbankharyana.com/
Description: A premium custom WordPress theme for Question Bank of Haryana. Built for Haryana Universities, HBSE (10th & 12th), Competitive Exams, Previous Year Question Papers, Online Quizzes, Notes, Syllabus, and Educational Resources. Designed with a modern, responsive, SEO-friendly architecture and optimized for performance.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: question-bank-haryana
Domain Path: /languages
Tags: education, custom-theme, full-site-editing, blog, one-column, two-columns, three-columns, right-sidebar, custom-logo, custom-menu, featured-images, editor-style, translation-ready, accessibility-ready, threaded-comments, sticky-post, responsive-layout

======================================================================
 Question Bank of Haryana
 Premium WordPress Theme
----------------------------------------------------------------------
 Developed By : Kuldeep Mehra
 Framework    : Custom WordPress Theme
 CSS          : Tailwind CSS v4
 JavaScript   : Vanilla JS + Alpine.js
 Components   : Modular Architecture
 Version      : 1.0.0
======================================================================
*/


@keyframes float {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }

}

.float-1{
    animation: float 4s ease-in-out infinite;
}

.float-2{
    animation: float 5s ease-in-out infinite;
    animation-delay: .5s;
}

.float-3{
    animation: float 4.5s ease-in-out infinite;
    animation-delay: 1s;
}

.float-4{
    animation: float 5.5s ease-in-out infinite;
    animation-delay: 1.5s;
}