/* GLOBAL STYLING */
body {
    font-family: "Inter", Arial, sans-serif;
    background: #f5f8ff;
    color: #333;
    line-height: 1.7;
}


.navbar-brand img {
    width: 93%;
    padding-left: 10px;
}

.navbar-toggler {
    display: none !important;
}

.nav {
    background-color: rgb(255 255 255) !important;
    --bs-bg-opacity: unset !important;
}

.aa {
    flex-wrap: unset !important;
}

.navbar-brand {
    width: 40% !important;
}

.input-group {
    width: 33% !important;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    padding: 6px;
}

.input-group .btn {
    border-radius: 0px !important;
    padding: 0px 7px !important;
    background-color: #38b6ff !important;
    border: none !important;
}

.form-control {
    border-radius: 0px !important;
    height: 32px !important;
    margin-top: 1px !important;
}



.list-nav {
    list-style: none;
    /* bullets remove */
    padding: 0;
    margin: 0;
    display: flex;
    /* horizontal menu, optional */
    font-size: 14px !important;
    font-weight: 600;
}

.list-nav li a {
    text-decoration: none;
    /* underline remove */
    color: #ffffff;
    /* default text color */
    padding: 5px 10px;
    transition: all 0.3s ease;
    display: inline-block;
}


.list-nav li a:hover {
    color: #f0f0f0;
    /* text color on hover */

    border-radius: 5px;
    /* optional rounded corners */
}

.ul-back {
    background-color: #38b6ff;
    padding: 11px;
}

.back {
    background-color: #eff5f9;
}

.item li {
    list-style-type: none;
}

.tea {
    text-align: center;
}

.item img {
    width: 100%;
}

.color {
    font-size: 20px;
}

.mar {
    padding-top: 10px;
}

.acad img{
    width: 100%;
}


.item {
    width: 85% !important;
    text-align: center;
    border-radius: 10px;

    padding: 14px 10px 16px;

    /* soft shadow */
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.06);

    /* smooth & subtle transform + shadow transition */
    transition: transform 180ms ease, box-shadow 180ms ease;
    will-change: transform, box-shadow;
    /* performance hint */
}

/* subtle zoom on hover */
.item:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.16),
        0 4px 10px rgba(0, 0, 0, 0.07);
}

/* WHY CHOOSE US BOXES */
.feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e4ecf7;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.feature-box img {
    width: 13%;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
    background-color: #38b6ff;
    color: white;
}


/* about us  */
/* Left Heading Style */
.best-child .main-heading {
    font-size: 38px;
    line-height: 1.3;
    color: #1c3c6b;
}

/* 2x2 Grid */
.grid-2x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Card Style */
.feature-card {
    padding: 35px 20px;
    border-radius: 0 50px 0 50px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.feature-card img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 12px;
}

/* Colors */
.card-blue {
    background: #006b7d;
}

.card-yellow {
    background: #ffe000;
    color: #222;
}

/* Custom Rounded Corners */
.top-left {
    border-radius: 60px 0 0 0;
}

.top-right {
    border-radius: 0 60px 0 0;
}

.bottom-left {
    border-radius: 0 0 0 60px;
}

.bottom-right {
    border-radius: 0 0 60px 0;
}

/* TEXT COLOR FIX FOR YELLOW */
.card-yellow h5 {
    color: #222;
}

.ler{
    padding: 0px;
}

.ler li {
    font-size: 17px;
    list-style: none;
    line-height: 35px;
    color: #6e6e6e;
}

.about{
    text-align: center;
    position: relative;
    color:black !important ;
   margin-bottom: 35px;
}

.about::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
        background-color: #58b2ff;
    border-radius: 2px;
}

.why{
     position: relative;
     margin-bottom: 44px;
}

.why::after{
      content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
        background-color: #58b2ff;
    border-radius: 2px;
}

.off{
    position: relative;
     margin-bottom: 44px;
}

.off::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
        background-color: #58b2ff;
    border-radius: 2px;
}

.moder{
     position: relative;
     margin-bottom: 44px;
}

.moder::after{
      content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
        background-color: #58b2ff;
    border-radius: 2px;
}


.team{
       position: relative;
     margin-bottom: 32px;
}

.team::after{
     content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
        background-color: #58b2ff;
    border-radius: 2px;
}

.stu{
    position: relative;
    color: black;
   margin-bottom: 50px;
}

