/**
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: dbt_child_shivam
Template: astra
*/

/* Footer css start here
  stert here     */
.footer {
  background-color: #002147;
  color: white;
}

.top-banner {
  padding: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
}


.top-banner p {
  margin: 0;
  font-weight: 700;
    font-size: 22px;
}

.top-banner .btn {
    background: #EF7F1A;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}
.top-banner .btn:hover{
	background: #002147;
}
.footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  box-sizing: border-box;
}
.foo-top{
	background: #383838;
}
.footer-column {
  flex: 1 1 200px;
}

.logo-section .logo {
  width: auto;
  margin-bottom: 10px;
}

.footer-column h4 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    font-family: 'DM Sans';
}

.footer-column ul {
  list-style: none;
  padding: 0;
	margin: 0;
}
.footer-column.logo-section {
    margin-right: 100px;
	flex: 2 1 300px;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: white;
  text-decoration: none;
  position: relative;
  padding-bottom: 2px;
  transition: color 0.3s ease;
  font-size: 16px;
}
.footer-column ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: white;
  transition: width 0.3s ease;
}

.footer-column ul li a:hover::after {
  width: 100%;
}
.social-icons {
  margin-top: 15px;
}

.social-icons a {
    color: white;
    font-size: 18px;
    margin-right: 10px;
    background: #FFFFFF26;
    padding: 12px 18px;
    border-radius: 10px;
	transition: color 0.3s ease;
}
.social-icons a:hover{
	background: #11111126;
	color: #a4a4a4;
	transition: color 0.3s ease;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 15px;
  font-size: 14px;
}
.footer-p{
	font-size: 16px;
	text-align: justify;
}
/* footer code end 
  end here here */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus, a:focus, .ast-menu-toggle:focus {
    outline: none;
	border-style: none;
}

.ast-mobile-header-content.content-align-flex-start {
    height: 100vh;
}
.elementor-gallery__titles-container .elementor-gallery-title {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 8px;
	text-decoration: none !important;
}
.elementor-gallery__titles-container .elementor-gallery-title.elementor-item-active {
    background: #002147 !important;
    border-color: #002147 !important;
}
.more-text {
  transition: all 0.5s ease;
}
.read-more-toggle {
  color: #666666;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 768px) {
/* 	form media query */
	
	.footer-p {
    margin-bottom: 0px;
}
	.footer-column.logo-section {
    margin-right: 0px;
}

  .footer-main {
    flex-direction: column;
  }
  
  .footer-column {
    flex: 1 1 100%;
  }
  
  .social-icons {
    margin-top: 50px;
  }

	.footer-p {
    font-size: 16px;
    line-height: 26px;
}
	.footer-column ul li a {
    font-size: 16px;
}
	.custom-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
}



/* Contributing Departments Team */

.team-card-con figure.elementor-image-box-img img {
    border-radius: 10px 10px 0px 0px !important;
}

@media screen and (max-width: 1024px) {
  #ast-desktop-header {
    display: none;
  }
  #ast-mobile-header {
    display: block;
  }
}

.side-fixed-btn {
    position: fixed;
    right: 19px;
    top: 55%;
    z-index: 9999;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center right;
    background-color: #ff8200;
    color: white;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}
