.slider_img{
    height: 520px;
    width: 100%;
}
.coursec_img{
    height: 300px;
    width: 100%;
}
.bg-primary {
    background-color: #257013 !important;
}
.btn-outline-primary {
    color: #257013;
    border-color: #257013;
}
.bg-dark {
    background-color: #19570a !important;
}
/* slider */
.slider_stu_corosal {
    width: 100%;
    height: 200px;
    position: relative;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .slider_stu_corosal::-webkit-scrollbar {
    display: none;
  }

  .slider_stu_corosal .slide {
    display: flex;
    position: absolute;
    left: 0;
    transition: 0.3s left ease-in-out;
  }

  .slider_stu_corosal .item {
    margin-right: 10px;
  }

  .slider_stu_corosal .item:last-child {
    margin-right: 0;
  }

  .ctrl {
    text-align: center;
    margin-top: 5px;
  }

  .ctrl-btn {
    padding: 20px 20px;
    min-width: 50px;
    background: #fff;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;

    position: absolute;
    top: 50%;
    margin-top: -27.5px;
  }

  .ctrl-btn.pro-prev {
    left: 0;
  }

  .ctrl-btn.pro-next {
    right: 0;
  }
  .sli_stu_corosal{
    height: 300px;
    width: 371px;
  }
  /* courses page */
  .course_imgg{
    height: 250px;
    width: 100%;
  }
/* photo gallery */
/* about us section */

.about-section{
	position:relative;
	padding:40px 0px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .content-column .inner-column{
	position:relative;
	/* padding-right:100px; */
}

.about-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:2em;
	margin-bottom:40px;
}

.about-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.about-section .image-column{
	position:relative;
	/* margin-bottom:50px; */
}

.about-section .image-column .inner-column{
	position:relative;
	padding:40px 40px 0px 0px;
	margin-left:50px;
}
@media(max-width:576px){
    .about-section .image-column .inner-column{

        margin-left:0px;
    }
}
.about-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:100px;
	z-index:-1;
	border:2px solid #088f1e;
}

.about-section .image-column .inner-column .image{
	position:relative;
}

.about-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
}

.about-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
    height: 400px;
	display:block;
}

.about-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box{
	position:relative;
	color:#252525;
	font-size:24px;
	font-weight:700;
	line-height:1.4em;
	padding-left:125px;
}

.about-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#088f1e;
	font-size:68px;
	font-weight:700;
	line-height:105px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #000000;
}
.about-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.about-section .btn-style-three:hover {
    color: #ffffff;
    background: #088f1e;
}
.about-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #088f1e;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom:5px;
}
.sec-title .title {
    position: relative;
    color: #046424;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}
/* fasilities section */

  .servcies-section-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
  }

  .services-box {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    width: 250px;
    padding: 30px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
  }

  .services-box:hover {
    background-color: #0a9c64;
    color: white;
  }

  .services-box h3,
  .services-box p {
    margin: 0px;
    text-align: center;
  }

  .services-box i {
    background-color: rgb(12, 11, 11);
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    margin-bottom: 16px;
    font-size: 24px;
  }

/* trust & achievements bar */
.trust-bar {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .trust-bar {
        margin-top: 45px;
    }
}

@media (max-width: 575.98px) {
    .trust-bar {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

.trust-bar-inner {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #0C2B4B, #257013);
    border-radius: 20px;
    box-shadow: 0 20px 45px rgba(12, 43, 75, 0.25);
    padding: 40px 20px;
}

.trust-bar-inner::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    top: -120px;
    right: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 189, 0, 0.18), transparent 70%);
}

.trust-stat-col {
    position: relative;
}

.trust-stat-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    display: none;
}

@media (min-width: 992px) {
    .trust-stat-col:not(:last-child)::after {
        display: block;
    }
}

.trust-stat {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px 12px;
    transition: transform 0.35s ease;
}

.trust-stat:hover {
    transform: translateY(-6px);
}

.trust-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: #0C2B4B;
    background: linear-gradient(135deg, #F3BD00, #ffe27a);
    box-shadow: 0 8px 18px rgba(243, 189, 0, 0.35);
    transition: transform 0.4s ease;
}

.trust-stat:hover .trust-icon {
    transform: scale(1.1) rotate(-6deg);
}

.trust-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    color: #ffffff;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.2;
}

.trust-suffix {
    color: #F3BD00;
    font-weight: 700;
    font-size: 20px;
}

