/*about-us*/

/*about-us*/

/*about-us*/

.about-banner {
    background: url(/images/about-banner.webp?6a6c3e9c3c978eeb7934354a8c2acb48) no-repeat center center/cover;
    color: white;
    height: 400px; /* Set the height to 400px */
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our-faculty-banner::after,
.about-banner::after, .contact-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 58, 137, 0.7); /* #433A89 with 70% opacity */
    z-index: 1;
}


.mission-card, .usp-card {
    background-color: #f8f9fa;
    border: none;
}

.faculty-card img {
    border-radius: 50%;
}

.usp-section .usp-card {
    height: 100%;
}

.solid-foundation-section ul {
    list-style: none;
    padding: 0;
}

.solid-foundation-section ul li {
    font-size: 1.1rem;
}
p.banner-sub-heading{
    font-size: var(--bs-font-size-23);
    font-family: 'Caveat';
}

.mission-card {
    background: url(/images/our-mission-vision.webp?363674cda68c5b2d19bc67bdc6215ce7) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 404px !important;
    padding: 60px 40px 0 40px !important;
}
.vision-mission {
    background: url(/images/vision-mission-sec.webp?4674b97ccc840b331a6c38ab2c1ed9a5) no-repeat center center / cover;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-attachment: fixed; /* Optional for a parallax effect */
}

.bg-academic{
    background-color: var(--bs-gray);
}
.img-rounded {
    border-radius: 50%; 
}
/*vide-sec*/
.play-icon {
    position: absolute;
    top: 89%;
    left: 5%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDB714;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    width: 88px;
    height: 88px;
    text-decoration: none;
}
.play-icon i {
    font-size: 24px; /* Adjust the play icon size */
    color: #3A3285;
}

.awards-img {
    background-color: var(--bs-yellow);
    color: #fff;
    text-align: center;
    transition: transform 0.3s ease;
}
.awards-img img {
    height: 264px;
    -o-object-fit: cover;
       object-fit: cover;
}
.awards:hover {
    transform: scale(1.05);
}
.awards-img {
    background-color: var(--bs-yellow);
    color: #fff;
    text-align: center;
    transition: transform 0.3s ease;
    margin-top: -175px;
}
.awards-bottom img{
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.awards-img img {
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.awards-svg h6 {
    font-weight: 500;
    height: 44px;
}
.regular-sec h6{
    color: #433A89 !important;
}
.awards-bottom {
    height: 414px;
}
.award-des h6 {
    font-weight: 500;
}
.world-sec {
    background: var(--bs-purple);
}
.excellent-sec {
    background: var(--bs-dark-gray);
}
.regular-sec{
    background-color: #EDEDED;
}
/*new-sec*/
.event-sec {
    background: var(--bs-light-gray);
  
}
.events-section {
    background-color: #f8f7f4;
  }
  
  .event-card img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 232px;
    width: 275px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .event-card-two img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
  .btn-warning {
    background-color: var(--bs-yellow); 
    border: none;
  }
  
  .btn-outline-warning {
    border-color: var(--bs-yellow);
    color: var(--bs-yellow);;
  }
  
  .btn-outline-warning:hover {
    background-color: var(--bs-yellow); 
  }
  a.more-btn {
    font-weight: 700;
    color: var(--bs-darkblack);
    text-decoration: none;
    border-bottom: 1px solid var(--bs-darkblack);
}
a.more-btn:hover {
    color: #FDB714;
}
a.more-btn:hover span svg path {
    fill: #FDB714;
}
.events-section {
    padding: 120px 0 80px 0 ;
}

.about-iconbox-item {
    background-color: #F1F1E9;
    padding: 13px;
    border-radius: 13px;
}
.about-iconbox-item .about-item-icon {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background-color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
/* testimonial css */
.testimonial-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background: #fff;
}

.testimonial-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Left Side Image */
.testimonial-image {
    position: relative;
    border-radius: 15px;
}

.testimonial-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
    background: #F1F1E9;
}

.profile-navigation {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    height: 124px;
}

.nav-btn {
    background: #F5E2C9;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
}

.testimonial-cont-sec {
    width: 60px;
    height: 200px;
    overflow: hidden;
}

.testimonial-slide img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 17px;
}

/* Right Side Content */
.testimonial-content {
    max-width: 690px;
}

button.nav-btn.up.swiper-button-prev {
    top: -28%;
    position: absolute;
    height: 50px;
    width: 50px;
    rotate: 90deg;
    background-color: #fff1d0;
    border-radius: 100%;
    font-weight: 400;
    color: var(--color-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
    left: 0;
}

.nav-btn {
    background: #F5E2C9;
    border: none;
    top: 115%;
    padding: 8px;
    cursor: pointer;
    rotate: 88deg;
    font-size: 18px;
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #fff1d0;
    border-radius: 100%;
    font-weight: 400;
    color: var(--color-heading);
}

.subheading {
    font-style: italic;
    color: #7a4e27;
}


.heading {
    font-size: 32px;
    font-weight: bold;
    margin: 10px 0;
}

.quote {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.author {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.designation {
    font-size: 14px;
    color: #777;
}
.balasir-img{
    height: 683px;
    -o-object-fit: cover;
       object-fit: cover;
}
.kpi-wrapper {
    border-right: 1px solid #5c5c5430;
    height: 100%;
}
.kpi-wrapper:last-child{
border-right:0px !important;
}
.achievement-item p {
    padding: 2px 34px;
}
