:root {
    --bs-darkblack: #170006;
    --bs-darkblue: #111827;
    --bs-gray:#E8E8E8;
    --bs-purple: #3A3285;
    --bs-dark-purple:#433A89;
    --bs-light-gray:#F1F1E9;
    --bs-dark-gray:#5B6671;
    --bs-brown:#60060F;
    --bs-color:#5C5C54;
    --bs-yellow: #FDB714;
    --bs-white: #fff;
    --bs-blank: #000000;
    --bs-border-radius: 50px;
    --bs-font-size-14:14px;
    --bs-font-size-16: 16px;
    --bs-font-size-20:20px;
    --bs-font-size-23:23px;
    --bs-font-size-24:24px;
    --bs-font-size-25: 25px;
    --bs-font-size-22:22px;
    --bs-font-size-18:18px;
    --bs-font-size-60: 60px;
    --bs-font-weight: 400;
    --bs-font-weight-500:500;
    --bs-body-line-height: 19.2px;
    --bs-line-height:25px;
    --bs-custom-line-height: 28px;
    --bs-custom-font-weight: 600;
    --bs-font-size-40:40px;

}


@font-face {
    font-family: 'Caveat';
    src: url(/fonts/Caveat-Regular.woff2?0f791c310bc2c059b1bddd656e322ccb) format('woff2'),
         url(/fonts/Caveat-Regular.woff?904c321ebf9b29ab0ea91f00c90d5986) format('woff'),
         url(/fonts/Caveat-Regular.ttf?4da8e6338a46411cc30b2eefb50a4221) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url(/fonts/DMSans-Regular.woff2?f0618dda17f7d8b2a9108879a8908c5a) format('woff2'),
         url(/fonts/DMSans-Regular.woff?9664119179ffbe932d9be3634f107f76) format('woff'),
         url(/fonts/DMSans-Regular.ttf?b2fd4b280d2dbfc7a15da12f84e60815) format('truetype');
  
    font-style: normal;
    font-display: swap;
}



h1, h2, h3, h5 {
    font-family: "Playfair Display", serif;

}
h1{
    font-size: var(--bs-font-size-60);
}
h2{
    font-size: var(--bs-font-size-40);
}
h3{
    font-size: var(--bs-font-size-40);
}
h4{
    font-size: var(--bs-font-size-25);
    font-family: 'Caveat';
}
h5{
    font-size: var(--bs-font-size-24);
}
h6 {
    font-size: var(--bs-font-size-22);
    font-family: 'DM Sans';

}
.container{
    width: 1140px;
}
p, span, a {
    font-family: 'DM Sans' !important;
    font-size: var(--bs-font-size-16);
    color:#333333;
    line-height: var(--bs-line-height);
}
.p-large{
    font-size: var(--bs-font-size-20);
    font-family: 'Playfair Display';
}
.p-small{
    font-size: var(--bs-font-size-14);
    font-family: 'DM Sans';
    color: var(--bs-color);
}
.p-text{
    font-size: 12px;
}
.person-des {
    letter-spacing: 1.4px;
}
.header-heading{
font-size: 25px;
margin-bottom: 5px !important;
}
.p-medium{
font-size: 18px;
color: var(--bs-color);

}
.text-color{
color: #433A89 !important;
}
.grey-bg{
    background-color: #F1F1E9;
}

.custom-list li {
    list-style: none;
    padding-bottom: 8px;
}
.mid-text{
z-index: 6;
bottom: 87px !important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #3a3285ab;
}

.mid-text h1.display-4 {
    background: #3A3285;
    padding: 10px 20px;
    border-radius: 8px;
}
.achievement-item p {
    font-size: var(--bs-font-size);
    color: #6c757d;
}
.achievement-item .icons {
    background-color: #4e3a96; 
    border-radius: 50%; 
    padding: 15px; 
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
}
section.middle-sec, .vision-mission {
    background-color: #F1F1E9;
}

.main-sec{
    padding: 120px 0px ; 
}
.btn-apply{
    background-color: var(--bs-yellow) !important;
    color: var(--bs-blank) !important;
}
.btn.blue-btn {
    background: var(--bs-purple);
    color: var(--bs-white);
}
.btn.blue-btn:hover {
    background: var(--bs-yellow);
    color: var(--bs-blank);
}
.campus-sec .slick-dots li button:before {
    color: #000;
}
.campus-sec {
    padding: 120px 0;
}
.slick-slider-container .slider {
    overflow: hidden; 
    width: 100%; 
}