.trust-label {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

@media (max-width: 575.98px) {
    .trust-bar-inner {
        padding: 30px 16px;
    }

    .trust-value {
        font-size: 28px;
    }
}

/* explore courses section */
.explore-courses {
    position: relative;
    background-color: #ffffff;
}

.ec-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 30px rgba(12, 43, 75, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ec-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 44px rgba(37, 112, 19, 0.18);
}

.ec-media {
    position: relative;
    overflow: hidden;
    height: 190px;
}

.ec-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ec-card:hover .ec-media img {
    transform: scale(1.08);
}

.ec-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: linear-gradient(135deg, #F3BD00, #ffdb4d);
    color: #0C2B4B;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 6px 14px rgba(243, 189, 0, 0.35);
}

.ec-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 22px 20px 24px;
}

.ec-title {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 14px;
    min-height: 48px;
}

.ec-meta {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    margin: 0 0 18px;
    padding: 0;
}

.ec-meta li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #555555;
    font-size: 13.5px;
    line-height: 1.5em;
}

.ec-meta li i {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    color: #257013;
    background-color: rgba(37, 112, 19, 0.1);
}

.ec-meta li strong {
    color: #0C2B4B;
    font-weight: 600;
}

.ec-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    background-color: #257013;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 11px 18px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.ec-btn:hover {
    background-color: #F3BD00;
    color: #0C2B4B;
    transform: translateX(2px);
}

/* why choose us section */
.why-choose-us {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #F3F6F8 100%);
}

.why-choose-us::before,
.why-choose-us::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.why-choose-us::before {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -100px;
    background: radial-gradient(circle, rgba(243, 189, 0, 0.14), transparent 70%);
}

.why-choose-us::after {
    width: 280px;
    height: 280px;
    bottom: -100px;
    left: -100px;
    background: radial-gradient(circle, rgba(37, 112, 19, 0.12), transparent 70%);
}

.why-choose-us .container {
    position: relative;
    z-index: 1;
}

.wcu-card {
    position: relative;
    height: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 42px 24px 34px;
    text-align: center;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 30px rgba(12, 43, 75, 0.06);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.wcu-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F3BD00, #257013);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.wcu-card:hover {
    transform: translateY(-10px);
    border-color: transparent;
    box-shadow: 0 22px 40px rgba(37, 112, 19, 0.18);
}

.wcu-card:hover::before {
    transform: scaleX(1);
}

.wcu-icon {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    color: #ffffff;
    background: linear-gradient(135deg, #257013, #0a9c64);
    box-shadow: 0 10px 22px rgba(37, 112, 19, 0.3);
    transition: transform 0.5s ease, background 0.5s ease;
}

.wcu-card:hover .wcu-icon {
    transform: rotateY(360deg) scale(1.08);
    background: linear-gradient(135deg, #F3BD00, #257013);
}

.wcu-card h5 {
    font-weight: 700;
    color: #0C2B4B;
    margin-bottom: 12px;
}

.wcu-card p {
    color: #757575;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 0;
}

.wcu-cta {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 45px 40px;
    border-radius: 20px;
    background: linear-gradient(120deg, #0C2B4B, #257013);
}

.wcu-cta::before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    top: -80px;
    right: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(243, 189, 0, 0.18), transparent 70%);
}

.wcu-cta .btn-outline-light {
    transition: all 0.3s ease;
}

.wcu-cta .btn-outline-light:hover {
    background-color: #ffffff;
    color: #0C2B4B;
}

@media (max-width: 576px) {
    .wcu-cta {
        padding: 32px 22px;
        text-align: center;
    }
}

/* career path section */
.career-path {
    position: relative;
    background-color: #F3F6F8;
}

.cpath-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 34px 22px;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 28px rgba(12, 43, 75, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.cpath-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(37, 112, 19, 0.16);
}

.cpath-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #F3BD00, #257013);
    box-shadow: 0 10px 22px rgba(37, 112, 19, 0.3);
    transition: transform 0.4s ease;
}

.cpath-card:hover .cpath-icon {
    transform: scale(1.1) rotate(-6deg);
}

.cpath-title {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 10px;
}

.cpath-teaser {
    color: #757575;
    font-size: 13.5px;
    line-height: 1.6em;
    margin-bottom: 22px;
    flex-grow: 1;
}

.cpath-btn {
    border: none;
    background-color: #257013;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    padding: 11px 22px;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cpath-btn:hover {
    background-color: #F3BD00;
    color: #0C2B4B;
}

