/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*Developed by Digiconnect Online Serices Private Limited */

p::first-letter {
  text-transform: uppercase !important;
}

.ast-scroll-to-top-right {
 
    bottom: 80px;
}

td
{
	  text-transform: capitalize !important;
}

li
{
text-transform: capitalize !important;

}

.no-underline
{
	text-decoration:none !important;
}

.ast-menu-toggle {
  border-style: none; /* Add !important if needed. */
}

.ast-menu-toggle:focus {
  outline: none; /* Add !important if needed. */
}

.ast-plain-container.ast-no-sidebar #primary
{
	margin-top:0;
	margin-bottom|:0;
}


.capitalize
{
	text-transform: capitalize !important;
}

/* blog post table styling */
.wp-block-table thead
{
/* background: #046bd2 !important;
    color: white !important; */
    border: none !important;
}

/* category archieve page heading align fix from left to center */
body.archive .ast-archive-description
{
	text-align:center;
}

/* logo width updated */
.site-logo-img img
{
	width:215px;
} 


/* split sub-menu in two column for states*/
.menu-item-8734 .sub-menu,
.menu-item-8779 .sub-menu,
.menu-item-8824 .sub-menu,
.menu-item-8827 .sub-menu
{
  display: flex !important;
  flex-wrap: wrap !important;
  width: 347px; /* Adjust as needed */
}

.menu-item-8734 .sub-menu li,
.menu-item-8779 .sub-menu li,
.menu-item-8824 .sub-menu li,
.menu-item-8827 .sub-menu li{
  width: 50% !important;
}

/* Media query for mobile devices */
@media screen and (max-width: 767px) {
  /* Override flex styles for mobile */
	.menu-item-8734 .sub-menu,
	.menu-item-8779 .sub-menu,
	.menu-item-8824 .sub-menu,
	.menu-item-8827 .sub-menu{
		display: block !important;
		width: auto !important;
	  }

  /* Override list item width for mobile */
  .menu-item-8734 .sub-menu li,
  .menu-item-8779 .sub-menu li,
	.menu-item-8824 .sub-menu li,
	.menu-item-8827 .sub-menu li{
    width: 100% !important;
  }
}

/* nav fixed styling */
@media (max-width: 544px){
.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link {
	border-radius: 5px;
    padding-left: 12px;
}

}
 	.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle
	{
		background-color:inherit !important;
	}

/* woo commerce product summary spacing styles here */
.entry-summary .price
{
	margin-block:10px !important;
}


/* utility classes */
.justify-content-between
{
    justify-content: space-between;
}
.justify-content-center
{
    justify-content: center;
}
.align-items-center
{
    align-items: center;
}
.d-flex
{
    display: flex;
	justify-content:space-between;
}
.list-none
{
    list-style-type:none ;
}
.flex-wrap
{
	flex-wrap:wrap;
}
.ast-builder-html-element p:first-child
{
	display:none;
}

.package-price small
{
	font-size:10px;
}

/* Wp-data Table Plugin Cutom css */
.wpDataTable
{
	border-radius: 8px;
	  overflow:scroll !important; 
}
.dataTables_wrapper {
  overflow-x:auto !important; 
	max-width:100%;
}

.wpDataTablesFilter {
     background: linear-gradient(310deg,rgba(125,129,251,.3) .01%,rgba(244,197,204,.3));
    border-radius: 8px;
}
/*------- Filters Styling ------- */
.wpDataTablesFilter .wpDataTableFilterSection
{
	width:auto !important;
	min-height:auto !important;
	float:none !important;
}

/* Search Button style */
.wpDataTablesFilter .wpDataTableFilterSection#wdt-pf-search-filters-button-block
{
	text-align:center !important;
    display: block !important;
}

.wdt-pf-search-filters-button
{
	color:white !important;
	border-radius:5px !important;
	margin:auto !important;
}
.custom-table-wrapper
{
	overflow-x:auto !important;
}
.filter-option
{
	color:black;
}
.wpDataTable tbody tr td
{
	font-weight:500 !important;
}
.wpDataTable thead
	{
		width:auto !important;
		flex:1;
		background-color:linear-gradient(310deg,rgba(125,129,251,.3) .01%,rgba(244,197,204,.3));
	}

@media screen and (max-width:467px)
{
	.wpDataTablesFilter .wpDataTableFilterSection
	{
		width: 100% !important;
	}
	.wdt-pf-search-filters-button
	{
		width: 100% !important;
	}
	.wpDataTable
	{
		display:flex !important;
		justify-content:center;
		align-items:center;
    	min-width: 100% !important;
		width: max-content !important;
		overflow:auto;
	}
	
	.wpDataTable thead
	{
		width:auto !important;
		flex:1;
	}
	.wpDataTable tbody
	{
		width:auto !important;
		flex:auto;
	}
	.wpDataTable thead tr
	{
		display:flex !important;
		flex-direction:column !important;	
	}
	table.wpDataTable td.numdata
	{
		text-align:normal !important;
	}
	.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > thead > tr > th
	{
		border-bottom-width:1px !important;
	}
	.wpDataTable tbody tr
	{
		display:flex !important;
		flex-direction:column !important;		
	}
	.wpdt-c.wdt-skin-light .wpDataTablesWrapper table.wpDataTable > tbody > tr > td
	{
		height:auto !important;
		padding: 7px 10px;
	}
}


.wp-college-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
    gap: 15px;
}

.wp-college-gallery img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 5px;
}

.wp-college-gallery a:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 768px) {
    .wp-college-gallery {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on mobile */
    }
}
.lightbox-content {
    position: relative;
    text-align: center;
}

.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.prev-btn:hover, .next-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}
