﻿/*Header Nav*/
.logo {
    height: 92px;
}

.top-menu ul li a {
    color: white !important;
    font-size: 16px !important;
    font-weight: 600;
}

.dropdown-toggle {
    padding: 5px 10px !important;
}

.dropdown-menu {
    min-width: 100px;
    font-size: 0.95rem;
}

.dropdown-item {
    font-size: 16px !important;
    font-weight: 600 !important;
}


header .header-topbar {
    padding: 0.20rem 0 0.2rem 0;
    background: var( --primary);
}



/*End of Header Nav*/

.carousel-fullscreen {
    width: 100vw;
    overflow: hidden;
    height: 530px
}

.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 100%;
}

    .carousel-item img {
        /*object-fit: cover;*/
        width: 100%;
        height: 100%;
    }

.feature-text h5,
.feature-text h6 {
    color: var(--primary);
    margin: 0;
}

.feature-text p {
    color: #0f172a;
    font-size: 1rem;
    text-align: center;
    line-height: 1.6;
    margin: 0 auto;
}

.feature-box {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
    gap: 1rem;
    transition: box-shadow 0.3s ease;
    cursor: pointer;
    padding: 1.5rem;
}

.feature-img {
    max-width: 80px;
    height: auto;
    margin-bottom: 1rem;
}
.imagePreview {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: none;
    border: 2px solid #ddd;
}



    .feature-box:hover {
        /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);*/
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }

.ceo-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    border: 3px solid var(--primary);
}

.read-more-btn {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.3s ease;
 
}

/*    .read-more-btn:hover {
        background-color: var( --secondary);
        color: var(--white);
    }*/


.info-text p {
    color: #0f172a;
    font-size: 1rem;
    text-align: justify;
    line-height: 1.6;
    margin: 0 auto;
}

.numbers-section, .links-section {
    display: flex;
    flex: 1;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}

.stat {
    flex: 1;
    min-width: 120px;
    text-align: center;
}

    .stat .value {
        font-size: 32px;
        color: #fff;
        font-weight: 700;
    }

    .stat .label {
        color: #fff;
        font-size: 16px;
        margin-top: 5px;
    }

.banner-numbers {
    padding: 3rem 1rem;
    background: var(--primary);
}

/*EMI Css*/
.slider {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    background: #e0e0e0;
    border-radius: 5px;
    margin: 10px 0;
}

    /* WebKit browsers (Chrome, Safari) */
    .slider::-webkit-slider-runnable-track {
        height: 6px;
        background: linear-gradient(to right, #4CAF50 0%, #4CAF50 var(--fill-percent, 50%), #e0e0e0 var(--fill-percent, 50%), #e0e0e0 100%);
        border-radius: 5px;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #4CAF50; /* Green thumb */
        cursor: pointer;
        margin-top: -7px;
        position: relative;
        z-index: 1;
    }

    /* Firefox */
    .slider::-moz-range-track {
        height: 6px;
        background: #e0e0e0;
        border-radius: 5px;
    }

    .slider::-moz-range-thumb {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
        border: none;
    }

    .slider::-moz-range-progress {
        background: #4CAF50;
        height: 6px;
        border-radius: 5px;
    }

    /* Edge/IE */
    .slider::-ms-track {
        height: 6px;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    .slider::-ms-thumb {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .slider::-ms-fill-lower {
        background: #4CAF50;
        border-radius: 5px;
    }

    .slider::-ms-fill-upper {
        background: #e0e0e0;
        border-radius: 5px;
    }

/*.result-box {
    background: linear-gradient(to right, #007bff, #0041c4);
    color: white;
    border-radius: 10px;
    padding: 20px;
}*/
.result-box {
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

    .result-box p {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
        color: black;
        
    }

    .result-box span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: var(--primary)!important;
        margin-bottom: 5px;
    }

    .result-box hr {
        /*margin: 18px 0;*/
        border: 0;
        border-top: 1px solid #ccc;
        margin-bottom:10px;
    }

.calc-box .form-control {
    height: 35px; 
}
.card {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    border-radius: 10px;
    /*height: 100%;*/
}

    .ticker-container {
        display: flex;
        align-items: center;
        background-color: #d0e7ff;
        height: 35px;
        overflow: hidden;
        position: relative;
    }

.ticker-label {
    flex-shrink: 0;
    background-color: #a4d3ff;
    padding: 0 12px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.ticker-move {
    flex: 1;
    overflow: hidden;
    position: relative;
    height: 100%
}

.ticker-content {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    white-space: nowrap;
    animation: scroll-left 15s linear infinite;
}

    .ticker-content a {
        color: #007bff;
        text-decoration: none;
        margin: 0 35px;
        display: inline-block;
    }

    .ticker-content i {
        margin-right: 5px;
    }

.ticker-move:hover .ticker-content {
    animation-play-state: paused;
}

@keyframes scroll-left {
    0% {
        transform: translateX(100%) translateY(-50%);
    }

    100% {
        transform: translateX(-100%) translateY(-50%);
    }
}


@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*Ens of EMI Css*/

/* Notice and NewsLetter */
.simple-notice-item {
    padding: 20px 14px;
    border: 1px solid #f1ecec;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.simple-notice-header {
    margin-bottom: 8px;
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #dfdada
}

.simple-notice-date {
    margin-left: 5px;
}

.simple-notice-title {
    font-size: 16px;
    margin: 0 0 6px 0;
    color: var(--primary);
    font-weight: 700;
}

.simple-notice-link {
    color: #e91e63;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}

    .simple-notice-link:hover {
        text-decoration: underline;
    }
/* End of Notice and NewsLetter */

@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 600px) {
    .image-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .feature-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .feature-img {
        max-width: 60px;
        margin-bottom: 0.75rem;
    }

    .feature-text p {
        text-align: center;
    }
    .ceo-img {
        width: 80px;
        height: 80px;
    }

    .feature-text p {
        font-size: 0.95rem;
    }

    .simple-notice-item {
        padding: 16px 12px;
    }

}


@media (max-width: 576px) {

    .ceo-img {
        width: 70px;
        height: 70px;
    }

    .feature-text h5,
    .feature-text h6 {
        font-size: 1rem;
    }

    .feature-text p {
        font-size: 0.9rem;
    }

    .read-more-btn {
        width: 100%;
        text-align: center;
    }
}


@media (max-width: 991.98px) {
    .feature-box {
        padding: 1.25rem;
    }

    .feature-img {
        max-width: 50px;
    }

    .feature-text h5 {
        font-size: 1.1rem;
    }

    .feature-text p {
        font-size: 0.9rem;
    }
}




/* Responsive adjustments */
@media (max-width: 991.98px) {
    .video-item {
        padding: 0 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .inner-content {
        padding: 0.75rem;
    }

    h1 {
        font-size: 1.3rem;
    }

    #vidoeslist .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .video-item iframe {
        height: 200px;
    }


}

@media (min-width: 768px) and (max-width: 991.98px) {
    #vidoeslist .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb {
        font-size: 0.85rem;
    }

    .video-item iframe {
        height: 180px;
    }


}





@media (max-width: 767.98px) {
    .inner-content {
        padding: 0.75rem;
    }

    h1 {
        font-size: 1.3rem;
    }

    #vidoeslist .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .video-item iframe {
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #vidoeslist .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 575.98px) {
    .breadcrumb {
        font-size: 0.85rem;
    }

    .video-item iframe {
        height: 180px;
    }
}