@import url('https://fonts.cdnfonts.com/css/gilroy-bold'); 
html{scroll-behavior: smooth !important;}       
body{font-family: 'Gilroy-Regular', sans-serif !important;}
.bg-theme{background:#f16622 !important;color: #fff !important;}
.text-theme{color:#f16622 !important;}
.text-dark{color:#000 !important;}
.btn-theme{background: #f16622 !important;color: #fff !important;}
.bg-university{background:url("../images/banner.webp");background-position: center;background-size: cover;background-repeat: no-repeat;min-height: 95vh;}
.bg-building{background: url("../images/building.jpg");background-position: center;background-size: cover;background-repeat: no-repeat;}
.logo img{width: 100px !important;}
 .nav-link.active{background:#f16622 !important;color: #fff !important;border-radius:0px !important;}
 .overlay{box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;}
 .card-title{ min-height: 95px !important;display: flex;align-items: center;padding-bottom: 8px;}
 .coll-title{-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);background-color: rgba(255, 255, 255, 0.5);}
 .bg-overlay{-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);background-color: rgba(255, 255, 255, 0.8);}
 .bg-blur{-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);background-color: rgba(255, 255, 255, 0.5);}
 .Seamless_card{box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px !important;min-height: 330px !important;border-bottom: 8px solid #f16622 !important;border-radius: 8px;}
.testi-border{border-left: 5px solid #f16622 !important;}
.bi-quote{margin-top:-35px;}
.program-card{border-bottom: 8px solid #f16622 !important;border-radius: 8px;}
.owl-theme .owl-dots .owl-dot span {width: 15px !important;height: 15px !important;margin:25px 5px 0px 5px !important;}

.button-link {
  display: inline-block;
  padding: 12px 24px;
  background-color: #E4C34E;
  color: #000;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

/* Hover effect */
.button-link:hover {
  background-color: #d4b43c;
  color: #000;
}
/*Responsive */
 @media(max-width:991.5px){.border-theme{border-right: none !important;}.Seamless_card{max-height: 360px !important;}
 	.bi-quote{margin-top:-15px !important;}
 	.hist-desc{margin-top: 0 !important;margin-top:12px !important;}
 	.Seamless_card{min-height: 250px !important;}
  .navbar-brand img{width: 270px !important}
  
}

@media(max-width:480px){
  .navbar-brand img{width: 200px !important}
   .button-link {
    display: block;
    width: 90%;
    margin: 10px auto;
    padding: 14px 0;
    font-size: 18px;
  }

}
