body {
    color:#666666 !important;
}
.text-primary {
    color: #021B53 !important;
}
.text-secondary {
    color:#B35F00 !important;
}
.arivagam.navbar .navbar-nav .nav-link {
    color: #021B53;
}
    .arivagam.navbar .navbar-nav .nav-link.active {
        color: #954713;
    }
.bg-primary {
    background-color: #021B53 !important;
}
.bg-secondary {
    background: #B35F00 !important;
}
.arivagam.carousel-caption {
    background: #021b5357;
}
#header-carousel {
    max-height: 100vh;
    height: 100%;
    overflow: hidden;
}
.hero-caption {
    margin-top:-20rem;
}
.btn-primary {
    background-color: #021B53 ;
    border: solid 1px #021B53;
}
    .btn-primary:hover {
        background-color: #ffffff !important;
        border: solid 1px #021B53;
        color :#021B53 !important ;
    }
.btn-secondary {
    background-color: #B35F00 !important;
    border: solid 1px #B35F00;
    color: #ffffff !important;
}
    .btn-secondary:hover {
        background-color: #ffffff !important;
        border: solid 1px #B35F00;
        color: #B35F00 !important;
    }

.btn-tertiary {
    background-color: #D9A441 !important;
    border: solid 1px #D9A441;
    color: #ffffff !important;
}

    .btn-tertiary:hover {
        background-color: #ffffff !important;
        border: solid 1px #D9A441;
        color: #D9A441 !important;
    }
.text-tertiary {
    color: #D9A441;
}
h1,h2,h3 {
    font-size: 2rem !important;
    color: #021B53 !important;
}
.blur-box {
    background-color: rgba(255, 255, 255, 0.3); /* Semi-transparent */
    backdrop-filter: blur(10px); /* The blur effect */
    -webkit-backdrop-filter: blur(10px);
}
/*.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/aboutus-hdr.jpg');
    background-size: cover;
    filter: blur(8px);*/ /* Blurs only this layer */
    /*z-index: -1;*/ /* Keeps it behind the content */
/*}*/
.text-left{
    text-align:left;
}
.program-img{
    height:185px;
    width:100%;
    overflow:hidden;
/*    background:#cccccc;*/
}
.clippath-img {
    /*    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);*/
    border-radius: 10px;
    opacity: .9;
    border: solid 2px #cccccc;
    background-color: #021B53;
}
.border-primary, .bdr-primary {
    border-color: #021B53 !important;
}
.btn-outline-secondary {
    color: #B35F00 !important;
    border-color: #B35F00 !important;
}
.text-kenland {
    color: #01a3a2;
}
.page-header-impact {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(#021b53c9, #021b53c7), url(../img/img-vocational.png) center center no-repeat;
    background-size: cover;
    /*    filter: blur(4px);*/
}



/* Gallery*/
 



.gallery-section {
    padding: 60px 0;
}

.gallery-title {
    text-align: center;
    margin-bottom: 40px;
}

    .gallery-title h2 {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .gallery-title p {
        color: #6c757d;
        margin: 0;
    }

.gallery-card {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all .3s ease;
}

    .gallery-card img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: transform .5s ease;
    }

    .gallery-card:hover img {
        transform: scale(1.08);
    }

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: .3s;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-overlay h5 {
    margin: 0;
    font-weight: 600;
}

@media(max-width:768px) {

    .gallery-card img {
        height: 220px;
    }

    .gallery-title h2 {
        font-size: 1.75rem;
    }
}
 

/*Contact us*/
.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.form-control {
    height: 50px;
    border-radius: 10px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    box-shadow: none;
    border-color: #212529;
}

.contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

    .contact-info:last-child {
        margin-bottom: 0;
    }

    .contact-info i {
        font-size: 22px;
        color: #212529;
    }

    .contact-info h6 {
        margin-bottom: 5px;
        font-weight: 600;
    }

    .contact-info p {
        margin: 0;
        color: #666;
    }

.map-wrapper {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .map-wrapper iframe {
        width: 100%;
        height: 400px;
        border: none;
    }

@media(max-width:768px) {

    .contact-card {
        padding: 20px;
    }

    .map-wrapper iframe {
        height: 300px;
    }
}
.footer {
    font-size: .8rem;
}

/*Programs*/
.text-muted-foreground {
    color: #5c7066;
    font-weight: 500;
    border-radius: 50px;
    font-size: 12px;
}

.bg-muted {
    background-color: #f1eeea;
}

.rounded-pill {
    background-color: #5c70665a;
    font-size: 11px;
    color: #021B53;
}

.program-card {
    background: #fff;
    border: 1px solid #e9edf3;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    transition: .3s;
}

    .program-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.program-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #eef5ff;
    color: #0b2c6b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.program-title {
    color: #0b2c6b;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-desc {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 24px;
    font-size: 14px;
}

.program-section h6 {
    color: #0b2c6b;
    font-weight: 600;
    margin-bottom: 15px;
}

.program-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .program-list li {
        position: relative;
        padding-left: 22px;
        margin-bottom: 12px;
        color: #4b5563;
        font-size: 14px;
    }

        .program-list li::before {
            content: "";
            width: 7px;
            height: 7px;
            background: #0b2c6b;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 9px;
        }

.impact-box {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
}

    .impact-box h6 {
        color: #0b2c6b;
        margin-bottom: 15px;
    }

.impact-stats {
    display: flex;
    gap: 30px;
}

.stat h4 {
    color: #0b2c6b;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 20px;
}

.stat span {
    color: #6b7280;
    font-size: 11px;
}

.text-dark {
    font-size: 12px;
}

.page-header-programs {
    padding-top: 12rem;
    padding-bottom: 6rem;
    /*    background: linear-gradient(#021b53c9, #021b53c7), url(../img/img-vocational.png) center center no-repeat;*/
    background: linear-gradient(#021b53, #025350);
    /*    background-size: cover;*/
    /* filter: blur(4px); */
}
.br-5 {
    border-radius:5px;
}
.br-10 {
    border-radius:10px;
}