/*
Theme Name: Astra Child College
Template: astra
*/
.site-header {z-index: 999 !important;width:100% !important;}
ul.col-topbar-items {list-style: none;display: flex;gap: 10px 10px;margin: 0px;padding: 0px 15px;justify-content: flex-end;align-items: center;}
ul.col-topbar-items li {display: flex;}
.col-topbar {background-color: #0450A8;padding: 5px 0px;}
ul.col-topbar-items li a{color: #fff;}
ul.col-topbar-items li a i{background-color: #fff;bor;border: 1px solid #0450A8;padding: 5px 5px;border-radius: 50%;col;color: #0450A8;}



.ast-header-button-1 .ast-custom-button {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}



/* Custom Banner Styling */
.col-custom-banner {
    background: var(--ast-global-color-0, #f4f4f4);
    padding: 0;
    position: relative;
}
.col-custom-banner:before {
    content: '';
    height: 100%;
    width: 100%;
    background: #00000063;
    position: absolute;
}
.col-banner-top {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 15px;
}

.col-banner-container {
    position: absolute;
    display: table;
    height: 100%;
    z-index: 100;
    width: 100%;
}
.col-banner-top .col-banner-title {
    font-size: 52px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-shadow: 0px 0px 5px #0000006b;
}

.col-custom-banner .col-banner-image img {
    height: 400px !important;
    width: 100% !important;
    object-fit: cover !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.col-banner-top .col-banner-excerpt {
    color: #E5E4E6;
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    text-shadow: 0px 0px 5px #0000006b;
}
div#primary {
    background-color: #fff;
    padding: 15px !important;
}
.network-sidebar-wrap {
    padding: 0px 15px;
    margin: 4em 0;
    width:30%;
}

.nw-sidebar-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}

.nw-sidebar-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #f1f1f1;
    padding:20px;
    background-color: #fff;
}

ul.nw-sidebar-list {
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
}

.nw-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.nw-sidebar-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #045CB4;
}
.nw-sidebar-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}
form#ngf-form button {
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 768px) {
  .network-sidebar-wrap {
    width: 100%;
    padding: 0px;
  }
  .nw-sidebar-form{
    width: 100% !important;
  }
}
/* ===== Custom Footer Styling ===== */

.custom-footer {
  background: #232732;
  color: #d5d7dc;
  padding: 60px 20px;
  font-family: "Poppins", sans-serif;
}

.footer-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1.3fr 0.8fr 1fr;
  gap: 15px;
}

.footer-col h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.footer-logo {
  width: 250px;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.footer-text {
  line-height: 1.6;
  margin-bottom: 25px;
}

.footer-social a {
  font-size: 22px;
  margin-right: 18px;
  color: #fff;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #3675DA;
}

/* Colleges two-column list */
.footer-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}



.footer-two-col a{
	color: #fff;
}




.footer-col ul, .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
	
}

.footer-col ul li::before {
  content: "»";
  position: absolute;
  left: -5px;
  color: #3675DA;
  font-weight: bold;
}

.footer-col ul.footer-contact li::before {
  display:none;
}

.footer-contact li {
  margin: 10px 0;
}

.footer-contact i {
  color: #3675DA;
  margin-right: 10px;
}

/* Footer bottom bar */
.footer-bottom {
  text-align: center;
  background: #1b1f29;
  padding: 14px;
  color: #bfc2c7;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
  
  .footer-two-col {
    grid-template-columns: 1fr;
  }

  .footer-col h3 {
    margin-top: 20px;
  }
}