/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Astra Child Theme
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: astra
 Version: 1.0.0
 Text Domain: astra-child
*/

/* Yahan apna custom CSS likho */

/* contact form css  */
/* =========================
   Coinrab Sticky Header
========================= */

/* Main Sticky Header */
.ast-primary-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #000000 !important;
    transition: all 0.4s ease;
}

/* Desktop body spacing */
body {
    padding-top: 90px !important;
}

/* Menu text */
.main-header-menu .menu-link {
    color: #ffffff !important;
}

/* Hover effect */
.main-header-menu .menu-link:hover {
    color: #9acd32 !important;
}

/* =========================
   Mobile Menu Background
========================= */

@media (max-width: 768px) {

    /* Mobile header */
    .ast-primary-header-bar {
        background: #000000 !important;
    }

    /* Mobile popup/toggle menu */
    .ast-mobile-popup-drawer.active {
        background: #000000 !important;
    }

    .ast-mobile-popup-drawer {
        background: #000000 !important;
    }

    /* Mobile menu links */
    .ast-mobile-popup-drawer .menu-link,
    .ast-mobile-popup-drawer .ast-builder-menu-mobile .main-navigation .menu-item > .menu-link {
        color: #ffffff !important;
        background: #000000 !important;
    }

    /* Dropdown background */
    .ast-mobile-popup-drawer .sub-menu {
        background: #000000 !important;
    }

    /* Toggle icon */
    .menu-toggle-icon,
    .ast-mobile-menu-trigger-minimal {
        color: #9acd32 !important;
    }

    /* Body content hide fix */
    body {
        padding-top: 90px !important;
    }

    /* Logo size */
    .site-branding img {
        max-width: 145px;
        height: auto;
    }

    /* Remove white background */
    .ast-builder-menu-mobile {
        background: #000000 !important;
    }

}