@media (max-width: 575.98px) {
    .cpath-card {
        padding: 28px 20px;
    }
}

/* career path modal */
.cpath-modal .modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

.cpath-modal .modal-header {
    background: linear-gradient(120deg, #0C2B4B, #257013);
    border: none;
    padding: 22px 26px;
}

.cpath-modal-heading {
    display: flex;
    align-items: center;
    gap: 16px;
}

.cpath-modal-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    color: #F3BD00;
    background-color: rgba(255, 255, 255, 0.15);
}

.cpath-modal-heading h4 {
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.cpath-modal-heading span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.cpath-modal .btn-close {
    filter: invert(1) brightness(2);
    opacity: 0.85;
}

.cpath-modal .modal-body {
    padding: 26px;
}

.cpath-lead {
    background-color: rgba(37, 112, 19, 0.06);
    border-left: 4px solid #257013;
    padding: 14px 18px;
    border-radius: 8px;
    color: #333333;
    font-size: 14.5px;
    line-height: 1.7em;
    margin-bottom: 26px;
}

.cpath-modal .modal-body h6 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0C2B4B;
    font-weight: 700;
    font-size: 13.5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.cpath-modal .modal-body h6 i {
    color: #257013;
}

.cpath-modal .modal-body ul {
    margin: 0;
    padding-left: 18px;
    color: #555555;
    font-size: 13.5px;
    line-height: 1.85em;
}

.cpath-modal .modal-body p {
    color: #555555;
    font-size: 13.5px;
}

.cpath-modal .modal-footer {
    border-top: 1px solid #eeeeee;
    padding: 18px 26px;
}

.cpath-roadmap {
    list-style: none;
    counter-reset: roadmap;
    margin: 0;
    padding: 0;
}

.cpath-roadmap li {
    position: relative;
    counter-increment: roadmap;
    padding: 0 0 26px 46px;
    color: #333333;
    font-size: 13.5px;
    line-height: 1.7em;
}

.cpath-roadmap li::before {
    content: counter(roadmap);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #257013, #0a9c64);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
}

.cpath-roadmap li::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 32px;
    bottom: 0;
    width: 2px;
    background-color: rgba(37, 112, 19, 0.2);
}

.cpath-roadmap li:last-child {
    padding-bottom: 0;
}

.cpath-roadmap li:last-child::after {
    display: none;
}

/* student success stories */
.success-stories {
    position: relative;
    background-color: #ffffff;
}

.success-stories-carousel .owl-stage-outer {
    padding: 10px 4px 30px;
}

.ss-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 26px 26px;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 28px rgba(12, 43, 75, 0.08);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.ss-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #F3BD00, #257013);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.ss-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(37, 112, 19, 0.16);
}

.ss-card:hover::before {
    transform: scaleX(1);
}

.ss-quote-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    font-size: 34px;
    color: rgba(37, 112, 19, 0.1);
}

.ss-stars {
    color: #F3BD00;
    font-size: 12px;
    margin-bottom: 14px;
}

.ss-stars i {
    margin-right: 2px;
}

.ss-text {
    color: #555555;
    font-size: 14px;
    font-style: italic;
    line-height: 1.75em;
    flex-grow: 1;
    margin-bottom: 20px;
}

.ss-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px dashed rgba(12, 43, 75, 0.12);
    margin-bottom: 16px;
}

.ss-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #257013, #0a9c64);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.ss-meta {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ss-name {
    color: #0C2B4B;
    font-weight: 700;
    margin: 0;
}

.ss-outcome {
    color: #257013;
    font-size: 12.5px;
    font-weight: 600;
}

.ss-org {
    color: #999999;
    font-size: 12px;
}

.ss-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ss-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ss-tag-course {
    background-color: rgba(37, 112, 19, 0.1);
    color: #257013;
}

.ss-tag-year {
    background-color: rgba(243, 189, 0, 0.15);
    color: #8a6a00;
}

.success-stories-carousel .owl-dots {
    text-align: center;
    margin-top: 6px;
}

.success-stories-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    display: block;
    border-radius: 50%;
    background-color: rgba(37, 112, 19, 0.25);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.success-stories-carousel .owl-dot.active span {
    background-color: #257013;
    transform: scale(1.2);
}

@media (max-width: 575.98px) {
    .ss-card {
        padding: 28px 20px 22px;
    }

    .ss-text {
        min-height: 0;
    }
}

