﻿#owl-project .owl-controls {
    bottom: -30px;
}

.owl-theme .owl-controls .owl-page span {
    background: var(--sm-gray);
}

.form-icon:after {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
}


.about {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .about .display-6 {
        line-height: 1.2;
    }

        .about .display-6 span {
            position: relative;
            color: var(--sm-primary);
        }

    .about .lead {
        color: var(--sm-default);
        font-size: 1.1rem;
        line-height: 1.5;
    }


    .about .stat-box {
        display: flex;
        flex-direction: column;
        background-color: var(--sm-white);
        padding: 1rem 1.5rem;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        min-width: 110px;
        border-bottom: 3px solid var(--sm-primary);
        transition: transform 0.3s ease;
    }

        .about .stat-box:hover {
            transform: translateY(-5px);
        }

        .about .stat-box .stat-number {
            font-size: 1.75rem;
            font-weight: 700;
            line-height: 1;
            color: var(--sm-default);
        }

        .about .stat-box .stat-label {
            font-size: 0.8rem;
            color: color-mix(in srgb, var(--sm-default), transparent 30%);
            /*text-transform: uppercase;*/
            letter-spacing: 1px;
            margin-top: 5px;
        }

    .about .image-stack {
        position: relative;
        height: 500px;
    }

@media (max-width: 992px) {
    .about .image-stack {
        height: 400px;
        margin-top: 3rem;
    }
}

@media (max-width: 576px) {
    .about .image-stack {
        height: 350px;
    }
}

.about .image-stack .image-stack-item {
    position: absolute;
    width: 80%;
    height: auto;
    transition: transform 0.5s ease;
}

    .about .image-stack .image-stack-item:hover {
        transform: translateY(-10px);
    }

    .about .image-stack .image-stack-item img {
        object-fit: cover;
        width: 100%;
    }

.about .image-stack .image-stack-item-top {
    z-index: 1;
    top: 0;
    left: 0;
}

.about .image-stack .image-stack-item-bottom {
    z-index: 2;
    bottom: 0;
    right: 0;
}

.about .mission-vision-row {
    margin-top: 2rem;
}

    .about .mission-vision-row .value-card {
        background-color: var(--sm-white);
        border-radius: 15px;
        padding: 2rem;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
        z-index: 1;    font-size: 1rem;
    }

        .about .mission-vision-row .value-card:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background-color: color-mix(in srgb, var(--sm-primary), transparent 95%);
            transition: height 0.5s ease;
            z-index: -1;
        }

        .about .mission-vision-row .value-card:hover {
            transform: translateY(-10px);
        }

            .about .mission-vision-row .value-card:hover:before {
                height: 100%;
            }

            .about .mission-vision-row .value-card:hover .card-icon {
                background-color: var(--sm-primary);
            }

                .about .mission-vision-row .value-card:hover .card-icon i {
                    color: var(--sm-white);
                }

        .about .mission-vision-row .value-card .card-icon {
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: color-mix(in srgb, var(--sm-primary), transparent 90%);
            border-radius: 50%;
            margin-bottom: 1.5rem;
            transition: all 0.3s ease;
        }

            .about .mission-vision-row .value-card .card-icon i {
                font-size: 1.5rem;
                color: var(--sm-primary);
                transition: color 0.3s ease;
            }

        .about .mission-vision-row .value-card h3 {
            margin-bottom: 1rem;
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--sm-heading);
        }

        .about .mission-vision-row .value-card p {
            margin-bottom: 0;
            color: color-mix(in srgb, var(--sm-default), transparent 20%);
            font-size: 1rem;
        }


.about .signature-block {
    border-top: 1px solid color-mix(in srgb, var(--sm-black), transparent 85%);
    padding-top: 1.5rem;
}

    .about .signature-block img {
        transition: transform 0.3s ease;
    }

        .about .signature-block img:hover {
            transform: scale(1.05);
        }


.about .cta-buttons a {
    padding: 14px 30px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
}

@media (max-width: 576px) {
    .about .cta-buttons a {
        width: 100%;
        max-width: 240px;
    }
}

.about .cta-buttons .btn-primary {
    border: 2px solid var(--sm-primary);
}

    .about .cta-buttons .btn-primary:hover {
        background-color: color-mix(in srgb, var(--sm-primary), transparent 15%);
        transform: translateY(-3px);
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    }

.about .cta-buttons .btn-secondary {
    background-color: color-mix(in srgb, var(--sm-white), transparent 20%);
    color: var(--sm-default);
    border: 2px solid var(--sm-white);
}

.about .btn-secondary:hover {
    background-color: var(--sm-white);
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}


.home-mobileapp-image {
    -webkit-transition: all 1s ease-out;
    transition: all 0.3s ease-out;
    width: 72%;
}

    .home-mobileapp-image:hover {
        transform: translateY(-10px);
    }

#tp-caption-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
}

    #tp-caption-wrapper .tp-caption {
        position: relative !important;
        color: var(--sm-white);
        font-family: 'Raleway';
        max-width: 500px !important;
        white-space: normal;
    }

        #tp-caption-wrapper .tp-caption.tp-caption-title {
            font-size: 2.5rem !important;
            line-height: 1.2 !important;
            font-weight: 900 !important;
            margin-bottom: 20px;
        }

        #tp-caption-wrapper .tp-caption.tp-caption-description {
            font-size: 1.0rem !important;
            font-weight: 400 !important;
            line-height: 1.4 !important;
        }

        #tp-caption-wrapper .tp-caption.tp-caption-link {
            margin-top: 40px;
        }

            #tp-caption-wrapper .tp-caption.tp-caption-link a {
                font-size: 1.0rem !important;
                font-weight: 500 !important;
            }

.tp-bannertimer {
    z-index: 10000;
}


.news-posts {
    padding-top: 40px;
    padding-bottom: 60px;
}

    .news-posts article {
        margin-bottom: 30px;
    }

    .news-posts .post-img {
        border-radius: 16px;
        overflow: hidden;
        aspect-ratio: 4/3;
    }

        .news-posts .post-img::after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
        }

        .news-posts .post-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.3s;
        }

        .news-posts .post-img:hover img {
            transform: scale(1.1);
        }

    .news-posts .post-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 30px;
        z-index: 2;
        color: var(--sm-white);
    }

    .news-posts .post-category {
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        color: var(--sm-white);
        margin-bottom: 15px;
        background-color: #e74c3c;
        border-radius: 10px;
    }

        .news-posts .post-category.news {
            background-color: #3498db;
        }

        .news-posts .post-category.announcement {
            background-color: #2ecc71;
        }

        .news-posts .post-category.campaign {
            background-color: #9b59b6;
        }

    .news-posts .title {
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.4;
    }

        .news-posts .title a {
            -webkit-line-clamp: 2;
            line-clamp: 2;
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            color: var(--sm-white);
            transition: 0.3s;
        }

            .news-posts .title a:hover {
                color: color-mix(in srgb, var(--sm-white), transparent 20%);
            }

    .news-posts .post-meta {
        font-size: 14px;
        color: color-mix(in srgb, var(--sm-white), transparent 20%);
    }

        .news-posts .post-meta span {
            display: inline-block;
        }

@media (max-width: 768px) {
    .news-posts .post-content {
        padding: 20px;
    }

    .news-posts .title {
        font-size: 18px;
    }

    .news-posts .post-meta {
        font-size: 13px;
    }
}