.slick-track {
    display: flex; 
}
.campus-sec{
    background: url(/images/campus-life.webp?fe20f4e00306070f53aee7c0e069d0fc) no-repeat center center;
    background-size: cover;
   
}
span.campus-activity-tag {
    text-transform: capitalize;
}
/* Ensures images maintain aspect ratio and size */
.fixed-height {
    height: 366px; /* Adjust the height */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Hover content styles */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

/* Show hover content on parent hover */
.slide:hover .hover-content {
    opacity: 1;
}

/* Button hover effect */
.hover-content a {
    font-size: var(--bs-font-size-16);
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Button hover interaction */
.hover-content a:hover {
    background-color: #e0a800; /* Darker yellow */
    color: #fff;
}

.campus-heading {
    background: var(--bs-white);
    color: var(--bs-darkblack);
}



/*campus-section*/
.campus-activity-btn {
    margin-top: -122px !important;
}
.campus-activity-des {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    padding-bottom: 10px;
}
.campus-activity-tag {
    background-color: #fdb71452;
}
.card-img-top img {
    width: 100%;
    height: auto;
}
ul.list-unstyled li strong {
    color: #433A89 !important;
}
.campus-activity-item::before{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(23, 0, 6, 0) 0%, #3A3285 100%);
    z-index: 1;
}

.campus-activity-item {
    border-radius: 8px;
    overflow: hidden;
}


.gallery {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    width: 100%;
}

.gallery-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
}

                                            
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 1; /* Make the text always visible */
    transform: translateY(0); /* No animation */
    transition: none; /* Remove hover effect */
}

.gallery-item:hover .overlay {
    opacity: 1; /* Ensure no change on hover */
    transform: translateY(0);
}


.overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}
.shape-your-sec{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.creative-testimonial-slider {
    padding-bottom: 300px;
}
.glimpses-sec{
    padding-top: 200px !important;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #00A89D;
    z-index: 1000;
    transition: width 0.3s ease;
}



/*program-details*/
.admission-list i {
    font-size: 9px;
    padding: 4px;
}
/*conatct-us*/

input:invalid {
    position: relative;
    z-index: 1; /* Reduce its stacking order */
}

.our-faculty-banner h1,
.our-faculty-banner p,
.about-banner h1,
.about-banner p,
 .contact-banner h1,
 .contact-banner p {
    position: relative;
    z-index: 2;
}


  .contact-detail-sec:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .contact-detail-sec p {
    color: var(--bs-dark-gray);
}

  .form-control {
    background: var(--bs-light-gray);
}
.contact-form label {
    font-size: 16px;
    font-family: 'DM Sans';
    color: var(--bs-darkblack);
}
.contact-detail-sec a {
    text-decoration: none;
    color: #000;
}
.contact-detail-sec a:hover {
    text-decoration: none;
    color: #FDB714 !important;
}
.contact-detail-sec a:hover span {
    text-decoration: none;
    color: #FDB714 !important;
}
  .team-card-sec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .team-card-sec h3 {
    color: #333;
  }
  
  .team-card-sec p {
    font-size: 14px;
  }
  
  .team-card-sec a {
    font-size: 14px;
    font-weight: 600;
  }

 .campus-sec  .slick-dots {
    position: absolute;
    bottom: -95px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.campus-sec .slick-dots li button:before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3A3285 !important;
}
  .faculty-slider-section {
    padding: 120px 0;
}
/*testimonials-slider*/
.Student-Stories .slider-container {
    width: 100%;
    max-width: 1140px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Student-Stories .slick-slide {
    display: flex !important;
    align-items: center;
}

.Student-Stories .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.Student-Stories .image-column img {
    width: 100%;
    border-radius: 10px;
}

.Student-Stories .text-column .author {
    font-weight: bold;
    margin-bottom: 5px;
}

.Student-Stories .text-column .batch {
    color: #888;
}

/* Customize Slick Navigation Buttons */
.Student-Stories .slick-prev,
.Student-Stories .slick-next {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.Student-Stories .slick-prev:hover,
.Student-Stories .slick-next:hover {
    background: #0056b3;
}
p.testimonial {
    color: #5C5C54;
}


.header-nav {
    background-color: #FDB714;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}
/*life-at-bsl*/
.masonry-sec {
    -moz-columns: 300px;
         columns: 300px; 
    margin:15px;
  }
  .lb-data .lb-close {
    position: absolute !important;
    right: 22% !important;
    top: -35px !important;
}
.lightbox .lb-image {
    margin: auto;
}
.lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
}
/* marque*/

.Marquee {
    background: #3A3285;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .Marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }
  
  .Marquee-content:hover {
    animation-play-state: paused;
  }
  
  .Marquee-tag {
    margin: 0 1em;
    padding: 0.5em 1em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid #ffffff29;
    border-radius: 50px;
  }
  section.news-blog img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
  .Marquee-tag:hover {
 
    cursor: pointer;
  }
  
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  
  .breadcrumb-item+.breadcrumb-item::before {

    color: rgb(255 255 255 / 75%) !important;

}
.news-sec{
    background-image: url(/images/News.png?37f9c1a…);
    background-size: cover;
    background-position: bottom;
}
a.Marquee-tag:hover {
    color: #FDB714 !important;
}

:root {
    --bs-darkblack: #170006;
    --bs-darkblue: #111827;
    --bs-gray:#E8E8E8;
    --bs-purple: #3A3285;
    --bs-dark-purple:#433A89;
    --bs-light-gray:#F1F1E9;
    --bs-dark-gray:#5B6671;
    --bs-brown:#60060F;
    --bs-color:#5C5C54;
    --bs-yellow: #FDB714;
    --bs-white: #fff;
    --bs-blank: #000000;
    --bs-border-radius: 50px;
    --bs-font-size-14:14px;
    --bs-font-size-16: 16px;
    --bs-font-size-20:20px;
    --bs-font-size-23:23px;
    --bs-font-size-24:24px;
    --bs-font-size-25: 25px;
    --bs-font-size-22:22px;
    --bs-font-size-18:18px;
    --bs-font-size-60: 60px;
    --bs-font-weight: 400;
    --bs-font-weight-500:500;
    --bs-body-line-height: 19.2px;
    --bs-line-height:25px;
    --bs-custom-line-height: 28px;
    --bs-custom-font-weight: 600;
    --bs-font-size-40:40px;

}


@font-face {
    font-family: 'Caveat';
    src: url(/fonts/Caveat-Regular.woff2?0f791c310bc2c059b1bddd656e322ccb) format('woff2'),
         url(/fonts/Caveat-Regular.woff?904c321ebf9b29ab0ea91f00c90d5986) format('woff'),
         url(/fonts/Caveat-Regular.ttf?4da8e6338a46411cc30b2eefb50a4221) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url(/fonts/DMSans-Regular.woff2?f0618dda17f7d8b2a9108879a8908c5a) format('woff2'),
         url(/fonts/DMSans-Regular.woff?9664119179ffbe932d9be3634f107f76) format('woff'),
         url(/fonts/DMSans-Regular.ttf?b2fd4b280d2dbfc7a15da12f84e60815) format('truetype');
  
    font-style: normal;
    font-display: swap;
}



h1, h2, h3, h5 {
    font-family: "Playfair Display", serif;

}
h1{
    font-size: var(--bs-font-size-60);
}
h2{
    font-size: var(--bs-font-size-40);
}
h3{
    font-size: var(--bs-font-size-40);
}
h4{
    font-size: var(--bs-font-size-25);
    font-family: 'Caveat';
}
h5{
    font-size: var(--bs-font-size-24);
}
h6 {
    font-size: var(--bs-font-size-22);
    font-family: 'DM Sans';

}
.container{
    width: 1140px;
}
p, span, a {
    font-family: 'DM Sans' !important;
    font-size: var(--bs-font-size-16);
    color:#333333;
    line-height: var(--bs-line-height);
}
.p-large{
    font-size: var(--bs-font-size-20);
    font-family: 'Playfair Display';
}
.p-small{
    font-size: var(--bs-font-size-14);
    font-family: 'DM Sans';
    color: var(--bs-color);
}
.p-text{
    font-size: 12px;
}
.person-des {
    letter-spacing: 1.4px;
}
.header-heading{
font-size: 25px;
margin-bottom: 5px !important;
}
.p-medium{
font-size: 18px;
color: var(--bs-color);

}
.text-color{
color: #433A89 !important;
}
.grey-bg{
    background-color: #F1F1E9;
}

.custom-list li {
    list-style: none;
    padding-bottom: 8px;
}
.mid-text{
z-index: 6;
bottom: 87px !important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #3a3285ab;
}

.mid-text h1.display-4 {
    background: #3A3285;
    padding: 10px 20px;
    border-radius: 8px;
}
.achievement-item p {
    font-size: var(--bs-font-size);
    color: #6c757d;
}
.achievement-item .icons {
    background-color: #4e3a96; 
    border-radius: 50%; 
    padding: 15px; 
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
}
section.middle-sec, .vision-mission {
    background-color: #F1F1E9;
}

.main-sec{
    padding: 120px 0px ; 
}
.btn-apply{
    background-color: var(--bs-yellow) !important;
    color: var(--bs-blank) !important;
}
.btn.blue-btn {
    background: var(--bs-purple);
    color: var(--bs-white);
}
.btn.blue-btn:hover {
    background: var(--bs-yellow);
    color: var(--bs-blank);
}
.campus-sec .slick-dots li button:before {
    color: #000;
}
.campus-sec {
    padding: 120px 0;
}
.slick-slider-container .slider {
    overflow: hidden; 
    width: 100%; 
}

.slick-track {
    display: flex; 
}
.campus-sec{
    background: url(/images/campus-life.webp?fe20f4e00306070f53aee7c0e069d0fc) no-repeat center center;
    background-size: cover;
   
}
span.campus-activity-tag {
    text-transform: capitalize;
}
/* Ensures images maintain aspect ratio and size */
.fixed-height {
    height: 366px; /* Adjust the height */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Hover content styles */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

/* Show hover content on parent hover */
.slide:hover .hover-content {
    opacity: 1;
}

/* Button hover effect */
.hover-content a {
    font-size: var(--bs-font-size-16);
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Button hover interaction */
.hover-content a:hover {
    background-color: #e0a800; /* Darker yellow */
    color: #fff;
}

.campus-heading {
    background: var(--bs-white);
    color: var(--bs-darkblack);
}



/*campus-section*/
.campus-activity-btn {
    margin-top: -122px !important;
}
.campus-activity-des {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    padding-bottom: 10px;
}
.campus-activity-tag {
    background-color: #fdb71452;
}
.card-img-top img {
    width: 100%;
    height: auto;
}
ul.list-unstyled li strong {
    color: #433A89 !important;
}
.campus-activity-item::before{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(23, 0, 6, 0) 0%, #3A3285 100%);
    z-index: 1;
}

.campus-activity-item {
    border-radius: 8px;
    overflow: hidden;
}


.gallery {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    width: 100%;
}

.gallery-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
}

                                            
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 1; /* Make the text always visible */
    transform: translateY(0); /* No animation */
    transition: none; /* Remove hover effect */
}

.gallery-item:hover .overlay {
    opacity: 1; /* Ensure no change on hover */
    transform: translateY(0);
}


.overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}
.shape-your-sec{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.creative-testimonial-slider {
    padding-bottom: 300px;
}
.glimpses-sec{
    padding-top: 200px !important;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #00A89D;
    z-index: 1000;
    transition: width 0.3s ease;
}



/*program-details*/
.admission-list i {
    font-size: 9px;
    padding: 4px;
}
/*conatct-us*/

input:invalid {
    position: relative;
    z-index: 1; /* Reduce its stacking order */
}

.our-faculty-banner h1,
.our-faculty-banner p,
.about-banner h1,
.about-banner p,
 .contact-banner h1,
 .contact-banner p {
    position: relative;
    z-index: 2;
}


  .contact-detail-sec:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .contact-detail-sec p {
    color: var(--bs-dark-gray);
}

  .form-control {
    background: var(--bs-light-gray);
}
.contact-form label {
    font-size: 16px;
    font-family: 'DM Sans';
    color: var(--bs-darkblack);
}
.contact-detail-sec a {
    text-decoration: none;
    color: #000;
}
.contact-detail-sec a:hover {
    text-decoration: none;
    color: #FDB714 !important;
}
.contact-detail-sec a:hover span {
    text-decoration: none;
    color: #FDB714 !important;
}
  .team-card-sec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .team-card-sec h3 {
    color: #333;
  }
  
  .team-card-sec p {
    font-size: 14px;
  }
  
  .team-card-sec a {
    font-size: 14px;
    font-weight: 600;
  }

 .campus-sec  .slick-dots {
    position: absolute;
    bottom: -95px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.campus-sec .slick-dots li button:before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3A3285 !important;
}
  .faculty-slider-section {
    padding: 120px 0;
}
/*testimonials-slider*/
.Student-Stories .slider-container {
    width: 100%;
    max-width: 1140px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Student-Stories .slick-slide {
    display: flex !important;
    align-items: center;
}

.Student-Stories .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.Student-Stories .image-column img {
    width: 100%;
    border-radius: 10px;
}

.Student-Stories .text-column .author {
    font-weight: bold;
    margin-bottom: 5px;
}

.Student-Stories .text-column .batch {
    color: #888;
}

/* Customize Slick Navigation Buttons */
.Student-Stories .slick-prev,
.Student-Stories .slick-next {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.Student-Stories .slick-prev:hover,
.Student-Stories .slick-next:hover {
    background: #0056b3;
}
p.testimonial {
    color: #5C5C54;
}


.header-nav {
    background-color: #FDB714;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}
/*life-at-bsl*/
.masonry-sec {
    -moz-columns: 300px;
         columns: 300px; 
    margin:15px;
  }
  .lb-data .lb-close {
    position: absolute !important;
    right: 22% !important;
    top: -35px !important;
}
.lightbox .lb-image {
    margin: auto;
}
.lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
}
/* marque*/

.Marquee {
    background: #3A3285;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .Marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }
  
  .Marquee-content:hover {
    animation-play-state: paused;
  }
  
  .Marquee-tag {
    margin: 0 1em;
    padding: 0.5em 1em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid #ffffff29;
    border-radius: 50px;
  }
  section.news-blog img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
  .Marquee-tag:hover {
 
    cursor: pointer;
  }
  
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  
  .breadcrumb-item+.breadcrumb-item::before {

    color: rgb(255 255 255 / 75%) !important;

}
.news-sec{
    background-image: url(/images/News.png?37f9c1a…);
    background-size: cover;
    background-position: bottom;
}
a.Marquee-tag:hover {
    color: #FDB714 !important;
}

:root {
    --bs-darkblack: #170006;
    --bs-darkblue: #111827;
    --bs-gray:#E8E8E8;
    --bs-purple: #3A3285;
    --bs-dark-purple:#433A89;
    --bs-light-gray:#F1F1E9;
    --bs-dark-gray:#5B6671;
    --bs-brown:#60060F;
    --bs-color:#5C5C54;
    --bs-yellow: #FDB714;
    --bs-white: #fff;
    --bs-blank: #000000;
    --bs-border-radius: 50px;
    --bs-font-size-14:14px;
    --bs-font-size-16: 16px;
    --bs-font-size-20:20px;
    --bs-font-size-23:23px;
    --bs-font-size-24:24px;
    --bs-font-size-25: 25px;
    --bs-font-size-22:22px;
    --bs-font-size-18:18px;
    --bs-font-size-60: 60px;
    --bs-font-weight: 400;
    --bs-font-weight-500:500;
    --bs-body-line-height: 19.2px;
    --bs-line-height:25px;
    --bs-custom-line-height: 28px;
    --bs-custom-font-weight: 600;
    --bs-font-size-40:40px;

}


@font-face {
    font-family: 'Caveat';
    src: url(/fonts/Caveat-Regular.woff2?0f791c310bc2c059b1bddd656e322ccb) format('woff2'),
         url(/fonts/Caveat-Regular.woff?904c321ebf9b29ab0ea91f00c90d5986) format('woff'),
         url(/fonts/Caveat-Regular.ttf?4da8e6338a46411cc30b2eefb50a4221) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url(/fonts/DMSans-Regular.woff2?f0618dda17f7d8b2a9108879a8908c5a) format('woff2'),
         url(/fonts/DMSans-Regular.woff?9664119179ffbe932d9be3634f107f76) format('woff'),
         url(/fonts/DMSans-Regular.ttf?b2fd4b280d2dbfc7a15da12f84e60815) format('truetype');
  
    font-style: normal;
    font-display: swap;
}



h1, h2, h3, h5 {
    font-family: "Playfair Display", serif;

}
h1{
    font-size: var(--bs-font-size-60);
}
h2{
    font-size: var(--bs-font-size-40);
}
h3{
    font-size: var(--bs-font-size-40);
}
h4{
    font-size: var(--bs-font-size-25);
    font-family: 'Caveat';
}
h5{
    font-size: var(--bs-font-size-24);
}
h6 {
    font-size: var(--bs-font-size-22);
    font-family: 'DM Sans';

}
.container{
    width: 1140px;
}
p, span, a {
    font-family: 'DM Sans' !important;
    font-size: var(--bs-font-size-16);
    color:#333333;
    line-height: var(--bs-line-height);
}
.p-large{
    font-size: var(--bs-font-size-20);
    font-family: 'Playfair Display';
}
.p-small{
    font-size: var(--bs-font-size-14);
    font-family: 'DM Sans';
    color: var(--bs-color);
}
.p-text{
    font-size: 12px;
}
.person-des {
    letter-spacing: 1.4px;
}
.header-heading{
font-size: 25px;
margin-bottom: 5px !important;
}
.p-medium{
font-size: 18px;
color: var(--bs-color);

}
.text-color{
color: #433A89 !important;
}
.grey-bg{
    background-color: #F1F1E9;
}

.custom-list li {
    list-style: none;
    padding-bottom: 8px;
}
.mid-text{
z-index: 6;
bottom: 87px !important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #3a3285ab;
}

.mid-text h1.display-4 {
    background: #3A3285;
    padding: 10px 20px;
    border-radius: 8px;
}
.achievement-item p {
    font-size: var(--bs-font-size);
    color: #6c757d;
}
.achievement-item .icons {
    background-color: #4e3a96; 
    border-radius: 50%; 
    padding: 15px; 
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
}
section.middle-sec, .vision-mission {
    background-color: #F1F1E9;
}

.main-sec{
    padding: 120px 0px ; 
}
.btn-apply{
    background-color: var(--bs-yellow) !important;
    color: var(--bs-blank) !important;
}
.btn.blue-btn {
    background: var(--bs-purple);
    color: var(--bs-white);
}
.btn.blue-btn:hover {
    background: var(--bs-yellow);
    color: var(--bs-blank);
}
.campus-sec .slick-dots li button:before {
    color: #000;
}
.campus-sec {
    padding: 120px 0;
}
.slick-slider-container .slider {
    overflow: hidden; 
    width: 100%; 
}

.slick-track {
    display: flex; 
}
.campus-sec{
    background: url(/images/campus-life.webp?fe20f4e00306070f53aee7c0e069d0fc) no-repeat center center;
    background-size: cover;
   
}
span.campus-activity-tag {
    text-transform: capitalize;
}
/* Ensures images maintain aspect ratio and size */
.fixed-height {
    height: 366px; /* Adjust the height */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Hover content styles */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

/* Show hover content on parent hover */
.slide:hover .hover-content {
    opacity: 1;
}

/* Button hover effect */
.hover-content a {
    font-size: var(--bs-font-size-16);
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Button hover interaction */
.hover-content a:hover {
    background-color: #e0a800; /* Darker yellow */
    color: #fff;
}

.campus-heading {
    background: var(--bs-white);
    color: var(--bs-darkblack);
}



/*campus-section*/
.campus-activity-btn {
    margin-top: -122px !important;
}
.campus-activity-des {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    padding-bottom: 10px;
}
.campus-activity-tag {
    background-color: #fdb71452;
}
.card-img-top img {
    width: 100%;
    height: auto;
}
ul.list-unstyled li strong {
    color: #433A89 !important;
}
.campus-activity-item::before{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(23, 0, 6, 0) 0%, #3A3285 100%);
    z-index: 1;
}

.campus-activity-item {
    border-radius: 8px;
    overflow: hidden;
}


.gallery {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    width: 100%;
}

.gallery-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
}

                                            
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 1; /* Make the text always visible */
    transform: translateY(0); /* No animation */
    transition: none; /* Remove hover effect */
}

.gallery-item:hover .overlay {
    opacity: 1; /* Ensure no change on hover */
    transform: translateY(0);
}


.overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}
.shape-your-sec{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.creative-testimonial-slider {
    padding-bottom: 300px;
}
.glimpses-sec{
    padding-top: 200px !important;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #00A89D;
    z-index: 1000;
    transition: width 0.3s ease;
}



/*program-details*/
.admission-list i {
    font-size: 9px;
    padding: 4px;
}
/*conatct-us*/

input:invalid {
    position: relative;
    z-index: 1; /* Reduce its stacking order */
}

.our-faculty-banner h1,
.our-faculty-banner p,
.about-banner h1,
.about-banner p,
 .contact-banner h1,
 .contact-banner p {
    position: relative;
    z-index: 2;
}


  .contact-detail-sec:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .contact-detail-sec p {
    color: var(--bs-dark-gray);
}

  .form-control {
    background: var(--bs-light-gray);
}
.contact-form label {
    font-size: 16px;
    font-family: 'DM Sans';
    color: var(--bs-darkblack);
}
.contact-detail-sec a {
    text-decoration: none;
    color: #000;
}
.contact-detail-sec a:hover {
    text-decoration: none;
    color: #FDB714 !important;
}
.contact-detail-sec a:hover span {
    text-decoration: none;
    color: #FDB714 !important;
}
  .team-card-sec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .team-card-sec h3 {
    color: #333;
  }
  
  .team-card-sec p {
    font-size: 14px;
  }
  
  .team-card-sec a {
    font-size: 14px;
    font-weight: 600;
  }

 .campus-sec  .slick-dots {
    position: absolute;
    bottom: -95px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.campus-sec .slick-dots li button:before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3A3285 !important;
}
  .faculty-slider-section {
    padding: 120px 0;
}
/*testimonials-slider*/
.Student-Stories .slider-container {
    width: 100%;
    max-width: 1140px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Student-Stories .slick-slide {
    display: flex !important;
    align-items: center;
}

.Student-Stories .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.Student-Stories .image-column img {
    width: 100%;
    border-radius: 10px;
}

.Student-Stories .text-column .author {
    font-weight: bold;
    margin-bottom: 5px;
}

.Student-Stories .text-column .batch {
    color: #888;
}

/* Customize Slick Navigation Buttons */
.Student-Stories .slick-prev,
.Student-Stories .slick-next {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.Student-Stories .slick-prev:hover,
.Student-Stories .slick-next:hover {
    background: #0056b3;
}
p.testimonial {
    color: #5C5C54;
}


.header-nav {
    background-color: #FDB714;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}
/*life-at-bsl*/
.masonry-sec {
    -moz-columns: 300px;
         columns: 300px; 
    margin:15px;
  }
  .lb-data .lb-close {
    position: absolute !important;
    right: 22% !important;
    top: -35px !important;
}
.lightbox .lb-image {
    margin: auto;
}
.lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
}
/* marque*/

.Marquee {
    background: #3A3285;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .Marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }
  
  .Marquee-content:hover {
    animation-play-state: paused;
  }
  
  .Marquee-tag {
    margin: 0 1em;
    padding: 0.5em 1em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid #ffffff29;
    border-radius: 50px;
  }
  section.news-blog img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
  .Marquee-tag:hover {
 
    cursor: pointer;
  }
  
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  
  .breadcrumb-item+.breadcrumb-item::before {

    color: rgb(255 255 255 / 75%) !important;

}
.news-sec{
    background-image: url(/images/News.png?37f9c1a…);
    background-size: cover;
    background-position: bottom;
}
a.Marquee-tag:hover {
    color: #FDB714 !important;
}

:root {
    --bs-darkblack: #170006;
    --bs-darkblue: #111827;
    --bs-gray:#E8E8E8;
    --bs-purple: #3A3285;
    --bs-dark-purple:#433A89;
    --bs-light-gray:#F1F1E9;
    --bs-dark-gray:#5B6671;
    --bs-brown:#60060F;
    --bs-color:#5C5C54;
    --bs-yellow: #FDB714;
    --bs-white: #fff;
    --bs-blank: #000000;
    --bs-border-radius: 50px;
    --bs-font-size-14:14px;
    --bs-font-size-16: 16px;
    --bs-font-size-20:20px;
    --bs-font-size-23:23px;
    --bs-font-size-24:24px;
    --bs-font-size-25: 25px;
    --bs-font-size-22:22px;
    --bs-font-size-18:18px;
    --bs-font-size-60: 60px;
    --bs-font-weight: 400;
    --bs-font-weight-500:500;
    --bs-body-line-height: 19.2px;
    --bs-line-height:25px;
    --bs-custom-line-height: 28px;
    --bs-custom-font-weight: 600;
    --bs-font-size-40:40px;

}


@font-face {
    font-family: 'Caveat';
    src: url(/fonts/Caveat-Regular.woff2?0f791c310bc2c059b1bddd656e322ccb) format('woff2'),
         url(/fonts/Caveat-Regular.woff?904c321ebf9b29ab0ea91f00c90d5986) format('woff'),
         url(/fonts/Caveat-Regular.ttf?4da8e6338a46411cc30b2eefb50a4221) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url(/fonts/DMSans-Regular.woff2?f0618dda17f7d8b2a9108879a8908c5a) format('woff2'),
         url(/fonts/DMSans-Regular.woff?9664119179ffbe932d9be3634f107f76) format('woff'),
         url(/fonts/DMSans-Regular.ttf?b2fd4b280d2dbfc7a15da12f84e60815) format('truetype');
  
    font-style: normal;
    font-display: swap;
}



h1, h2, h3, h5 {
    font-family: "Playfair Display", serif;

}
h1{
    font-size: var(--bs-font-size-60);
}
h2{
    font-size: var(--bs-font-size-40);
}
h3{
    font-size: var(--bs-font-size-40);
}
h4{
    font-size: var(--bs-font-size-25);
    font-family: 'Caveat';
}
h5{
    font-size: var(--bs-font-size-24);
}
h6 {
    font-size: var(--bs-font-size-22);
    font-family: 'DM Sans';

}
.container{
    width: 1140px;
}
p, span, a {
    font-family: 'DM Sans' !important;
    font-size: var(--bs-font-size-16);
    color:#333333;
    line-height: var(--bs-line-height);
}
.p-large{
    font-size: var(--bs-font-size-20);
    font-family: 'Playfair Display';
}
.p-small{
    font-size: var(--bs-font-size-14);
    font-family: 'DM Sans';
    color: var(--bs-color);
}
.p-text{
    font-size: 12px;
}
.person-des {
    letter-spacing: 1.4px;
}
.header-heading{
font-size: 25px;
margin-bottom: 5px !important;
}
.p-medium{
font-size: 18px;
color: var(--bs-color);

}
.text-color{
color: #433A89 !important;
}
.grey-bg{
    background-color: #F1F1E9;
}

.custom-list li {
    list-style: none;
    padding-bottom: 8px;
}
.mid-text{
z-index: 6;
bottom: 87px !important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #3a3285ab;
}

.mid-text h1.display-4 {
    background: #3A3285;
    padding: 10px 20px;
    border-radius: 8px;
}
.achievement-item p {
    font-size: var(--bs-font-size);
    color: #6c757d;
}
.achievement-item .icons {
    background-color: #4e3a96; 
    border-radius: 50%; 
    padding: 15px; 
    width: 80px;
    height: 80px;
    margin: auto;
    margin-bottom: 15px;
    display: flex
    ;
        align-items: center;
        justify-content: center;
}
section.middle-sec, .vision-mission {
    background-color: #F1F1E9;
}

.main-sec{
    padding: 120px 0px ; 
}
.btn-apply{
    background-color: var(--bs-yellow) !important;
    color: var(--bs-blank) !important;
}
.btn.blue-btn {
    background: var(--bs-purple);
    color: var(--bs-white);
}
.btn.blue-btn:hover {
    background: var(--bs-yellow);
    color: var(--bs-blank);
}
.campus-sec .slick-dots li button:before {
    color: #000;
}
.campus-sec {
    padding: 120px 0;
}
.slick-slider-container .slider {
    overflow: hidden; 
    width: 100%; 
}

.slick-track {
    display: flex; 
}
.campus-sec{
    background: url(/images/campus-life.webp?fe20f4e00306070f53aee7c0e069d0fc) no-repeat center center;
    background-size: cover;
   
}
span.campus-activity-tag {
    text-transform: capitalize;
}
/* Ensures images maintain aspect ratio and size */
.fixed-height {
    height: 366px; /* Adjust the height */
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* Hover content styles */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

/* Show hover content on parent hover */
.slide:hover .hover-content {
    opacity: 1;
}

/* Button hover effect */
.hover-content a {
    font-size: var(--bs-font-size-16);
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* Button hover interaction */
.hover-content a:hover {
    background-color: #e0a800; /* Darker yellow */
    color: #fff;
}

.campus-heading {
    background: var(--bs-white);
    color: var(--bs-darkblack);
}



/*campus-section*/
.campus-activity-btn {
    margin-top: -122px !important;
}
.campus-activity-des {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 10px;
    padding-bottom: 10px;
}
.campus-activity-tag {
    background-color: #fdb71452;
}
.card-img-top img {
    width: 100%;
    height: auto;
}
ul.list-unstyled li strong {
    color: #433A89 !important;
}
.campus-activity-item::before{
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(23, 0, 6, 0) 0%, #3A3285 100%);
    z-index: 1;
}

.campus-activity-item {
    border-radius: 8px;
    overflow: hidden;
}


.gallery {
    -moz-columns: 3;
         columns: 3;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    width: 100%;
}

.gallery-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
    animation-delay: calc(var(--delay) * 0.2s);
}

                                            
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 168, 157, 0.9), transparent);
    padding: 2rem 1.5rem;
    color: white;
    opacity: 1; /* Make the text always visible */
    transform: translateY(0); /* No animation */
    transition: none; /* Remove hover effect */
}

.gallery-item:hover .overlay {
    opacity: 1; /* Ensure no change on hover */
    transform: translateY(0);
}


.overlay h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0.9;
}

.photo-credit {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 0.8rem;
    opacity: 0.8;
    text-decoration: none;
}

.photo-credit:hover {
    opacity: 1;
}
.shape-your-sec{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.creative-testimonial-slider {
    padding-bottom: 300px;
}
.glimpses-sec{
    padding-top: 200px !important;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: #00A89D;
    z-index: 1000;
    transition: width 0.3s ease;
}



/*program-details*/
.admission-list i {
    font-size: 9px;
    padding: 4px;
}
/*conatct-us*/

input:invalid {
    position: relative;
    z-index: 1; /* Reduce its stacking order */
}

.our-faculty-banner h1,
.our-faculty-banner p,
.about-banner h1,
.about-banner p,
 .contact-banner h1,
 .contact-banner p {
    position: relative;
    z-index: 2;
}


  .contact-detail-sec:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  .contact-detail-sec p {
    color: var(--bs-dark-gray);
}

  .form-control {
    background: var(--bs-light-gray);
}
.contact-form label {
    font-size: 16px;
    font-family: 'DM Sans';
    color: var(--bs-darkblack);
}
.contact-detail-sec a {
    text-decoration: none;
    color: #000;
}
.contact-detail-sec a:hover {
    text-decoration: none;
    color: #FDB714 !important;
}
.contact-detail-sec a:hover span {
    text-decoration: none;
    color: #FDB714 !important;
}
  .team-card-sec img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .team-card-sec h3 {
    color: #333;
  }
  
  .team-card-sec p {
    font-size: 14px;
  }
  
  .team-card-sec a {
    font-size: 14px;
    font-weight: 600;
  }

 .campus-sec  .slick-dots {
    position: absolute;
    bottom: -95px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.campus-sec .slick-dots li button:before {
    font-family: slick;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3A3285 !important;
}
  .faculty-slider-section {
    padding: 120px 0;
}
/*testimonials-slider*/
.Student-Stories .slider-container {
    width: 100%;
    max-width: 1140px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.Student-Stories .slick-slide {
    display: flex !important;
    align-items: center;
}

.Student-Stories .image-column {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.Student-Stories .image-column img {
    width: 100%;
    border-radius: 10px;
}

.Student-Stories .text-column .author {
    font-weight: bold;
    margin-bottom: 5px;
}

.Student-Stories .text-column .batch {
    color: #888;
}

/* Customize Slick Navigation Buttons */
.Student-Stories .slick-prev,
.Student-Stories .slick-next {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.Student-Stories .slick-prev:hover,
.Student-Stories .slick-next:hover {
    background: #0056b3;
}
p.testimonial {
    color: #5C5C54;
}


.header-nav {
    background-color: #FDB714;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}
/*life-at-bsl*/
.masonry-sec {
    -moz-columns: 300px;
         columns: 300px; 
    margin:15px;
  }
  .lb-data .lb-close {
    position: absolute !important;
    right: 22% !important;
    top: -35px !important;
}
.lightbox .lb-image {
    margin: auto;
}
.lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
}
/* marque*/

.Marquee {
    background: #3A3285;
    width: 100%;
    box-sizing: border-box;
    padding: 1em 0;
    color: white;
    font-weight: 200;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }
  
  .Marquee-content {
    display: flex;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 15s linear infinite;
  }
  
  .Marquee-content:hover {
    animation-play-state: paused;
  }
  
  .Marquee-tag {
    margin: 0 1em;
    padding: 0.5em 1em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border: 1px solid #ffffff29;
    border-radius: 50px;
  }
  section.news-blog img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
  .Marquee-tag:hover {
 
    cursor: pointer;
  }
  
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  
  .breadcrumb-item+.breadcrumb-item::before {

    color: rgb(255 255 255 / 75%) !important;

}
.news-sec{
    background-image: url(/images/News.png?37f9c1a…);
    background-size: cover;
    background-position: bottom;
}
a.Marquee-tag:hover {
    color: #FDB714 !important;
}