/* equal-height carousel cards (Owl Carousel does not stretch items by default) */
.testimonial-carousel .owl-stage,
.success-stories-carousel .owl-stage,
.student-results-carousel .owl-stage {
    display: flex;
}

.testimonial-carousel .owl-item,
.success-stories-carousel .owl-item,
.student-results-carousel .owl-item {
    display: flex;
    height: auto;
    align-items: stretch;
}

.testimonial-carousel .owl-item>div,
.success-stories-carousel .owl-item>div,
.student-results-carousel .owl-item>div {
    display: flex;
    width: 100%;
}

/* testimonial section */
.testimonials {
    position: relative;
    background-color: #F3F6F8;
}

.testimonial-card {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 34px 30px 28px;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 28px rgba(12, 43, 75, 0.08);
}

.testimonial-quote-icon {
    color: rgba(37, 112, 19, 0.15);
    font-size: 30px;
    margin-bottom: 14px;
}

.testimonial-text {
    color: #555555;
    font-size: 15px;
    font-style: italic;
    line-height: 1.8em;
    flex-grow: 1;
    margin-bottom: 22px;
}

.testimonial-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px dashed rgba(12, 43, 75, 0.12);
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #257013, #0a9c64);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

.testimonial-name {
    color: #0C2B4B;
    font-weight: 700;
    margin: 0;
}

.testimonial-role {
    color: #257013;
    font-size: 12.5px;
    font-weight: 600;
}

@media (max-width: 575.98px) {
    .testimonial-card {
        padding: 28px 22px 24px;
    }
}

/* faculty showcase section */
.faculty-showcase {
    position: relative;
    background-color: #F3F6F8;
}

.fac-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 32px 24px 26px;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 28px rgba(12, 43, 75, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fac-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(37, 112, 19, 0.16);
}

.fac-avatar {
    width: 92px;
    height: 92px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #257013, #0a9c64);
    color: #ffffff;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 24px rgba(37, 112, 19, 0.3);
    border: 4px solid #ffffff;
    outline: 1px solid rgba(37, 112, 19, 0.15);
    transition: transform 0.4s ease;
}

.fac-card:hover .fac-avatar {
    transform: scale(1.06);
}

.fac-name {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 4px;
}

.fac-designation {
    color: #257013;
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.fac-stats {
    display: flex;
    width: 100%;
    gap: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-top: 1px dashed rgba(12, 43, 75, 0.12);
    border-bottom: 1px dashed rgba(12, 43, 75, 0.12);
}

.fac-stat {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1;
    text-align: left;
}

.fac-stat i {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    color: #257013;
    background-color: rgba(37, 112, 19, 0.1);
}

.fac-stat-label {
    display: block;
    color: #999999;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.fac-stat-value {
    display: block;
    color: #0C2B4B;
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.4em;
}

.fac-expertise {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    padding: 5px 14px;
    border-radius: 20px;
    background-color: rgba(243, 189, 0, 0.15);
    color: #8a6a00;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.fac-bio {
    flex-grow: 1;
    color: #757575;
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 18px;
}

.fac-linkedin {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(37, 112, 19, 0.1);
    color: #257013;
    font-size: 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.fac-linkedin:hover {
    background-color: #0a66c2;
    color: #ffffff;
}

@media (max-width: 575.98px) {
    .fac-card {
        padding: 28px 20px 22px;
    }
}

/* floating whatsapp quick inquiry */
.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 100px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #ffffff;
    font-size: 28px;
    box-shadow: 0 10px 26px rgba(37, 211, 102, 0.45);
    z-index: 998;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
    color: #ffffff;
}

.whatsapp-float-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background-color: #25D366;
    opacity: 0.55;
    animation: whatsapp-ping 2.2s cubic-bezier(0, 0, 0.2, 1) infinite;
    pointer-events: none;
}

@keyframes whatsapp-ping {
    0% {
        transform: scale(1);
        opacity: 0.55;
    }

    75%,
    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    .whatsapp-float {
        right: 20px;
        bottom: 86px;
        width: 52px;
        height: 52px;
        font-size: 24px;
    }
}

/* quick inquiry modal */
.inquiry-modal .modal-content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
}

.inquiry-modal .modal-header {
    background: linear-gradient(120deg, #0C2B4B, #257013);
    border: none;
    padding: 20px 24px;
}

.inquiry-modal-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.inquiry-modal-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25D366;
    color: #ffffff;
    font-size: 20px;
}