.stu::after{
     content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
        background-color: #58b2ff;
    border-radius: 2px;
}

.item {
   
    text-align: center;
    border-radius: 10px;

    padding: 14px 10px 16px;

    /* soft shadow */
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.12),
        0 2px 6px rgba(0, 0, 0, 0.06);

    /* smooth & subtle transform + shadow transition */
    transition: transform 180ms ease, box-shadow 180ms ease;
    will-change: transform, box-shadow;
    /* performance hint */
}

/* subtle zoom on hover */
.item:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow:
        0 14px 30px rgba(0, 0, 0, 0.16),
        0 4px 10px rgba(0, 0, 0, 0.07);

}

.owl-wrapper-outer {
    padding: 0px;


}

.item img{
    width: 85% !important;
}

.owl-item{
padding-top: 10px;
padding-bottom: 20px;
}

.feature-icon {
    color: rgb(89, 175, 255) !important;
}



.text-muted{
       
    padding-top: 8px;
    font-weight: 500;
    line-height: 28px;
   
}

.mut{
    color: #666666 !important;
    font-weight: 400;
}

/* Responsive */
@media (max-width: 768px) {
    .grid-2x2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .grid-2x2 {
        grid-template-columns: 1fr;
    }

    .feature-card {
        border-radius: 20px !important;
    }
}




/* COURSE BOX */
/* Equal height cards */
#course .course-box {
    height: 282px;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Hover effect */
#course .course-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Scrollable lists */
#course .course-box ul {
    margin: 0;
    padding-left: 18px;
    overflow-y: auto;
    max-height: 140px;
    padding-right: 10px;
}

/* Scrollbar Styling */
#course .course-box ul::-webkit-scrollbar {
    width: 6px;
}

#course .course-box ul::-webkit-scrollbar-thumb {
    background: #0d6efd;
    border-radius: 10px;
}

/* Headings inside */
#course .course-box h4 {
    font-size: 22px;
    font-weight: bold;
       color: #000000;
}

#course .course-box h6 {
    font-weight: bold;
    margin-top: 10px;
}

.streams {
    display: flex;
}


.eco li {
    list-style-type: none;
    color: #616161 !important;
}




/* Mobile Responsive */
@media (max-width: 768px) {
    #course .course-box {
        height: auto;
    }

    #course .course-box ul {
        max-height: none;
        overflow-y: visible;
    }
}


/* FEATURES LIST */
.features-sec {
    background: #f8f9fa;
}

.feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e6e6e6;
    transition: all 0.35s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.00);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #0d6efd;
    transition: 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: rotate(8deg) scale(1.15);
    color: #084298;
}

.feature-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 20px;
}

.feature-card p {
    color: #555;
}


.feedback-img {
    width: 100%;
}

.feedback-card img {
    width: 10%;
    margin-left: 15px;
}

.feedback-card {
    border: 1px solid grey;
    padding: 20px;
    border-radius: 10px;
}

.feedback-card p {
    font-size: 14px;
}

.feedback-card h6 {
    color: rgb(255, 118, 118);
    font-weight: 400;
}

.stars {
    color: rgb(255, 210, 63);
}

/* Responsive */
@media (max-width: 576px) {
    .feature-card {
        padding: 20px;
    }
}

/* ABOUT SECTION */
#about ul li {
    margin: 8px 0;
    font-size: 17px;
}

/* FOOTER */
.footer {
    background-color: #000000 !important;
    padding: 60px 0;
   
}

.footer-links {
    padding: 0px;
}

.footer h5 {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-links li {
    list-style: none;
    margin-bottom: 8px;
  
}

.footer-links li a {
    color: #cfe6ff;
    text-decoration: none;
    transition: 0.3s;
    
}

.footer-links li a:hover {
    padding-left: 5px;
    color: #c4c4c4;
}

/* RESPONSIVE IMPROVEMENTS */
@media (max-width: 992px) {
    .hero-section h1 {
        font-size: 34px;
    }

    .list-features li {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .hero-section {}

    .hero-section h1 {
        font-size: 30px;
    }

    .course-box {
        text-align: center;
    }

    .course-box ul {
        text-align: left;
        margin: auto;
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .feature-box {
        font-size: 14px;
    }

    .footer {
        text-align: center;
    }

   .navbar-brand{
    width: unset !important;
   }
   .navbar-brand img {
    width: 100% !important;
}
}