.section-heading {
    padding-bottom: 1.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    color: #020050;
    position: relative;
}
.section-heading span {
    padding-bottom: 1.5rem;
}
.section-heading span:before {
    content: '';
    background-color: #020050;
    bottom: -3px;
    border-radius: 20px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
}
.section-heading span:after {
    content: '';
    background-color: #020050;
    bottom: -1px;
    height: 1px;
    position: absolute;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-btn2 {
    padding: .75rem 2rem;
    background-color: var(--secondaryColor);
    color: var(--bs-white);
    border-radius: .5rem;
    text-decoration: none;
}
.custom-btn2:hover {
    color: var(--bs-white);
}

.swiper-scrollbar {
    display: none;
}

.breadcrumb-section {
    position: relative;
    color: #fff;
    min-height: 180px;
    background: #0199dc;
}
.breadcrumb-section h1 {
    color: #fff;
}
.breadcrumb-section figure {
    margin-bottom: 0;
    position: relative;
}
.breadcrumb-section figure:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.breadcrumb-section figure img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 7 / 2;
    object-fit: cover;
}
.breadcrumb-section .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.breadcrumb-section .breadcrumb {
    display: inline-flex
}
.breadcrumb-section .breadcrumb li {
    color: #fff;
}
.breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
    content: '\F231';
    font-family: 'bootstrap-icons';
    color: #fff;
}
.breadcrumb-section .breadcrumb li a {
    color: #d6ece5;
    text-decoration: none;
}
.breadcrumb-section .breadcrumb li.active {
    color: #fff;
}

.featured-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
}

.featured-card .icon {
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border: 1px solid var(--secondaryColor);
    background-color: var(--secondaryColor);
    color: var(--bs-white);
    border-radius: 50%;
    margin-bottom: 30px;
}

.featured-card .count {
    font-size: 30px;
    margin-bottom: 4px;
}

.featured-card h3 {
    font-size: 28px;
    font-weight: 600;
}

.featured-section {
    background-color: #c4e4f3;
}

.footer {
    background-color: #e4f7ff;
    color: #fff;
    background-image: url('/assets/footer-pattern.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
  }
  .footer p {
    color: var(--infoColor);
  }
  .footer-logo img {
      max-height: 80px;
  }
  .footer-nav-heading {
    color: var(--bs-dark);
    margin-bottom: 16px;
    font-weight: 600;
  }
  .footer-nav {
    padding-left: 0;
  }
  .footer-nav li {
    list-style-type: none;
    margin-bottom: 4px;
  }
  .footer-nav li a {
    color: var(--infoColor);
    text-decoration: none;
    display: block;
    position: relative;
    padding-left: 1.5rem;
  }
  .footer-nav li a::before {
    content: '\F231';
    font-family: 'bootstrap-icons';
    color: var(--secondaryColor);
    position: absolute;
    left: 0;
    top: 4px;
    transform: none;
    font-size: .75rem;
  }
  
  .footer-bottom {
    background-color: var(--primaryColor);
    padding: 1.5rem 0;
    text-align: center;
    
  }
  .footer-bottom p {
    color: #fff;
    margin-bottom: 0;
  }
  
  .footer-contact-nav {
    padding-left: 0;
  }
  .footer-contact-nav li {
    list-style-type: none;
    margin-bottom: .5rem;
  }
  .footer-contact-nav li a {
    text-decoration: none;
    color: var(--infoColor);
    position: relative;
  }
  .footer-contact-nav li a i {
    position: absolute;
    top: 0;
    color: var(--secondaryColor);
  }
  .footer-contact-nav li a span {
    padding-left: 1.5rem;
    font-size: 14px;
    display: block;
  }
  .social-media {
    margin-bottom: 1rem;
  }
  .social-media a {
    display: inline-flex;
    color: var(--secondaryColor);
    margin-right: 1rem;
    font-size: 1.25rem;
  }
  
  .blogCard {
    background-color: #f5f5f5;
    border-radius: 1rem;
    overflow: hidden;
  }
  .blogCard .blogCardWrap {
    display: block;
    text-decoration: none;
  }
  .blogCard .imageBlock {
    position: relative;
  }
  .blogCard .imageBlock img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: auto;
    width: 100%;
  }
  .blogCard .imageBlock .date {
    position: absolute;
    background: var(--primaryColor);
    bottom: -20px;
    display: inline-block;
    margin: 0 auto;
    transform: translate(-50%);
    left: 50%;
    padding: .5rem 1rem;
    color: #fff;
    border-radius: 2rem;
  }
  .blogCard .contentBlock {
    padding: 2rem;
    padding-top: 2.75rem;
    display: flex;
    flex-direction: column;
  }
  .blogCard .contentBlock h3 {
    font-size: 26px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 66px;
    color: var(--bs-dark);
  }
  .blogCard .contentBlock .excerpt {
    color: #666;
  }
  .blogCard .contentBlock .read-more {
    padding: 8px 24px;
    background-color: var(--secondaryColor);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    margin-left: auto;
  }
  
  .testimonial-bg-overlay {
    background-image: url(/assets/scale-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden;
    padding: 80px 20px;
    margin: 10px 0;
}
.testimonial-bg-overlay::before {
    content: '';
    background-color: #FF6D9E;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonial-slider {
    padding-bottom: 50px;
}
.testimonial-card {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.testimonial-card .icon {
    font-size: 40px;
    color: var(--bs-white);
    margin-bottom: 15px;
    display: inline-block;
}
.testimonial-card .name {
    font-size: 40px;
    color: var(--bs-white);
    margin-bottom: 20px;
}
.testimonial-card .quote {
    color: var(--bs-white);
}
.testimonial-slider .swiper-pagination {
    bottom: 0px;
}
.testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bs-white);
}