.inquiry-modal-heading h5 {
    color: #ffffff;
    font-weight: 700;
}

.inquiry-modal-heading span {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.inquiry-modal .btn-close {
    filter: invert(1) brightness(2);
    opacity: 0.85;
}

.inquiry-modal .modal-body {
    padding: 26px 24px 8px;
}

.inquiry-modal .form-label {
    color: #0C2B4B;
    font-weight: 600;
    font-size: 13.5px;
    margin-bottom: 6px;
}

.inquiry-modal .form-control,
.inquiry-modal .form-select {
    border-radius: 8px;
    border: 1px solid rgba(12, 43, 75, 0.15);
    padding: 10px 14px;
    font-size: 14px;
}

.inquiry-modal .form-control:focus,
.inquiry-modal .form-select:focus {
    border-color: #257013;
    box-shadow: 0 0 0 3px rgba(37, 112, 19, 0.15);
}

.inquiry-modal .modal-footer {
    border-top: 1px solid #eeeeee;
    padding: 16px 24px 22px;
}

.inquiry-submit-btn {
    background-color: #25D366;
    color: #ffffff;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.inquiry-submit-btn:hover {
    background-color: #1ebe5b;
    color: #ffffff;
}

.inquiry-success {
    text-align: center;
    padding: 20px 10px 26px;
}

.inquiry-success i {
    font-size: 52px;
    color: #25D366;
    margin-bottom: 14px;
}

.inquiry-success h6 {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 8px;
}

.inquiry-success p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}

/* our student results */
.student-results {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #F3F6F8 0%, #ffffff 45%, #F3F6F8 100%);
}

.student-results::before,
.student-results::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.student-results::before {
    width: 340px;
    height: 340px;
    top: -140px;
    right: -100px;
    background: radial-gradient(circle, rgba(243, 189, 0, 0.16), transparent 70%);
}

.student-results::after {
    width: 300px;
    height: 300px;
    bottom: -120px;
    left: -100px;
    background: radial-gradient(circle, rgba(37, 112, 19, 0.14), transparent 70%);
}

.student-results .container {
    position: relative;
    z-index: 1;
}

.results-stats-row {
    background-color: #F3F6F8;
    border-radius: 18px;
    padding: 30px 10px;
    margin-left: 0;
    margin-right: 0;
}

.results-stat-col {
    position: relative;
}

.results-stat-col:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: rgba(12, 43, 75, 0.1);
    display: none;
}

@media (min-width: 992px) {
    .results-stat-col:not(:last-child)::after {
        display: block;
    }
}

.results-stat {
    text-align: center;
    padding: 10px 12px;
    transition: transform 0.35s ease;
}

.results-stat:hover {
    transform: translateY(-4px);
}

.results-stat-icon {
    width: 54px;
    height: 54px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #257013, #0a9c64);
    box-shadow: 0 8px 18px rgba(37, 112, 19, 0.28);
}

.results-stat-value {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    color: #0C2B4B;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
}

.results-stat-suffix {
    color: #257013;
    font-weight: 700;
    font-size: 18px;
}

.results-stat-label {
    margin-top: 4px;
    color: #757575;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* result card — ready for real data */
.result-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    padding: 34px 22px 28px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 14px 34px rgba(12, 43, 75, 0.1);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.result-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 46px rgba(37, 112, 19, 0.18);
}

.result-card-featured {
    background: linear-gradient(180deg, rgba(255, 251, 235, 0.85), rgba(255, 255, 255, 0.75));
    border: 1px solid rgba(243, 189, 0, 0.5);
    box-shadow: 0 18px 40px rgba(243, 189, 0, 0.25);
}

.result-card-featured:hover {
    box-shadow: 0 26px 50px rgba(243, 189, 0, 0.32);
}

