/* ============================================
   GRD Academy - Custom Styles
   ============================================ */

/* ============================================
   Utility Classes
   ============================================ */
.hidden {
    display: none !important;
}

/* ============================================
   Navbar Styles
   ============================================ */
.main-navbar .navbar {
    justify-content: space-between !important;
}
.main-navbar .navbar .navbar-nav {
    margin: 0 !important;
    margin-left: auto !important;
}
.main-navbar .navbar .navbar-brand {
    margin-right: 50px !important;
}
.main-navbar .navbar .mean-menu {
    justify-content: flex-end !important;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    left: auto !important;
    right: 100% !important;
}
.main-navbar {
    background-size: cover;
    background-position: bottom;
    padding-top: 6px;
    padding-bottom: 6px;
}
.navbar-logo {
    max-width: 260px;
}

/* ============================================
   Fixed Side Container
   ============================================ */
.fixed-container {
    position: fixed;
    left: 0;
    top: 80%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1000;
}
.fixed-link {
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    text-decoration: none;
    color: white;
    background-color: #ee2a2e;
    padding: 10px 5px;
    margin: 5px 0;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.fixed-link:hover {
    background-color: #03236c;
    color: honeydew;
    text-decoration: none;
}

/* ============================================
   Blink Animation
   ============================================ */
#blink_text1 {
    animation-name: blink1;
    animation-duration: 2s;
    animation-timing-function: ease-in;
    animation-iteration-count: Infinite;
}
@keyframes blink1 {
    0% { color: white; }
    50% { color: #253b70; }
    100% { color: white; }
}

/* ============================================
   Store Icons & Badges
   ============================================ */
.store-icons {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
.store-icons img {
    transition: transform 0.2s;
}
.store-icons img:hover {
    transform: scale(1.1);
}
.store-icons1 {
    align-items: center;
    justify-content: center;
}
.store-icons1 img {
    transition: transform 0.2s;
}
.store-icons1 img:hover {
    transform: scale(1.1);
}
.store-badge {
    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: transform 0.2s;
    cursor: pointer;
}
.store-badge:hover {
    transform: scale(1.05);
    text-decoration: none;
    color: #333;
}
.store-badge .fa-google-play {
    font-size: 22px;
    background: linear-gradient(135deg, #4285F4, #34A853, #FBBC05, #EA4335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.store-badge .fa-apple {
    font-size: 26px;
    color: #333;
}
.store-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}
.store-badge-small {
    font-size: 8px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
}
.store-badge-big {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

/* ============================================
   Notice Bar
   ============================================ */
.upcoming-notice-bar {
    background: #1a237e;
    padding: 8px 15px;
    display: flex;
    align-items: center;
}
.upcoming-notice-bar .notice-content {
    flex: 1;
    overflow: hidden;
}
.upcoming-notice-bar marquee {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.new-tag {
    display: inline-block;
    background: linear-gradient(135deg, #e53935, #c62828);
    color: #fff;
    padding: 3px 10px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-right: 10px;
    animation: blink-tag 0.8s ease-in-out infinite;
    vertical-align: middle;
}
@keyframes blink-tag {
    0%, 100% { opacity: 1; background: linear-gradient(135deg, #e53935, #c62828); }
    50% { opacity: 0.7; background: linear-gradient(135deg, #ff5722, #e64a19); }
}

/* ============================================
   Preloader Styles
   ============================================ */
.preloader {
    background: linear-gradient(135deg, #1a237e 0%, #0d1442 100%) !important;
}
.preloader .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.preloader .loader-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.preloader .logo-container {
    position: relative;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader .logo-container img {
    width: 160px;
    height: auto;
    z-index: 10;
    animation: logoZoom 2s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
}
@keyframes logoZoom {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}
.preloader .spinner-ring {
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
}
.preloader .ring-1 {
    width: 220px;
    height: 220px;
    border-top-color: #fc5046;
    border-bottom-color: #fc5046;
    animation: spin 1.5s linear infinite;
}
.preloader .ring-2 {
    width: 250px;
    height: 250px;
    border-left-color: #ffc107;
    border-right-color: #ffc107;
    animation: spin 2s linear infinite reverse;
}
.preloader .ring-3 {
    width: 280px;
    height: 280px;
    border-top-color: rgba(255,255,255,0.3);
    border-bottom-color: rgba(255,255,255,0.3);
    animation: spin 2.5s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.preloader .loading-text {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    animation: pulse-text 1.5s ease-in-out infinite;
}
@keyframes pulse-text {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}
.preloader .loading-dots {
    display: flex;
    gap: 8px;
    margin-top: 20px;
}
.preloader .loading-dots span {
    width: 12px;
    height: 12px;
    background: #fc5046;
    border-radius: 50%;
    animation: bounce-dot 1.4s ease-in-out infinite;
}
.preloader .loading-dots span:nth-child(1) { animation-delay: 0s; }
.preloader .loading-dots span:nth-child(2) { animation-delay: 0.2s; background: #ffc107; }
.preloader .loading-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes bounce-dot {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}
.preloader .decorative-circles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
}
.preloader .deco-circle {
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.03);
}
.preloader .deco-circle-1 {
    width: 400px;
    height: 400px;
    top: -200px;
    right: -100px;
    animation: float-circle 8s ease-in-out infinite;
}
.preloader .deco-circle-2 {
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -100px;
    animation: float-circle 10s ease-in-out infinite reverse;
}
.preloader .deco-circle-3 {
    width: 200px;
    height: 200px;
    top: 50%;
    left: 10%;
    animation: float-circle 6s ease-in-out infinite;
}
@keyframes float-circle {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-30px) scale(1.1); }
}

/* ============================================
   Three Dot Menu - Hidden
   ============================================ */
.others-option-for-responsive {
    display: none !important;
}
.dot-menu {
    display: none !important;
}

/* ============================================
   Footer Styles
   ============================================ */
.modalwww {
    position: fixed;
    bottom: 0px;
    z-index: 9;
    border: 2px solid white;
    font-size: 15px;
    transition: 0.4s;
    letter-spacing: 1px;
    right: -3px;
    padding: 10px 15px;
    border-radius: 0px 0px 0px 0;
    animation: blink 1s linear infinite;
}
.modalwww.erp-btn {
    right: 45px;
    color: white;
    background: #2d2e80;
}
.modalwww.whatsapp-btn {
    background: #25d366;
    color: white;
}
.footer-map-section iframe {
    border: 0;
    display: block;
}

/* Copyright Area Layout */
.copyright-area-content {
    text-align: center;
}
.copyright-area-content p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

/* Powered By Section */
.powered-by {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.powered-by:hover {
    text-decoration: none;
    color: #fff;
}
.powered-by img {
    height: 22px;
    width: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.9;
    vertical-align: middle;
}
.powered-by:hover img {
    transform: scale(1.05);
    opacity: 1;
}

/* ============================================
   Home Page Slider
   ============================================ */
.main-banner-item {
    height: 650px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* ============================================
   Gallery Slider
   ============================================ */
.partner-slider .owl-item {
    padding: 0 5px;
}
.partner-slider {
    margin: 0 -5px;
}

/* ============================================
   Responsive Styles
   ============================================ */
@media (max-width: 991px) {
    .main-banner-item {
        height: 400px !important;
    }
    .upcoming-notice-bar {
        flex-wrap: wrap;
        padding: 6px 10px !important;
    }
    .upcoming-notice-bar .store-icons {
        display: none !important;
    }
    .store-badge {
        padding: 4px 8px;
    }
    .store-badge-small {
        font-size: 6px;
    }
    .store-badge-big {
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .main-banner-item {
        height: 300px !important;
    }
    .upcoming-notice-bar marquee {
        font-size: 13px !important;
    }
    .new-tag {
        padding: 2px 6px;
        font-size: 9px;
    }
    .modalwww {
        font-size: 12px;
        padding: 8px 10px;
    }
    .footer-area {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    .footer-area .single-footer-widget h3 {
        font-size: 18px;
    }
    .footer-area .single-footer-widget p {
        font-size: 14px;
    }
    .footer-map-section iframe {
        height: 250px !important;
    }
    .navbar-logo {
        max-width: 200px;
    }
    .powered-by img {
        height: 20px;
    }
}
