/*
 Theme Name:   Astra Child
 Theme URI:    https://wp-samadhan.com/
 Description:  Astra Child Theme
 Author:       Sandeep Kumar
 Author URI:   https://wp-samadhan.com
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom CSS here */


#primary{
	margin-top:0!important;
}
h1.entry-title{
	display:none;
}
.child-pages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.child-page-item {
    border: 1px solid #C96B1C;
    padding: 20px;
    text-align: center;
}

.breadcrumb {
    margin-top: 10px;
    padding: 10px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.child-page-item a {
    color: #C96B1C;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .child-pages-grid {
        grid-template-columns: 1fr;
    }
}
.header-banner {
    text-align: center;
padding-top:20px;
  
}

.header-banner img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	.ast-mobile-header-wrap{
		background:transparent!important;
	}
    .header-banner {
      /* Hide on mobile */
		
    }
}