.quality-blend-img img {
    border-radius: 0 0 50% 50%;
}
.faq-img img {
    border-radius: 50% 50% 0 0;
}

.admission-card {
    padding: 55px 30px 55px 30px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #def5ff 0%, rgba(255, 255, 255, 0) 40%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #def5ff;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .admission-card span {
    width: 80px;
    height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--primaryColor);
    font-size: 32px;
    border-radius: 50%;
    color: var(--bs-white);
    -wekbit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .admission-card:hover span {
    transform: translateY(-10px);
  }
  .admission-card h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
  }
  
  .staff-card {
    text-align: center;
    margin-top: 10px;
    background-color: var(--primaryColor);
    color: var(--bs-white);
    border-radius: 16px;
    margin-bottom: 15px;
  }
  .staff-card figure {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: 2px solid #fff;
  }
  .staff-card figure img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
  }
  .staff-card .content {
    padding: 20px;
  }
  .staff-card .content .member-name {
    font-weight: 700;
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 20px;
    color: var(--bs-white);
  }
  .staff-card .content .phone-btn  {
    display: inline-block;
    background: #ffffff;
    color: var(--bs-dark);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 30px;
    margin-bottom: 4px;
  }
  .staff-card .content .phone-btn i {
    color: var(--secondaryColor);
  }
  
  .contact-icon {
    width: 60px;
    height: 60px;
    border: 2px solid var(--primaryColor);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--primaryColor);
    font-size: 22px;
  }
  .contact-info h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: .75rem;
  }
  .contact-info p {
    color: #808080;
  }
  
  .form-container {
    background-color: #eff0f2;
    padding: 3rem;
    border-radius: 2rem;
    background-image: url(/assets/contact-building-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .form-container .form-control {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #eeeeee;
  }
  .form-container .form-select {
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #eeeeee;
  }
  .form-container textarea.form-control {
    border-radius: 15px;
    height: 120px;
  }
  .form-container .btn {
    padding: 16px 24px;
    background-color: var(--secondaryColor);
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
  }
  
  .curriculam-card {
    text-align: center;
    padding: 20px;
}
.curriculam-card .icon {
    background-image: url('./images/curriculam-bg-shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    padding: 40px 0px 10px 0px;
    width: 160px;
    height: 160px;
    display: inline-block;
}
.curriculam-card .icon svg {
    width: 70px;
    height: 70px;
}
.curriculam-card .icon svg path {
    fill: var(--bs-white);
}
.curriculam-card h3 {
    margin-bottom: 30px;
}
.curriculam-card p {
    color: #808080;
}

.curriculam-slider {
    padding-bottom: 50px;
    overflow: hidden;
    position: relative;
}
.curriculam-slider .swiper-button-prev, .curriculam-slider .swiper-button-next {
    border-radius: 50%;
    background-color: var(--primaryColor);
    border: 1p solid var(--primaryColor);
    color: var(--bs-white);
    position: absolute;
    bottom: 0;
    top: inherit;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.curriculam-slider .swiper-button-prev:after, .curriculam-slider .swiper-button-next:after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.curriculam-slider .swiper-button-prev:hover, .curriculam-slider .swiper-button-next:hover {
    background-color: var(--secondaryColor);
    border: 1p solid var(--secondaryColor);
}
.curriculam-slider .swiper-button-prev {
    left: -60px;
}
.curriculam-slider .swiper-button-next {
    right: -60px;
}

@media(max-width: 767px) {
	.breadcrumb-section figure img {
		min-height: 180px;
	}
}