
body {
    font-family: 'Prompt', sans-serif;
}

.site-header {
    padding-top: .3rem !important;
    padding-bottom: 0 !important;
}

.site-header .social-icon {
    gap: .2rem;
}

.site-header p,
.site-header a {
    font-size: .2rem;
    margin-bottom: 0;
}

.navbar-brand small {
    text-transform: none !important;
    font-size: .8rem;
    font-weight: 400;
    margin-top: .1rem;
    display: block;
}

.dropdown-menu {
    min-width: 250px;
    white-space: normal;
}

.dropdown-item {
    font-size: .95rem;
    line-height: 1.4;
    padding: .5rem 1rem;
}

.icon-fixed {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.carousel-caption h4,
.carousel-caption p {
    word-wrap: break-word;
    word-break: break-word;
}

.carousel-caption h4 {
    font-size: 1rem;
    line-height: 1.3;
}

.carousel-caption p {
    font-size: .85rem;
    line-height: 1.3;
}

.custom-text-box-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .custom-text-box-image {
        max-height: 250px;
    }
}

.custom-stat-box {
    transition: .3s ease;
}

.custom-stat-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .08);
}

.icon-wrapper {
    background-color: #e7f1ff;
    padding: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card {
    transition: .3s ease-in-out;
    padding-bottom: 0 !important;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .1);
}

.swiper {
    position: relative;
}

.swiper-slide {
    padding-bottom: 20px;
    position: relative;
}

.swiper-pagination {
    position: relative !important;
    margin-top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 130px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff !important;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#downloads .container {
    max-width: 960px;
}

#downloads h5 {
    font-size: 1.3rem;
    font-weight: bold;
}

#downloads select.form-select {
    padding: .3rem .8rem;
    font-size: .9rem;
    border-radius: .5rem;
}

#downloads table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

#downloads thead th {
    background-color: #f8f9fa;
    font-size: .85rem;
}

#downloads tbody td {
    vertical-align: middle;
    font-size: .85rem;
}

#downloads .btn-outline-primary {
    font-size: .8rem;
    padding: .25rem .75rem;
    border-radius: 20px;
    transition: .2s ease;
}

#downloads .btn-outline-primary:hover {
    background-color: #0d6efd;
    color: #fff;
}

#downloads .bi {
    font-size: 1.25rem;
}

@media (max-width: 576px) {
    #downloads thead {
        display: none;
    }

    #downloads tbody td {
        display: block;
        width: 100%;
        border: none;
        padding: .5rem 0;
    }

    #downloads tbody tr {
        margin-bottom: 1rem;
        display: block;
        border-bottom: 1px solid #ddd;
        padding-bottom: .5rem;
    }

    #downloads tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: .25rem;
        color: #555;
    }
}

@media (min-width: 768px) {
    .carousel-caption h4 {
        font-size: 1.8rem;
    }

    .carousel-caption p {
        font-size: 1.2rem;
    }
}
@media (max-width: 768px) {
    .brand-text {
        font-size: 1.2rem !important;
    }

    .brand-text small {
        font-size: 1rem !important;
    }

    .navbar .container {
        padding-left: 0 !important;
    }

    .navbar-brand {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}