.result-card-featured .result-avatar {
    width: 88px;
    height: 88px;
    font-size: 28px;
    background: linear-gradient(135deg, #F3BD00, #257013);
}

.result-card-featured .result-score {
    font-size: 38px;
    color: #257013;
}

.result-badge {
    position: absolute;
    top: 16px;
    right: -34px;
    transform: rotate(45deg);
    width: 140px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: linear-gradient(135deg, #F3BD00, #ffdb4d);
    color: #0C2B4B;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(243, 189, 0, 0.35);
}

.result-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 14px;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: rgba(37, 112, 19, 0.1);
    color: #257013;
    font-size: 10.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.result-verified i {
    font-size: 11px;
}

.result-avatar {
    width: 76px;
    height: 76px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #257013, #0a9c64);
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    border: 4px solid #ffffff;
    outline: 1px solid rgba(37, 112, 19, 0.15);
    box-shadow: 0 8px 18px rgba(37, 112, 19, 0.28);
}

.result-name {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 4px;
}

.result-course {
    color: #257013;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.result-board {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #999999;
    font-size: 11.5px;
    margin-bottom: 14px;
}

.result-score {
    color: #0C2B4B;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.result-rank {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: rgba(243, 189, 0, 0.15);
    color: #8a6a00;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.result-quote {
    flex-grow: 1;
    color: #757575;
    font-size: 12.5px;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 0;
}

.result-view-btn {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed rgba(12, 43, 75, 0.12);
    width: 100%;
    justify-content: center;
    color: #257013;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: color 0.3s ease, gap 0.3s ease;
}

.result-view-btn:hover {
    color: #F3BD00;
}

/* student results carousel — dots only, no nav arrows */
.student-results-carousel {
    position: relative;
    padding-bottom: 10px;
}

.student-results-carousel .owl-stage-outer {
    padding: 12px 4px 30px;
}

.student-results-carousel .owl-dots {
    text-align: center;
    margin-top: 6px;
}

.student-results-carousel .owl-dot span {
    width: 9px;
    height: 9px;
    margin: 0 4px;
    display: block;
    border-radius: 50%;
    background-color: rgba(37, 112, 19, 0.25);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.student-results-carousel .owl-dot.active span {
    background-color: #257013;
    transform: scale(1.2);
}

/* empty state */
.results-empty-state {
    text-align: center;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(12, 43, 75, 0.1);
}

.results-empty-state i {
    font-size: 44px;
    color: rgba(37, 112, 19, 0.3);
    margin-bottom: 16px;
}

.results-empty-state h5 {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 10px;
}

.results-empty-state p {
    color: #757575;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .results-stats-row {
        padding: 24px 8px;
    }

    .results-stat-value {
        font-size: 24px;
    }

    .result-card {
        padding: 28px 18px 22px;
    }
}

/* fee & emi calculator */
.fee-calculator {
    position: relative;
    background-color: #F3F6F8;
}

.fee-calc-card {
    height: 100%;
    background-color: #ffffff;
    border-radius: 18px;
    padding: 32px 28px;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 30px rgba(12, 43, 75, 0.08);
}

.fee-calc-step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.fee-calc-step:not(:first-child) {
    margin-top: 8px;
}

.fee-calc-step-num {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #257013, #0a9c64);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
}

.fee-calc-step h6 {
    margin: 0;
    color: #0C2B4B;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 0.3px;
}

.fee-calculator .form-label {
    color: #0C2B4B;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.fee-calc-input,
.fee-calculator .form-select {
    border-radius: 8px;
    border: 1px solid rgba(12, 43, 75, 0.15);
    padding: 10px 14px;
    font-size: 14px;
}

.fee-calc-input:focus,
.fee-calculator .form-select:focus {
    border-color: #257013;
    box-shadow: 0 0 0 3px rgba(37, 112, 19, 0.15);
}

.fee-calc-toggle {
    width: 100%;
}

.fee-calc-toggle .btn {
    flex: 1;
    border: 1px solid rgba(12, 43, 75, 0.15);
    color: #0C2B4B;
    font-weight: 600;
    font-size: 13.5px;
    padding: 10px 0;
}

.fee-calc-toggle .btn-check:checked+.btn {
    background-color: #257013;
    border-color: #257013;
    color: #ffffff;
}

.fee-calc-conditional {
    animation: fee-calc-fade-in 0.3s ease;
}

@keyframes fee-calc-fade-in {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* results summary */
.fee-calc-results {
    position: sticky;
    top: 100px;
    background: linear-gradient(160deg, #ffffff 0%, #F3F6F8 100%);
}

.fee-calc-summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px dashed rgba(12, 43, 75, 0.1);
    font-size: 13.5px;
}

.fee-calc-summary-line span {
    color: #757575;
}

.fee-calc-summary-line strong {
    color: #0C2B4B;
    font-weight: 700;
}

.fee-calc-summary-negative strong {
    color: #c0392b;
}

.fee-calc-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding: 16px 18px;
    border-radius: 12px;
    background: linear-gradient(120deg, #0C2B4B, #257013);
    color: #ffffff;
}

.fee-calc-total span {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    opacity: 0.85;
}

.fee-calc-total strong {
    font-size: 22px;
    font-weight: 800;
}

.fee-calc-emi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.fee-calc-emi-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 14px 8px;
    border-radius: 12px;
    background-color: rgba(37, 112, 19, 0.06);
    border: 1px solid rgba(37, 112, 19, 0.12);
}

.fee-calc-emi-months {
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-bottom: 6px;
}

.fee-calc-emi-value {
    color: #257013;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.3;
}

.fee-calc-emi-value span {
    color: #999999;
    font-weight: 500;
    font-size: 10.5px;
}

.fee-calc-emi-count {
    margin-top: 4px;
    color: #999999;
    font-size: 10.5px;
}

/* note */
.fee-calc-note {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 34px;
    padding: 18px 22px;
    border-radius: 12px;
    background-color: rgba(243, 189, 0, 0.1);
    border: 1px solid rgba(243, 189, 0, 0.3);
}

.fee-calc-note i {
    color: #8a6a00;
    font-size: 18px;
    margin-top: 2px;
}

.fee-calc-note p {
    margin: 0;
    color: #6b5600;
    font-size: 12.5px;
    line-height: 1.7em;
}

@media (max-width: 991.98px) {
    .fee-calc-results {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .fee-calc-card {
        padding: 26px 20px;
    }

    .fee-calc-emi-grid {
        grid-template-columns: 1fr;
    }
}

/* founder's message */
.founder-message {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #ffffff 0%, #F3F6F8 60%, #ffffff 100%);
}

.founder-message::before,
.founder-message::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.founder-message::before {
    width: 320px;
    height: 320px;
    top: -120px;
    left: -100px;
    background: radial-gradient(circle, rgba(37, 112, 19, 0.1), transparent 70%);
}

.founder-message::after {
    width: 280px;
    height: 280px;
    bottom: -110px;
    right: -90px;
    background: radial-gradient(circle, rgba(243, 189, 0, 0.14), transparent 70%);
}

.founder-message .container {
    position: relative;
    z-index: 1;
}

.founder-photo-card {
    position: relative;
    max-width: 380px;
    margin: 0 auto;
}

.founder-photo-frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    padding: 8px;
    background: linear-gradient(145deg, #F3BD00, #257013);
    box-shadow: 0 24px 50px rgba(12, 43, 75, 0.2);
}

.founder-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.founder-exp-badge {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 96px;
    height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0C2B4B, #257013);
    color: #ffffff;
    text-align: center;
    border: 4px solid #ffffff;
    box-shadow: 0 14px 30px rgba(12, 43, 75, 0.3);
}

.founder-exp-number {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.founder-exp-label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-top: 2px;
}

.founder-content h2 {
    color: #0C2B4B;
}

.founder-designation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #257013;
    font-weight: 600;
    font-size: 14px;
}

.founder-designation i {
    color: #F3BD00;
}

.founder-intro {
    color: #555555;
    font-size: 15px;
    line-height: 1.85em;
    margin-bottom: 22px;
}

.founder-quote-box {
    position: relative;
    margin-bottom: 26px;
    padding: 20px 24px 20px 30px;
    border-left: 4px solid #F3BD00;
    border-radius: 0 14px 14px 0;
    background-color: rgba(243, 189, 0, 0.08);
}

.founder-quote-icon {
    display: block;
    color: rgba(37, 112, 19, 0.25);
    font-size: 22px;
    margin-bottom: 8px;
}

.founder-quote-box p {
    margin: 0;
    color: #0C2B4B;
    font-weight: 600;
    font-style: italic;
    font-size: 17px;
    line-height: 1.6em;
}

@media (max-width: 991.98px) {
    .founder-photo-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .founder-photo-card {
        max-width: 280px;
    }

    .founder-quote-box p {
        font-size: 15px;
    }
}

/* about page — hero */
.about-hero {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, #F3F6F8 100%);
}

.about-hero-media {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    padding: 24px 24px 0 0;
}

.about-hero-img-main {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 44px rgba(12, 43, 75, 0.18);
}

.about-hero-img-sub {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 30px rgba(12, 43, 75, 0.22);
}

.about-hero-badge {
    position: absolute;
    left: -16px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #F3BD00, #257013);
    color: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 0 14px 30px rgba(12, 43, 75, 0.3);
}

.about-hero-badge-number {
    font-size: 22px;
    font-weight: 800;
    line-height: 1.1;
}

.about-hero-badge-label {
    font-size: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.3;
    margin-top: 2px;
}

.about-hero-lead {
    color: #0C2B4B;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 14px;
}

.about-hero-text {
    color: #555555;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 22px;
}

.about-hero-stats {
    margin-bottom: 6px;
}

.about-hero-stat {
    padding: 14px 10px;
    text-align: center;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid rgba(12, 43, 75, 0.08);
    box-shadow: 0 8px 20px rgba(12, 43, 75, 0.06);
}

.about-hero-stat-value {
    display: block;
    color: #257013;
    font-weight: 800;
    font-size: 20px;
}

.about-hero-stat-label {
    display: block;
    color: #757575;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-top: 2px;
}

@media (max-width: 991.98px) {
    .about-hero-media {
        margin-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .about-hero-img-main {
        height: 320px;
    }

    .about-hero-img-sub {
        width: 110px;
        height: 110px;
    }
}

/* about page — mission / vision / values */
.mvv-section {
    position: relative;
    background-color: #F3F6F8;
}

.mvv-card {
    height: 100%;
    text-align: center;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 36px 26px;
    border: 1px solid rgba(12, 43, 75, 0.06);
    box-shadow: 0 10px 28px rgba(12, 43, 75, 0.07);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mvv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 42px rgba(37, 112, 19, 0.16);
}

.mvv-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 26px;
    color: #ffffff;
    background: linear-gradient(135deg, #257013, #0a9c64);
    box-shadow: 0 10px 22px rgba(37, 112, 19, 0.3);
}

.mvv-card h5 {
    color: #0C2B4B;
    font-weight: 700;
    margin-bottom: 12px;
}

.mvv-card p {
    color: #757575;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 0;
}

/* about page — key info */
.key-info-section {
    position: relative;
    background-color: #ffffff;
}

.key-info-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 26px;
    background-color: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(12, 43, 75, 0.07);
    box-shadow: 0 8px 22px rgba(12, 43, 75, 0.06);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.key-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(37, 112, 19, 0.14);
}

.key-info-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 20px;
    color: #257013;
    background-color: rgba(37, 112, 19, 0.1);
}

.key-info-card h5 {
    color: #0C2B4B;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.key-info-card p {
    color: #757575;
    font-size: 13.5px;
    line-height: 1.65em;
    margin-bottom: 0;
}

/* about page — campus gallery */
.campus-gallery {
    position: relative;
    background-color: #F3F6F8;
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 260px;
    box-shadow: 0 10px 26px rgba(12, 43, 75, 0.1);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    background: linear-gradient(0deg, rgba(12, 43, 75, 0.85), transparent);
}

.gallery-overlay span {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.3px;
}

/* about page — faculty section bg */
.about-faculty {
    position: relative;
    background-color: #ffffff;
}

@media (max-width: 575.98px) {
    .gallery-card {
        height: 220px;
    }
}

/* admission cta */
.admission-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.admission-cta-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    animation: admission-cta-pan 18s ease-in-out infinite alternate;
}

@keyframes admission-cta-pan {
    0% {
        transform: scale(1.05) translate(0, 0);
    }

    100% {
        transform: scale(1.15) translate(-1.5%, -1.5%);
    }
}

.admission-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(12, 43, 75, 0.92), rgba(37, 112, 19, 0.88));
}

.admission-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: rgba(243, 189, 0, 0.15);
    border: 1px solid rgba(243, 189, 0, 0.5);
    color: #F3BD00;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    animation: admission-badge-glow 2.4s ease-in-out infinite;
}

@keyframes admission-badge-glow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(243, 189, 0, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(243, 189, 0, 0);
    }
}

.admission-cta-heading {
    color: #ffffff;
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 16px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.3);
}

.admission-cta-sub {
    max-width: 620px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    line-height: 1.75em;
}

.admission-cta-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.admission-cta-features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.admission-cta-features span i {
    color: #F3BD00;
}

.admission-cta-btn-primary {
    background-color: #F3BD00;
    color: #0C2B4B;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 26px rgba(243, 189, 0, 0.35);
}

.admission-cta-btn-primary:hover {
    color: #0C2B4B;
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(243, 189, 0, 0.45);
}

.admission-cta-btn-outline {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.admission-cta-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-3px);
}

@media (max-width: 767.98px) {
    .admission-cta {
        padding: 60px 0;
    }

    .admission-cta-heading {
        font-size: 28px;
    }

    .admission-cta-sub {
        font-size: 14.5px;
    }
}

