/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Astra Child Theme
Author: Qasim Saeed
Author URI: https://vetsall.com/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Add your custom styles below */

/* Import parent theme styles */
@import url("../astra/style.css");

/* Your custom CSS starts here */
body {
    /* Add custom body styles */
}

.header-main {
    /* Custom header styles */
}

.site-title a {
    /* Custom site title */
}

.site-description {
    /* Custom tagline */
}

/* Custom button styles */
.button, button,
input[type="button"],
input[type="submit"] {
    background-color: #0073aa;
    border-color: #0073aa;
}

.button:hover, button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #005a87;
    border-color: #005a87;
}

/* Custom footer styles */
.site-footer {
    background-color: #f8f9fa;
}

/* Responsive styles */
@media (max-width: 768px) {
    /* Mobile-specific styles */
}